The google-pagespeed tag has no wiki summary.
9
votes
5answers
180 views
Is using inline Javascript better sometime then external to save http request, if code inside javascript file is not much?
I'm using a External JavaScript in a website as I always try to keep JavaScript at bottom and external always
But Google page speed is giving this suggestion
The following external resources have ...
7
votes
3answers
3k views
How does Google's Page Speed lossless image compression work?
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 ...
2
votes
2answers
472 views
How do I eliminate unnecessary reflows in the JQuery library?
So, I just ran Google's Page Speed on my website and received the following notice:
Can someone please tell me what that means? And how to "eliminate" those unnecessary reflows?
I also tried to ...
1
vote
1answer
70 views
/default.aspx not found
I have an issue which has arisen using Google Page Speed Online although I am worried that there may be a bigger picture to this. I ran my site through the online tool, see the results here: ...
1
vote
2answers
62 views
How to send JQuery instance method as Google API callback?
Has anyone previously figured out how to send a (JQuery plugin) object-scoped method as a Google API callback? E.g. for the PageSpeed API.
All the samples show you sending the name of a global ...
1
vote
1answer
1k views
Defer parsing of JavaScript - Google Page Speed
All of my JavaScript files are already at the bottom but Google Page Speed is giving this suggestion to improve speed:
Defer parsing of JavaScript
88.6KiB of JavaScript is parsed during ...
0
votes
1answer
15 views
Google Page Speed-Like Image Optimization
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 reduce ...
0
votes
1answer
112 views
Why (and when) does Google CDN serve jQuery uncompressed?
When I load Google's hosted jquery.min.js, it does not return gzipped:
Request headers
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Cache-Control:max-age=0
...
0
votes
1answer
34 views
page speed tools
I have a question for the web developers out there.
I tried both FF Firebug's yahoo 'Yslow' and google 'Page Speed' plugins.
but seems they doesn't follow same standards in the analysis of page ...
0
votes
0answers
105 views
How fix website with pagespeed from google?
I have many errors on my site reported by speed page from google ...
More of this errors is :
Unsafe JavaScript attempt to access frame with URL https://plusone.google.com .... from frame with ...
0
votes
2answers
190 views
How can I use the Google page-speed SDK from C#
I would like to be able to use the Google page-speed SDK ( http://code.google.com/p/page-speed/ ) from within managed code ( C# ) I am a bit out of my depth, so if anyone can explain what I need to do ...