sitespeed.io icon indicating copy to clipboard operation
sitespeed.io copied to clipboard

sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.

Results 255 sitespeed.io issues
Sort by recently updated
recently updated
newest added

### Your question Hi Team, while running sitespeed tests in pods, I observed that memory usages increases continuously and the tests were scheduled to run every 15 minutes, after few...

### Your question This code I got from chatgpt. Lemme know is this correct. also after running this I'm facing some error as mentioned below. import {run} from 'sitespeed.io'; import...

### Your question RROR: TypeError: Cannot read properties of undefined (reading 'budget') at BudgetPlugin.processMessage (file:///Users/madhanumesh/Desktop/GitLoad/LoadTesting/node_modules/sitespeed.io/lib/plugins/budget/index.js:46:18) at file:///Users/madhanumesh/Desktop/GitLoad/LoadTesting/node_modules/sitespeed.io/lib/core/queueHandler.js:228:32 at drainItem (/Users/madhanumesh/Desktop/GitLoad/LoadTesting/node_modules/sitespeed.io/node_modules/concurrent-queue/index.js:96:21) at Immediate.drain [as _onImmediate] (/Users/madhanumesh/Desktop/GitLoad/LoadTesting/node_modules/sitespeed.io/node_modules/concurrent-queue/index.js:77:84) at process.processImmediate (node:internal/timers:476:21) [2024-05-14 16:13:13]...

### Feature/improvement **In many web designs, the search box is traditionally placed within the navbar component. However, an alternative approach gaining traction is positioning the search box at the right...

### Have you read the documentation? - [X] Yes, I've read the [how to make a reproducable bug guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/) - [X] Yes, I've read the [how to debug my script...

bug

**Old**: `events title="Sitespeed.io",text="${message}",tags=${influxDBTags} ${timestamp}` **New**:`annotations,${influxDBTags} text="${message}" ${timestamp}` *** Fixes: 1) Send annotations as a `tags`, because the current logic sends them as `fields`. 3) Represent tags with keys, in format...

I have script named as **01_User_script.js** and have defined several inputs/parameters inside .env file as below. (Line 16, Line 22, Line 23) How i can update the Jenkins pipeline script,...

### Your question Hello, I am using docker command as docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io XXX.js --multi --viewPort 1786x708 --maxLoadTime 180000 --video=false --visualMetrics=false --visualElements=false --plugins.remove screenshot --plugins.remove har -n...

I have site speed script to run through Jenkins pipeline and while its running i'm getting following error. This issue is getting while trying to execute the **await commands.measure.stop();** command...