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

learn more… | top users | synonyms

0
votes
2answers
89 views

Does an apache restart reliably clear pagespeed cache?

I'm currently developing a website that's getting fairly frequent javascript updates and have just started using mod_pagespeed in an effort to ensure that customers will always have the latest code. ...
0
votes
0answers
8 views

How can I enable Cross-Origin data access with PageSpeed Service?

I have a page that uses a HTML Canvas and some JavaScript to extract colours from an image. I've ensured that the images are pulled from the server directly, rather than from a CDN. I've also set the ...
0
votes
0answers
10 views

my site grade in gtmetrix is A but [closed]

my site grade in gtmetrix service is A rank main page size only 378KB but Page load time is: 10.52s and page generation time is slow how to solve this problem? many thanks home page is:enter link ...
0
votes
0answers
5 views

Some files are not being gzipped in chrome

I am using gzip compression in jboss 5.1 as below. <Connector protocol="HTTP/1.1" port="80" address="${jboss.bind.address}" connectionTimeout="20000" redirectPort="8443" ...
0
votes
1answer
49 views

Embedding youtube video

I embed youtube video in my website like this: <iframe width="320" height="180" src="http://www.youtube.com/embed/12345678" style="border: none" allowfullscreen id="myVideo"></iframe> ...
0
votes
1answer
40 views

What are effective techniques for reducing SSL “handshake” time on page load?

After running page load time tests on my site via WebPagetest.com and Pingdom.com, I noticed our SSL negotiation time is quite high and hindering the page load. Is this a result of a poor quality ...
-1
votes
0answers
23 views

My homepage loads twice (Pingdom tools)?

