From 36d02b4c55183d1269d0e3ebb3b371ff7699b6de Mon Sep 17 00:00:00 2001 From: Harsh Kharat Date: Thu, 15 Jan 2026 01:22:57 +0530 Subject: [PATCH 1/2] docs: fix traffic_shaping link and add cyrilex regex resource --- docs/documentation/sitespeed.io/configuration/index.md | 3 ++- docs/documentation/throttle/index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/documentation/sitespeed.io/configuration/index.md b/docs/documentation/sitespeed.io/configuration/index.md index e235df5207..08ad89128c 100644 --- a/docs/documentation/sitespeed.io/configuration/index.md +++ b/docs/documentation/sitespeed.io/configuration/index.md @@ -162,7 +162,8 @@ By default we will categorise the current main domain as first party and the res docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:{% include version/sitespeed.io.txt %} --firstParty ".ryanair.com" https://www.ryanair.com/us/en/ ~~~ -This is a JavaScript regex and if you need help you should test it out at [https://regexr.com](https://regexr.com) to see that it will match. +This is a JavaScript regex and if you need help you should test it out at [https://regexr.com](https://regexr.com) or [https://www.cyrilex.com](https://www.cyrilex.com) to see that it will match. + ### Output folder or where to store the result You can change where you want the data to be stored by setting the --outputFolder parameter. That is good in scenarios where you want to change the default behaviour and put the output in a specific location: diff --git a/docs/documentation/throttle/index.md b/docs/documentation/throttle/index.md index 1b24ec5083..a6cc61337c 100644 --- a/docs/documentation/throttle/index.md +++ b/docs/documentation/throttle/index.md @@ -19,7 +19,7 @@ twitterdescription: **Throttle lets you *simulate slow network connections* on Linux and Mac OS X.** -Throttle uses *pfctl* on Mac and *tc* on Linux (you also need *ip* and *route* for Throttle to work on Linux) to simulate different network speeds and is inspired by [tylertreat/Comcast](https://github.com/tylertreat/Comcast), the [connectivity setting in the WPTAgent](https://github.com/WPO-Foundation/wptagent/blob/main/internal/traffic_shaping.py) and [sltc](https://github.com/sitespeedio/sltc). +Throttle uses *pfctl* on Mac and *tc* on Linux (you also need *ip* and *route* for Throttle to work on Linux) to simulate different network speeds and is inspired by [tylertreat/Comcast](https://github.com/tylertreat/Comcast), the [connectivity setting in the WPTAgent](https://github.com/catchpoint/WebPageTest.agent/blob/master/internal/traffic_shaping.py) and [sltc](https://github.com/sitespeedio/sltc). **What is Throttle good for?** From 1fa930820d38f35cc81073150fb47f5554e02441 Mon Sep 17 00:00:00 2001 From: Harsh Kharat Date: Thu, 15 Jan 2026 10:50:22 +0530 Subject: [PATCH 2/2] docs: replace broken cyrilex link with regex101 --- docs/documentation/sitespeed.io/configuration/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/documentation/sitespeed.io/configuration/index.md b/docs/documentation/sitespeed.io/configuration/index.md index 08ad89128c..b5aebc9fd9 100644 --- a/docs/documentation/sitespeed.io/configuration/index.md +++ b/docs/documentation/sitespeed.io/configuration/index.md @@ -162,7 +162,9 @@ By default we will categorise the current main domain as first party and the res docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:{% include version/sitespeed.io.txt %} --firstParty ".ryanair.com" https://www.ryanair.com/us/en/ ~~~ -This is a JavaScript regex and if you need help you should test it out at [https://regexr.com](https://regexr.com) or [https://www.cyrilex.com](https://www.cyrilex.com) to see that it will match. +This is a JavaScript regex and if you need help you should test it out at +[https://regexr.com](https://regexr.com) or [https://regex101.com](https://regex101.com) to see that it will match. + ### Output folder or where to store the result