pagespeed Questions
1
Solved
I'm trying to improve/optimize my website performance and cannot make it work.. And I running out of ideas.
This is my Site in Desktop with 99/100 score.
And this is my website performance in Mo...
Murrhine asked 27/11, 2018 at 15:15
2
I know that many webmasters believe that page speed means nothing. However, I’m confident that this factor is one of TOP 3 in the Google’s decision of ranking any website.
I tired of seeing how G...
Immigration asked 30/11, 2018 at 10:16
8
I'm working on a shopping site. We display 40 images in our results. We're looking to reduce the onload time of our page, and since images block the onload event, I'm considering lazy loading them ...
Pridgen asked 26/3, 2011 at 7:34
2
Solved
I am working on responsive website. I have code that loads the right image size for the screen size.
The problem I am facing is that I am using Retina images for some of the mobile devices. Meanin...
Intercourse asked 19/8, 2014 at 16:36
2
Solved
I am using Ftp
When I run my website on page speed tools, it gives me the following message "Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser t...
Flinn asked 27/10, 2016 at 15:36
1
Loading external javascript via async script tag at the end of a webpage
I'm trying to find out what is the best way to load javascript in terms of page speed.
Let's take this example:
FILE.JS:
...
Mclane asked 27/10, 2017 at 16:17
5
I have jQuery added at the bottom of the page. However, when I run my site on pagespeed insights (Mobile), I get the error:
Eliminate render-blocking JavaScript and CSS in above-the-fold content...
Dewclaw asked 25/4, 2016 at 2:14
1
Solved
UPD I've read related pages carefully, they doesn't answer my particular question. What do the percents mean? Well, there's an attempt at explanation:
google page insights will tell you clearly ...
Luminance asked 20/8, 2017 at 8:9
9
Solved
I'm working on a site which I havent coded from scratch and in firebug the css files are being displayed as: style.css.pagespeed.ce.5d2Z68nynm.css with the pagespeed extension. Can anyone tell me w...
5
I have the following js script referenced on the bottom of the page:
<script src="http://example.com/test.js" type="text/javascript"></script>
Google PageSpeed suggestion is to defer...
Akron asked 19/11, 2013 at 18:53
2
I am using CloudFront and many time I see Wait Time and Receiving Time is too high.
According to Firebug document, Waiting time and Receiving time means:
Waiting - Waiting for a response from ...
Solvolysis asked 5/10, 2013 at 14:4
2
Solved
I have a web page that references Bootstrap 4 from a CDN. In the head of my HTML page, I have the following:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2...
3
Is it possible to run Google Page speed from the command line? If so, how? I'm interested in automating nightly or daily Google PageSpeed calls that will inform me after a commit or daily if I've c...
Essive asked 21/3, 2012 at 23:22
2
Solved
I'm using Apache with mod_pagespeed. For some reason I can't figure out, mod_pagespeed thinks an image is much smaller than it actually is, which means once the image gets scaled up, it's really bl...
Cinquain asked 18/8, 2016 at 8:15
9
Solved
When you run Google's PageSpeed plugin for Firebug/Firefox on a website it will suggest cases where an image can be losslessly compressed, and provide a link to download this smaller image.
For ex...
Tailpipe asked 27/3, 2011 at 19:5
7
Solved
I created a design for my website in Photoshop and exported all images as 24-bit PNG images. Later, running a PageSpeed test on the website showed that the images can be further reduced upto 50% in...
Stemma asked 3/3, 2011 at 9:36
9
Solved
I have a wordpress website I'm creating for a client temporarily hosted on http://dev.eatfit.co.nz/
I'm noticing that often (but not every time) that I browse a page (for example the home page), w...
Insubstantial asked 20/1, 2012 at 9:54
4
Solved
Just wondering if the amount of document.ready calls affects page load speed.
Is there a way in Gulp / Grunt to uglify / minify JS by removing seperate document ready functions?
Eyecatching asked 30/8, 2016 at 9:32
7
Solved
Google PageSpeed says I should "Specify a Vary: Accept-Encoding header" for JS and CSS. How do I do this in .htaccess?
1
Solved
I am using Gtmetrix to test my page load time.
I enabled gzip compression on my site by adding code to .htaccess
.htaccess code:
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Ye...
Siderostat asked 5/7, 2016 at 6:0
4
Google Pagespeed complains when you have blocking CSS in an external file. In HTTP/1 this probably makes sense, but what about now with HTTP/2 ?
If you inline critical CSS (above the fold), that b...
3
Solved
<sc:Image> and <sc:FieldRenderer>, when rendering a MediaItem, generate html code that looks like the following:
<img src="~/media/twitter.gif" alt="Twitter" width="100" height="22"...
Cis asked 12/5, 2011 at 12:16
3
Google recommends (https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery) using following JS code to optimize page speed (async CSS loading)
<script>
var cb = function() {
...
Aqua asked 8/2, 2015 at 12:48
1
Solved
Our site is considering making the switch to http2.
My understanding is that http2 renders optimization techniques like file concatenation obsolete, since a server using http2 just sends one reque...
Camarata asked 23/2, 2016 at 21:36
2
Solved
We all know adding a far-future expiration date to static resources is a good practice to increase our websites' page load speed. So we've ensured it for all of our resources BUT the all-too-common...
Sharpshooter asked 23/9, 2014 at 5:11
© 2022 - 2024 — McMap. All rights reserved.