Thanks for looking. Site is: www.vintageheirloom.com Does anyone know why my site loads twice when run through Pingdom tools (http://tools.pingdom.com)? On the results page I can see the html ...
0
votes
0answers
18 views

Specifying Content Expiration with ExpressJS with Azure

I'll get right to it: When running the PageSpeed tool on localhost, I'm about as optimized as I can be. When deploying that code to Azure, the max-age of the files in the public directory is ignored. ...
0
votes
1answer
69 views

Should I care about the DOM processing time in Newrelic Rails app?

I am using Newrelic on my Ruby on Rails app? In the "Browser page load time" section, I can see a large portion of the loading time falls into the "DOM processing"(about 5 sec). I just want to know if ...
-1
votes
0answers
13 views

Web content delivery - What are the ways to overcome network constraints when wireless networks becoming more congested? [closed]

Techniques employed to speed up time required to load web pages are well document by Yahoo (http://developer.yahoo.com/performance/rules.html) and Google ...
1
vote
2answers
52 views

Leverage browser catching for google plus button and analytics (2)

This is the code I put in my htaccess file but it is not working. Maybe I am missing something? or doing something wrong? Help if you can, please. ExpiresActive On ExpiresByType image/jpg "access ...
0
votes
1answer
32 views

GZIP Compression help. Can't get it to work (2)

I am working on my site speed optmization. I am having problems with gzip compression. I put the code in the .htaccess file, upload it to online and it does not work. When I check with this tool ...
1
vote
0answers
41 views

Time spent in network exploding randomly - (website speed)

We are a PHP web app hosted with Amazon in Dublin. Lately we have had a very strange problem. The problem: All of a sudden our site gets incredibly slow, sometimes to a point were it is no longer ...
2
votes
1answer
101 views

Ultimate solution to defer javascript and jquery after page is loaded

As you probably know, Google PageSpeed Insights wants you to defer your javascript. Google itself suggests a solution to defer your code: <script type="text/javascript"> function ...
1
vote
2answers
66 views

Vary: Accept-Encoding header for Amazon S3 hosted site

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 get ...
2
votes
3answers
3k views

Improve server response time on Google PageSpeed Insight. Is it New?

I have build a template and some site for client. I always give a concern about site loading time. I Google PageSpeed Insights is one of my main tool. Two days ago, i have mention something different. ...
0
votes
0answers
52 views

GZIP Compression help. Can't get it to work [closed]

I am working on my site speed optmization. I am having problems with gzip compression. I put the code in the .htaccess file, upload it to online and it does not work. When I check with this tool ...
1
vote
1answer
54 views

Faster javascript processing

Just asked my first question and got a great response. So helpful. Helped me create this bit of javascript to create two random numbers on the same page. <script> window.onload = function(){ ...
0
votes
0answers
61 views

Magento Wait Time - Extremely Slow With Test Results [closed]

We are trying to optimise our magento store, and ideally would like a sub 3 second loading time. However we are running into a massive issue with the TTFB waiting times, the test was done on ...
-4
votes
1answer
60 views

how to get google page speed score in php [closed]

Anybody know how to get Google page speed score of any website in php? I need to get page speed out of 100. Is it possible to get the score. Please help. Thank you
2
votes
4answers
57 views

How to measure the speed of a website using php? [closed]

I have a list of URLs in an array and want to check how long it takes to access each webpage. Can you please tell me if it is possible to find a speed of a webpage using PHP? I would really appreciate ...
0
votes
1answer
58 views

mod_pagespeed is not sending expected output with extended cache

For testing purposes, I have this in my Apache configuration: <Directory "/home/http"> ... <FilesMatch "\.(html|htm)$"> Header unset Etag Header set Cache-control ...
0
votes
5answers
69 views

How do I set caching headers for my CSS/JS but ensure visitors always have the latest versions?

I'd like to speed up my site's loading time in part by ensuring all CSS/JS is being cached by the browser, as recommend by Google's PageSpeed tool. But I'd like to ensure that visitors have the ...
0
votes
0answers
18 views

“Undefined” causing site speed issues

I am taking steps to increase the load speed of a site. There is a strange "undefined" that is showing a almost 500ms wait time, in tools.pingdom.com. It is trying to load on the home page. I am ...
0
votes
0answers
47 views

How does Facebook generate its newsfeed so quickly? [closed]

I was wondering if you any of you understand how does Facebook technically manage to generate a very-personalized newsfeed so quickly? Here's a list of notes to get started the discussion: Is the ...
0
votes
0answers
31 views

is it possible to run minify html of page speed from the command line?

is it possible to run minify html of page speed from the command line? If so, how? i only want to compact my html file.i don't need other function of page speed. so i want to extract this function of ...
0
votes
1answer
73 views

Ways to increase the speed of ecommerce website [closed]

I am always try to speedup my ecommerce store website using different ideas. 1. I tried using compressed js, css. 2. I have tried creating sub domains for images, css, js 3. I have even tried to use ...
1
vote
0answers
52 views

Use a unique Google's PageSpeed API Key for analysing several pages on diferent web sites

Is it possible to use a unique PageSpeed API Key for analysing several pages on diferent web sites ? if not, is there any api that could do the same?
0
votes
0answers
29 views

ModPagespeed domain dynamic url in .htaccess

I'm currently using this snippet of code in my .htaccess for Pagespeed: <IfModule pagespeed_module> ModPagespeedDomain cdn.example.com ModPagespeedMapRewriteDomain cdn.example.com *example.com ...
-1
votes
1answer
61 views

How to measure page speeds for an entire website [closed]

I have found a lot of tools, SaaS sites etc for measuring single web pages' load times (e.g. pingdom, apache benchmark tool etc etc).. Is there a tool that you guys can recommend (maybe not ...
0
votes
1answer
70 views

ModPagespeedDisallow - Internal Server error (Page speed)

I don't know why... but when i upgraded my "pagespeed" to version 1.3.. some features stopped.. <IfModule pagespeed_module> ModPagespeed On ModPagespeedDomain http://www.domain.com # ...
0
votes
1answer
37 views

Why does google pagespeed insights think my CSS isn't minified and my js isn't deferred? [closed]

On my site I've minified the css and the .js file at the end of the page is set to defer. However, Google pagespeed still complains that the .js is not deferred. Do I have to set the script to async ...
1
vote
1answer
333 views

Fix Google PageSpeed's “Serve scaled images” for responsive layout

My layout is responsive so I need to have scaled images put into the template, e.g. when using mobile devices, the span3 of Boostrap might occupy a full row so the width will be increased. But in ...
0
votes
1answer
22 views

Pagespeed still works on a new server even though it shouldnt

I had mod_pagespeed installed on my previous server. I didn't use it and disallowed via .htaccess because after some testing it turned out that it actually slowed down my site. So it remained ...
1
vote
1answer
175 views

Defer Javascript to optimize website

I am optimizing my website and I am using Google Analytics tool to check the score. I referred to many articles and researched on stackoverflow.com also, but not getting any proper solution. My ...
1
vote
1answer
71 views

How to optimize these jquery functions?

I'm working on a javascript intensive user-interface application. (At least it's intensive for me, it's my first serious javascript project). I have a few jquery functions going whenever a div is ...
-4
votes
2answers
66 views

My site is running so slow, please take a look and see if i made a simple mistake [closed]

So my website http://www.uniconutrition.com is running too slow. My home page is php because i need to show latest blog post from the wordpress hosted blog. All the other html pages on the site load ...
18
votes
14answers
628 views

How to make the 1st part of the site loads first? (Like in Google PageSpeed)

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 ...
0
votes
1answer
123 views

Can't clear mod_pagespeed cache

I was interested in flushing the mod_pagespeed cache and when I found about the "touch" method, I got this error touch: cannot touch `/var/pagespeed/cache.flush': No such file or directory Do I ...
0
votes
2answers
74 views

Is it more efficent to write dom elements with php or html?

I am building a site that is a mix of php and html, my static content is in html, dynamic/database driven content is obviously echo'd out with php. I have however found myself at times adding html ...
0
votes
3answers
266 views

Diagnosing Slow Initial Load

How do you go about diagnosing a website that initially loads slowly? That is, it is unresponsive for up to 10 seconds, and then loads quickly after that. You can see the loading chart here: ...
-4
votes
1answer
59 views

How to put all javascripts in one file? [closed]

Im trying to put all javascripts in one file to increase the page speed but it not working like (google speed) https://developers.google.com/speed/docs/best-practices/rtt#CombineExternalJS
0
votes
0answers
192 views

PageSpeed - Eliminate unnecessary reflows

This is my first question and I did search this site but the only related questions I found did not have an answer that made sense. I am trying to solve the "unnecessary reflows" experimental rule. ...
-5
votes
1answer
134 views

.htaccess file to speed up a website? [closed]

A friend of mine built me a htaccess file and I'm way too much of a noobie at the moment to be able to read and know that it does (exactly). All I know is that it's supposed to do gzip compression and ...
0
votes
0answers
47 views

Load 3rd party objects via JS or AJAX after the page is done loading

This is just an attempt to broaden the 3rd party JavaScript delay question asked 2 years ago. I have multiple 3rd party elements loading on my website. They are not only JS, but also images, flash ...
-1
votes
3answers
82 views

What is the standard unit of time for Javascript? [closed]

Hey I am trying to figure out what units of time this is measured in anyone know? I would think it would be standard for all JavaScript so I think this is all the information you would need. Huge ...
0
votes
2answers
63 views

Web site loading speed is slow

My website http://theminimall.com is taking more loading time than before initially i had ny server in US at that time my website speed is around 5 sec. but now i had transferred my server to ...
0
votes
2answers
128 views

Speed difference between two same asp.net applicatin that use one database

I have an asp.net web application that works with a SQL Server database in one server that we call server 'A'. Application speed is good in our MAN Network I publish our web application to another ...
0
votes
2answers
26 views

How much slower is it to put .js in an external file rather than directly on the page?

I assume that if you put some Javascript code in an external source (and use the src="") that it's a little slower b/c the page has to then download another portion, but I'm wondering whether that's ...
1
vote
0answers
103 views

mod pagespeed domain sharding

I'm trying to shard a domain but it seems to work find for maybe at most 30 minutes then all the images become broken and i see all these errors: Resource based on URL/image.png but cannot access ...

1 2 3 4 5