Commit Graph

24 Commits

Author SHA1 Message Date
Peter Hedenskog 61768444cb
Use NodeJS 24 and Ubuntu 24.04 in the Docker container + related fixes (#4570) 2025-12-11 12:32:17 +01:00
Peter Hedenskog d3058dfd64
Make sure sitespeed.io do not fail if a test fails. (#4457)
https://github.com/sitespeedio/sitespeed.io/issues/4453
https://github.com/sitespeedio/sitespeed.io/pull/4454
2025-03-03 18:00:28 +01:00
Peter Hedenskog b9456eef6e
Replace intel with sitespeed.io/log (#4381)
* Replace intel with sitespeed.io/log
2025-01-07 08:53:48 +01:00
Peter Hedenskog f886e0b6ee
Bye bye wpt (#4085)
* Bye WebPageTest

* remove more
2024-04-29 08:37:29 +02:00
Peter Hedenskog f3a28fa731
Statistics for PageXray per URL (#4061)
* Collect the standard PageXray statistics
2024-01-15 22:34:32 +01:00
Peter Hedenskog fc2884fbba
Update all dependencies to latest releases (#3774) 2023-03-03 13:59:14 +01:00
Peter Hedenskog 631271126f
New plugins structure and esmodule (#3769)
* New plugins structure and esmodule
2023-02-25 11:16:58 +01:00
Peter Hedenskog a57f965994
Make it easy to send run data to Graphite in a sane way (#3721)
* Bump to use latest Grafana and Graphite

* Do not send metrics from each run, only pageSummary by default

* Add limited run metrics to datasource and more sane setup

* limited by default

* Also collect cpu benchmark metric in the limited metrics
2022-09-13 19:00:26 +02:00
Peter Hedenskog a0fe224e33
New updated coach (#3210) 2020-12-12 15:40:37 +01:00
Peter Hedenskog 23439a0d72
Use Coach 6.0 (beta). (#3194) 2020-11-26 23:16:07 +01:00
Peter Hedenskog 772b997ecf
Only collect browsertime har when you run browsertime #2952 (#2954) 2020-04-09 20:24:22 +02:00
Peter Hedenskog 792b598e5a
new browsertime with ttb and maxPotentialFid (#2783)
* new browsertime with ttb and maxPotentialFid

* lint

* show cpu info per run
2019-11-14 10:14:30 +01:00
Peter Hedenskog 1ca9d563b5
Log only HTTP errors (#2702) 2019-10-17 08:36:41 +02:00
Kevin Lakotko 5397fceaff feat(metrics): allow filtering run metrics (#2697) 2019-10-14 21:36:37 +02:00
thapasya-m 0889548620 feat - verify http status in budget (and log errors) (#2691)
on budget verify, check for responseCode from
pagesummary and log any status code > 399
configure budget httpErrors = 0
2019-10-10 20:30:59 +02:00
Peter Hedenskog b06a6e6fb6
Bugfix: PageXray and the third party plugin sent messages in wrong group (#2592)
When you tested URLs on different domains in the same script.
2019-08-24 18:52:44 +02:00
Peter Hedenskog acfbc7a6c1
By default use the supplied URL instead of final URL (#2262)
This works fine with the current WebPageTest, GPSI and Lighthouse.
https://github.com/sitespeedio/sitespeed.io/issues/2260
2019-01-22 21:06:04 +01:00
Peter Hedenskog 2c6249f0c9
Use Fully Loaded from Browsertime instead of PageXray (#2251)
* Use Fully Loaded from Browsertime instead of PageXray

We now uses the Fully Loaded from the HAR and using the one from
Browsertime gives us stats like median, so let us use that!
2019-01-16 16:21:40 +01:00
Peter Hedenskog 75318bd14c
use fully loaded from PageXray everywhere (#2244) 2019-01-09 15:22:03 +01:00
Peter Hedenskog b62d93194a
Use Browsertime 4.0 (alpha) (#2236)
* Use Browsertime 4.0 (alpha)

With support for testing multiple pages.
2018-12-30 15:57:55 +01:00
Peter Hedenskog 88f6fa2f80
first step to rephrase runindex and ise iteration instead (#2006) 2018-04-29 16:17:55 +02:00
soulgalore 72826cfb6e debug messages when generating summaries 2018-02-08 14:31:10 +01:00
Peter Hedenskog 4f417e56cc
Let WebPageTest HAR files be parsed by PageXray (#1880)
When you run WebPageTest standalone.
2018-01-14 15:36:31 +01:00
Peter Hedenskog 3c77976c8c
Move PageXray to own plugin (#1877)
* Move PageXray to own plugin.

This makes it easier for WebPageTest (and other tools in the future)
to xray the HAR file.
2018-01-14 08:39:34 +01:00