pagespeed Questions
5
form this morning (January 12 2016) there is a warning message appearing when we deploy to Google App Engine. We don't use PageSpeed so it's surprising that it tries to post something to its URL.
...
Demurrage asked 12/1, 2016 at 10:4
2
Solved
I am working hard to imporove page speed. I am using Critical Path CSS Generator tool to identify above-the-fold CSS. Then I inline critical CSS as suggested, and load the full css asynchronously.
...
Collyrium asked 4/12, 2015 at 21:57
4
Solved
Google PageSpeed often suggests to optimize CSS delivery. It occurred to me that it would reduce network round trips to inline all the CSS like this:
<style type="text/css">
@{
var boot...
Betatron asked 28/9, 2015 at 1:49
5
Solved
So I was running my site through Google's PageSpeed Insights and it told me that I could improve CSS delivery by delaying loading non-critical resources. In particular it referenced to the inclusio...
Hensel asked 6/9, 2015 at 12:51
1
I have a site that is using Pagespeed running with NGINX in order to minify and concatenate Javascript resources, What I need (if possible with Pagespeed) is to add a Banner and a Footer to the min...
Observant asked 10/8, 2015 at 18:28
1
I was testing the web page loading with Google PageSpeed tool. The result says "Eliminate render-blocking JavaScript and CSS in above-the-fold content" for
<script type='text/javascript' src='...
Verdha asked 24/7, 2015 at 16:54
3
Solved
There was a recommendation by Google PageSpeed that asked web developers to Use efficient CSS selectors:
Avoiding inefficient key selectors that match large numbers of
elements can speed up pag...
Skysweeper asked 2/9, 2014 at 7:34
1
I wonder what is the best way to load fonts from Google Fonts. I googled and founded <link/> way better than @import. Are there any tools to measure speed and performance over network and bro...
Futility asked 17/4, 2015 at 18:22
2
I used google pagespeed Insights to test the performance of my nodejs website. For some of external files it is saying to leverage browser caching but I don't know how to do this ?
Leverage browse...
Feu asked 25/8, 2014 at 6:34
2
The google pagespeed is indicating that loading primefaces.js is slowing down my page:
From the pagespeed report:
Defer parsing of JavaScript
By minimizing the amount of JavaScript
nee...
Trochee asked 6/11, 2013 at 13:43
1
Solved
I want to use Cache Control and ETag in my joomla website as suggested by google. But have no idea how to do that. I googled it a lot but could not find any worty example.
Can anybody tell me how ...
Connors asked 14/11, 2014 at 7:9
2
/var/www/html/My_project_folder is the path to my project. I did not find .htaccess file. I want to paste my edited .htaccess file . but i am not sure in which location i need to put?
My htaccess ...
3
Solved
I'm running Google PageSpeed on my site and it's tell me that I need to
"Specify a cache validator."
The following resources are missing a cache validator. Resources that do not specify a cache va...
Alimentation asked 4/9, 2010 at 9:8
1
Solved
I am currently using page speed on my new website, very happy about it.
but i just realised that my /phpmyadmin in now blank.
i know it's because of pagespeed because when i go to /phpmyadmin/?Pag...
Kalagher asked 17/9, 2014 at 9:9
1
I am using Youtube (v3)API for my website where many youtube video thumbnails are displayed.
For example something like: https://i1.ytimg.com/vi/0ZL_q7oUVrQ/mqdefault.jpg
When I check the Google I...
Horn asked 17/1, 2014 at 17:26
6
Solved
My website has about 20 thousand product images. Google Page Speed tells me they can be optimized, and it's correct - the difference is huge. Google is able to maintain identical quality and ...
Laine asked 16/2, 2012 at 2:52
3
Solved
Given a user uploaded image, I need to create various thumbnails of it for display on a website. I'm using ImageMagick and trying to make Google PageSpeed happy. Unfortunately, no matter what quali...
Trilateral asked 10/10, 2010 at 10:20
2
recently we deployed our site to google app engine and everything deployed successfully.
now we enable pagespeed in settings.
now problem.
its making loading css in html head section with some wr...
Galaxy asked 31/3, 2014 at 14:41
2
Google Page Speed Insights
"Try to defer or asynchronously load blocking resources, or inline the
critical portions of those resources directly in the HTML."
The above issue is prompting me f...
Squama asked 28/1, 2014 at 8:46
2
How do I add a Vary: Accept-Encoding header to the files of a static website hosted by Amazon S3?
This is the only thing keeping me from getting a 100/100 score from Google PageSpeed, I'd love to ...
Noninterference asked 6/4, 2013 at 22:57
1
Solved
I am using mod_pagespeed. When using http, combine js, css and rewrite js and css work fine. However, when I switch to https, none of these four functions work. The apache error log is empty about ...
Brouhaha asked 3/12, 2013 at 13:20
1
Solved
Just noticed this odd piece of advice on Google's PageSpeed docs:
https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery
They recommend converting short external stylesheets to inl...
14
Solved
I have a very large site and it takes pretty long time to load. It takes around 120 seconds. What I'm trying to do is loads 1st half of the site loads 1st. Then user can surf while others parts are...
Outcast asked 4/2, 2013 at 5:49
2
Solved
I uploaded a PNG image with alpha transparency to my server with the filename logo.png, however, when the image is used on a page and I go to see it's file-path, I get:
http://example.com/i/300x30...
Redfaced asked 28/10, 2012 at 21:52
2
I know the pagespeed module for Apache can make the page visit faster, so, I wonder whether there is an equivalent for Nginx?
Thanks in advance!
© 2022 - 2024 — McMap. All rights reserved.