Tagged Questions

A set of tools from Google for applying performance best practices to web pages.

learn more… | top users | synonyms

13
votes
7answers
4k views

Possible to defer loading of jQuery?

Let's face it, jQuery/jQuery-ui is a heavy download. Google recommends deferred loading of JavaScript to speed up initial rendering. My page uses jQuery to set up some tabs which are placed low on ...
8
votes
2answers
124 views

Problems trying to create a cookieless domain due to Adsense

Following the advice on google's pagespeed addon, I moved my static content (images, css, javascript files) to a subdomain of my site on which there should be no cookies, thus saving some space in the ...
8
votes
3answers
349 views

When does a browser initialize flash?

I am working on optimizing a page that has Flash on it. I am using optimization practices like moving Javascript to the bottom to not block. Removing inline scripts. And minimizing HTTP requests with ...
7
votes
2answers
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 ...
7
votes
3answers
852 views

How to respect “Serve static content from a cookieless domain” page speed rule in IIS6?

How to respect "Serve static content from a cookieless domain" page speed rule in IIS6?
6
votes
2answers
1k views

When using Cloudfront, how can one set the Expires Header relative to the current Date?

We are developing a big Website, and all our Images and Resources are in Amazon S3. We are also using Cloudfront to globally distribute our Content. What we want to to, is to tell the Clients Web ...
6
votes
2answers
1k views

Set HTTP Caching Expiration, Recommended by Google PageSpeed

I ran tests on my website using Google's PageSpeed and it recommends that I "Leverage browser caching" and provided the following resource: ...
6
votes
3answers
2k views

Google Page Speed - what do these messages mean?

I ran the Google Page Speed Firefox extension on a few pages, and under "efficient CSS selectors" it listed various things that are inefficient in my CSS. But some of the messages seem a bit cryptic ...
5
votes
5answers
371 views

Do Images Load Faster in HTML or CSS?

If I load an image using this html on my sidebar <img src="http://mydomain.com/image.jpg" height="200px" width="200px" alt="image" /> Would it load any faster/slower than if I instead put on ...
5
votes
2answers
13k views

How to Specify “Vary: Accept-Encoding” header in .htaccess

Google PageSpeed says I should "Specify a Vary: Accept-Encoding header" for JS and CSS. How do I do this in .htaccess?
4
votes
5answers
75 views

jQuery, how to use multiple cached elements

For my project I'm using cached selectors to speed up, and see improvements: (to reduce searches inside the document) var sel1 = $('#selector1'); var sel2 = $('#selector2'); how can I use cached ...
4
votes
1answer
568 views

How can I configure Sitecore so that it generates absolute links to media items?

<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" ...
4
votes
1answer
584 views

Pagespeed caching css, annoying to develop

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 ...
4
votes
1answer
248 views

Efficient and inefficient CSS selectors (according to Google, PageSpeed …)

While trying to reduce the HTML size of a web page, I've come across suggestions by Google and the PageSpeed Firefox Add-On regading efficiency of CSS selectors that (almost) made me reconsider the ...
3
votes
2answers
94 views

Cant find why some small images are taking 10 seconds to load

I am trying to optimize my site to accomplish at least 90 on YSlow and PageSpeed. I am doing pretty well. But in the following result, there are 4 images that show that take 9-10 seconds to load. If ...
3
votes
1answer
359 views

nodejs expressjs gzip json content

I'm using express' res.end, etc to serve json as part of my rest api. Google pagespeed is telling me to gzip it. However according to this thread: ...
3
votes
3answers
396 views

Apache Vhost Directives Optimized for Pagespeed

I currently use this setup in my vhost: <Location /> SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSI[E] ...
3
votes
1answer
575 views

Google PageSpeed & ImageMagick JPG compression

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 quality ...
3
votes
5answers
124 views

Is it wise to place .css and .js files on a CDN?

It seems like most people use a CDN for placing images and/or videos. Is it wise to place your js and css on a cdn as well?
3
votes
3answers
468 views

How to compress HTTP response headers?

At the Velocity 2010 conference, Google said that header compression can yield big gains: Hölzle noted a glaring inefficiency in the handling of web page headers, which provide information about a ...
3
votes
2answers
653 views

Any difference between lazy loading Javascript files vs. placing just before </body>

Looked around, couldn't find this specific question discussed. Pretty sure the difference is negligible, just curious as to your thoughts. Scenario: All Javascript that doesn't need to be loaded ...
3
votes
5answers
481 views

CSS/HTML: Does using max-height on images help HTML rendering?

I just finished reading YSlow recommendation to always define the image dimensions (height/width) to improve HTML rendering performance. However, I don't know the image dimension I'm linking too. ...
2
votes
2answers
63 views

How to speed up an asp.net page that uses jQuery

