Questions tagged [sitespeedio]

Sitespeed.io is an open source tool that measures the performance of a website. It relies on Browsertime, Coach, and other plugins. Use this tag when talking about the tool.

About

Sitespeed.io is an open source tool that measures the performance of a website, usable in live production or during testing. The tool relies on several plugins in its family, such as BrowserTime and The Coach, as well as an early version of WebPageReplay. These plugins pass messages down a queue to publish results.

Use this tag when talking about the tool, including problems with its operation, source code, plugins, or results.

Links

11 questions
2
votes
1 answer

Where do I see the HTML logs?

If I run sitespeed within a docker and obtain the following output: Google Chrome 63.0.3239.84 Mozilla Firefox 54.0.1 [2017-12-27 18:10:01] INFO: Versions OS: linux 4.9.49-moby nodejs: v8.9.1 sitespeed.io: 6.2.2 browsertime: 2.1.2 coach:…
litterbugkid
  • 3,534
  • 7
  • 36
  • 54
1
vote
0 answers

Running sitespeed and Graphite with Docker

I am running graphite, graphana and sitespeed using docker using this link for my application website: https://www.sitespeed.io/documentation/sitespeed.io/performance-dashboard/#up-and-running-in-almost-5-minutes. Also I am able to send the metrics…
Shashank Agrawal
  • 153
  • 2
  • 18
1
vote
1 answer

Copying files from docker container to the host fails

I'm using sitespeed to test our website. But the reports were generated in the docker container, but not on the host. So, I'm trying to use docker cp to get the reports. I can view the reports in the folder by executing the command: docker exec…
William Tu
  • 11
  • 1
1
vote
0 answers

Sitespeed.io on premise is showing incompatible node module version

I am installing Sitespeed.io on Centos, but while the installation is successful but i am getting node module version issue. [root@XXXXXXXXX bin]# ./sitespeed.js https://www.google.com sleep: using busy loop…
0
votes
0 answers

Run Selenium script in Sitespeed.io

Can we run our existing selenium scripts using sitespeed.io tool to monitor frontend metrics. Please share a detailed video or steps to do it.
0
votes
1 answer

Issue with Docker linux containers on Windows 2019

I am facing issue while pulling Sitespeed image in Docker running on Windows Server 2019, this however works fine while using Docker Desktop on Windows 10. PS C:\Sitespeed> docker info Client: Context: default Debug Mode: false Plugins: app:…
user127911
  • 35
  • 5
0
votes
1 answer

Error: Quota exceeded for quota metric - pagespeed googleapis

I am running sitespeed docker container container and using config file to run multiple pages at a time. I've also scheduled it to run every hour but from the job output I am seeing the below error related to some Quote Exceeded [2021-11-02…
0
votes
0 answers

How to use AWS lambda and S3 together to fetch results

I am using sitespeed.io to measure performance of some of my static URL's and uploading the results into AWS S3 bucket. Inside AWS S3 bucket it is structured exactly how sitespeed outputs the data. I have attached an image for it and when you go…
mikita agrawal
  • 571
  • 1
  • 12
  • 27
0
votes
1 answer

SiteSpeed.IO Metrics InfluxDB on HTTPS

We are trying to utilize the SiteSpeed.io docker image and loading the test results into InfluxDB, but our Influx DB is listening on HTTPS with a self-signed certificate. Is there any way to make the application trust our CA? We tried to add the CA…
Tamás Juhász
  • 590
  • 3
  • 10
0
votes
1 answer

How to run sitespeed.io in apache/ngnix server?

I have recently heard about sitespeed.io and started using it to measure performance of my site. I am running it in a docker container on my gcp cloud instance. The problem is everytime i run the command it stores the result in a particular…
Shashank Agrawal
  • 153
  • 2
  • 18
0
votes
1 answer

Error from Webpage API while running sitespeed.io Test

I ran below webpagetest through sitespeed on docker configuration. Below is command for the reference. docker-compose run sitespeed.io site_urls.txt --graphite.host=graphite --mobile --firstParty .fabhotels.com --network=3gslow -c 3gslow…
deepak1393
  • 13
  • 5