1.6.6 • Published 3 months ago

@sitespeed.io/server v1.6.6

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
3 months ago

The sitespeed.io server

The sitespeed.io server is the server in the server/testrunner setup. You can have one server per setup.

The server will add tests in a KeyDB (Redis like) queue. When you start the runner, it needs to be able to connect to the queue and a Postgresql instance.

Start

You can start the server that will run with default configuration:

node ./app.js

If you need to override a couple of configurations you can do that with the command line parameters:

node ./app.js --redis.host MY_HOST

By defalut the test regex is set to match Wikipedia domains and you probably want to change that. For example if you when testing just want to be able to test whatever domain you can add test:

node ./app.js --validTestDomains ".*"

You can also provide your own configuration file (recommended). The configuration file can be YAML or JSON:

node ./app.js --config /path/to/config.yaml

Take a copy of the default configuration and adapt it to your setup.

1.2.0

4 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago

1.6.4

3 months ago

1.6.3

4 months ago

1.6.2

4 months ago

1.6.1

4 months ago

1.6.0

4 months ago

1.5.0

4 months ago

1.4.0

4 months ago

1.1.3

5 months ago

1.3.0

4 months ago

1.1.2

5 months ago

1.6.6

3 months ago

1.6.5

3 months ago

0.4.5

9 months ago

0.4.4

9 months ago

0.4.1

10 months ago

0.4.0

11 months ago

0.3.2

11 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago