Questions tagged [page-speed]

Page-Speed normally refers to the time it takes for a web-page to be presented to a browser in a "fully loaded" state.

Page-Speed of a web-page can be broken down into several distinct aspects:

  • Initial Request - comprising of the DNS request, the socket connection and the transmitting of the first byte
  • Start Render - when a first non-white element is introduced to the page, often referred to as the start of page "paint"
  • Document Complete - when the core elements of the page are loaded so that user interaction can be performed
  • Fully Loaded - when every element requested has been loaded and presented - no more data is requested and all painting has been finalized.

Measuring of page-speed can be a complex task as there are many variables at play, and small intricacies such as the number and loading order of requests, asynchronous requests, compression, caching and so on all have an impact.

While Page-Speed has been a User Experience (UX) issue for some time, it was recently announced as a factor in Google's ranking algorithm which has spurred greater interest and focus on the topic.

More information:

298 questions
12
votes
1 answer

How is github so fast?

When you browse repositories on github ( for example https://github.com/mojombo/jekyll/tree/master/bin) it feels like it uses ajax and does not reload the whole page every time. However the url really changes (not just after the # ). I already…
Peter Zeller
  • 223
  • 1
  • 4
7
votes
4 answers

Tool to check resource load order

Is there a tool I can show clients that will take a page's HTML and show: a) the order in which external resources will load, b) which resources are blocked on other resources being downloaded? For example: JavaScript in the head blocks any images…
Kevin Burke
  • 417
  • 4
  • 11
4
votes
2 answers

What is more important: time to first byte, or overall load time?

In terms of being rewarded with higher rankings on Google, what is a more important attribute for a website to have? A fast time to first byte, or a fast overall load time? I manage around 50 Wordpress websites, and I find: W3 Total Cache has a 12%…
Steve
  • 1,456
  • 3
  • 18
  • 38
3
votes
1 answer

page load wait time on my machine is 55ms but on test websites like pingdom.com it is 1.5 seconds, why would this happen?

When I analyze the website's page load speed in Chrome I can see the wait time (where the return response files of the sever are being generated) is 55ms and total page load time is 1 second or much less. When I run the test via…
ads
  • 31
  • 2
2
votes
1 answer

Specify a character set for fontawesome-webfont.woff2

I am looking to speed up my website as much as possible and am using gtmetrix. The last thing on the PageSpeed list that I have to complete is Specify a character set early: The following resources have no character set specified in their HTTP…
user58957
2
votes
3 answers

Resizing the images for faster page load

I was checking my sites page load time. I saw that I could improve it by reducing the size of the images which were getting resized by css. Now I wanted to ask if resizing the images is worth the page load speed? As it takes quite good amount of…
user2930
2
votes
2 answers

Determine web page draw time via a program

Google Chrome has a nice tool to determine the time the page begins drawing, in the Network tab in Developer Tools. Similarly sites like webpagetest.org can tell you the draw time and give you the whole waterfall of page loads for a given web…
Kevin Burke
  • 417
  • 4
  • 11
2
votes
2 answers

Keepalive Timeout For Security

We have been recommended to enable keep alive to increase site speed. However, our infrastructure team have mentioned the following security concern: This could be used for a denial of service attack if it is not handled properly. If these keep…
Kirsty Simms
  • 1,257
  • 8
  • 20
1
vote
1 answer

Why don't Google page speed and Alexa site speed data match?

Google PageSpeed Insights says my blog fitlogy.com is 88 / 100. However Alexa says it is very slow: Which data should I pay attention to?
1
vote
2 answers

mod_pagespeed not compressing images

mod_pagespeed is not compressing images on my homepage. My current config has: AddOutputFilterByType MOD_PAGESPEED_OUTPUT_FILTER text/html What is the usual setting people use for mod_pagespeed to get all the CSS, images, JS, etc. benefit?
DD.
  • 549
  • 1
  • 6
  • 18
1
vote
1 answer

Page Load Time - "Waiting on..." taking ages. What part of page request process is hung?

I have a new cluster site running on Magento that's on a development server that is made up of 2 x web servers and 1 x database server. I have optimized the site in all areas I know (gzip, increasing php memory limits, increasing database memory…
James
  • 113
  • 4
1
vote
1 answer

How to find out why the webpage loads slow?

An external web-development company made a WordPress website for us. The website runs really, really slow on our server. They say that our server is slow. We say that their code is not optimized. What tools to use to see why the webpage loads slow?…
Bostjan
  • 11
  • 1
1
vote
2 answers

Can you identify the CLI tool for page speed benchmarking that produced this histogram?

I used a CLI program for benchmarking page load speed that produced a histograms like this in its output: 0.969 [1] |■■ 1.700 [17] |■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 2.430 [2] |■■■■■ 3.161 [1] |■■ 3.891 [0] | …
1
vote
0 answers

PageSpeed Insights error Lighthouse returned error: NO_FCP from rendertron

I have a single page application and therefore am using rendertron for dynamic rendering as recommended by google. Everything appears to be working well. All URL's are available to google from the live test in the search console. However when I test…
user2954587
  • 129
  • 5
1
vote
2 answers

How to resize every image on the blog to fit Google Page Speed test?

I want to optimize the load time of a site that has more than 1200 pages. The site is built using WordPress and has lots of posts. I have improved the image sizes of the pages. What would be the fastest way to reduce the image sizes of the images in…
user2930
1
2