I have a webpage that allows the user to input information into a form. I am using some jQuery on the page as well as in the code behind, and I need to find a way to speed up the page (taking about ...
2
votes
1answer
119 views

Is there an equivalent of pagespeed for Nginx?

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!
2
votes
5answers
710 views

would lazy-loading img src negatively impact SEO

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 by ...
2
votes
4answers
256 views

PNG optimization - can a PNG be further optimized

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 ...
2
votes
1answer
546 views

YSlow & Google Page Speed's advice on .htaccess conflict

Thanks in advance for your help. I've been experimenting with YSlow and Google page speed, both provide very helpful advice and neither seems to have an advantage over the other but when it comes to ...
2
votes
1answer
5k views

.htaccess: How to “Specify a cache validator”?

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 ...
2
votes
7answers
237 views

what is heavier on load time: css or php requests?

I'm using a cms (Wordpress) and have a gaggle of external stylesheets I'm loading on each page, though some of these stylesheets are page specific. Overall I'm getting bad scores from Yslow and Page ...
2
votes
2answers
235 views

Does adding width and height to inline images increase the page load performance?

Does adding width and height to inline images increase the page load performance? <img id="moon" height="200" width="450" src="http://www.domain.com/moon.png" alt="moon image" /> ...
2
votes
2answers
131 views

PHP Library to test loading speeds

I was wondering whether there is a simple PHP library to test the loading speed of a web page or a single resource similar to Google Page Speed and Yahoo! YSlow. The reason is that I'd like to build a ...
2
votes
2answers
1k views

JPG File Size Optimization - PHP, ImageMagick, & Google's Page Speed

I have photo gallery code that does image re-sizing and thumbnail creation. I use ImageMagick to do this. I ran a gallery page through Google's Page Speed tool and it revealed that the re-sized ...
1
vote
3answers
37 views

how to stop using google page speed

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), what ...
1
vote
4answers
58 views

Does what 'page source' looks like affect performance [closed]

Possible Duplicate: How to minify php page html output? Any reason not to strip whitespace in HTML I viewed some page sources and found some difference between them - some with indents ...
1
vote
2answers
45 views

How to trigger browser html refresh for cached html files?

YSLOW suggests: For static components: implement "Never expire" policy by setting far future Expires header.... if you use a far future Expires header you have to change the component's filename ...
1
vote
1answer
93 views

Different elements on this page appear to scroll at different speeds. How was this done?

The effect i am refering to is visible at http://whyinteractive.com/showreel. The elements appear to scroll behind and in front of one another at different speeds creating some cool effects. How was ...
1
vote
1answer
66 views

Does adding //domain.com/jquery.js slow down the site?

I am aware that for SSL, and non SSL connections, you can use the // double slash followed by domain name and file src within CSS and JavaScript and HTML. Examples: <script ...
1
vote
2answers
44 views

Google Page Speed in Fx doesn't show “Paint Snapshots” option; alternatives?

For some reason Google Page Speed, the add-on to Firebug, doesn't show the "Paint Snapshots" option as seen on http://code.google.com/speed/articles/browser-paint-events.html I've tried this with the ...
1
vote
1answer
28 views

Ajax and Performance/Speed

I'm currently creating a small todo site, and I have multiple questions related to ajax and performance... So here are my questions: In order to reduce number of request, I want to get all data from ...
1
vote
1answer
57 views

Should we always try to use maximum images in CSS sprite to reduce http request?

For example I need to place some logos on a Web page Should I use all logos as a backgroud-image (CSS Sprite) and keep logot text in mark-up (But hidden through css) or I should use <img ...
1
vote
2answers
111 views

leverage browser caching

I want to leverage browser caching to increase page speed. It sounds like max-age and and last-modified are good choices, but I'm unclear on how to determine which files I should implement for it. In ...
1
vote
2answers
41 views

Remotely investigating / measuring occasional slow loading speed of a dynamic page

I've been getting reports from some visitors of one of my web sites that it loads for them pretty slowly, but I can't recreate this slowness from any of my different machines or Internet connections. ...
1
vote
2answers
179 views

How to encrypt PHP files

I know there were few topics written already about this but no one answered it correctly. Is there any tool or source that encrypt (or other name) php files or php source into bytecode or binary code ...
1
vote
2answers
290 views

Controlling browser caching with ASP.NET and IIS 7.5

Google PageSpeed suggests the following this for my website as a high priority. The following cacheable resources have a short freshness lifetime. Specify an expiry of at least one week in the ...
1
vote
1answer
109 views

Twitter button and Google Page Speed question

On a page that has Twitter's Tweet buttons, I get warnings from Google Page Speed: The following resources have identical contents, but are served from different URLs. Serve these resources from a ...
1
vote
2answers
49 views

Are there any tools that help improve the loading time of a site?

Some pages on my site take a while to load. I was wondering if there were any free tools that could help me speed up/improve the code. I've googled a bit but I wanna her from the experts. EDIT: I'm ...
1
vote
4answers
298 views

page speed optimization: writing to DOM using javascript vs. html

I have a question concerning page speed and code optimization. I have a page which is populated almost 100% through AJAX calls. My question is: is it faster for me to code several empty divs, spans, ...
1
vote
1answer
213 views

is it possible to make serverside ad requests instead of in-browser using a headless browser?

The motivation for this idea is that browser ad requests are often painfully slow and can block page rendering, not to mention consume the browser javascript thread. If a page loads several ads, ...
1
vote
1answer
432 views

.htaccess - How to set expires to date in past?

I noticed that Google sets the expiration of its HTML to a date in the past: Expires Thu Jan 01 1970 00:00:00 How do I configure .htaccess to do this? I use ExpiresByType to set the expiration of ...
1
vote
1answer
102 views

Testing user bandwidth and tailoring page layout/functionality to match

I'm interested to know if anyone has worked on a website where they need to cater for users with vastly different bandwidths? I'd like to tailor a site to different user groups 1) Low Bandwidth ( ...

1 2