I stumbled across this site by accident when reading a few forum posts about website performance. By running the test and making the changes suggested my page load time has gone up drasticaly - so thank you!
I am now addicted though! and really want to get the speed up even more although much of what is advised is now beyond my own knowledge. Could anyone have a look at my results and see if there is anything else that i could do easily to improve performance?
Thanks a lot for your feedback but i have a couple of questions about the things you have said:
I am on shared hosting can i enable keep alive?
The 2 redirects are better for seo as they redirect non www to www and pjnsports.co.uk/index.php to pjnsports.co.uk so that my “juice” is not split across 3 different homepages. This is what i have been told to do in regards to seo - i dont think there is anything i can do about those is there??
How do i split images into 2 different hostnames??? could you explain that
Whats the point? Moreover they were 302 (Temporary redirect which search engine bots dont follow) – Are you trying to hide your site from search engines?
You will need to ask your web developer for more info… probably need to edit the template.
I have no idea what it is doing here the only thing i can think is that it is something to do with my host. I googled ?5bc4cec0 and there were 2 sites with the same text at the end of the url and after doing a whois both are with the same host as me (godaddy!!!)
I’m REALLY surprised to see a provider as big as GoDaddy not having persistent connections enabled. It’s possible that there’s something in your .htaccess that could be breaking it (if you’re willing to post or send your .htaccess we can take a look). As Sajal mentioned, this should be the top priority and will likely cut your page load time in half from the looks of things.
Whatever is going on with the double redirect is VERY bizarre. From looking at the headers, it doesn’t look like it is setting a session cookie and the request headers are identical for both requests for / so it must be doing something on the back-end. Do you have any enhanced security modules or options enabled that might be GoDaddy specific? The only thing I can think of is that it is some sort of bot protection that relies on the redirects being followed and they do some form of IP tracking.
I’m not sure if they’ve made it available across the board but GoDaddy has mod_pagespeed installed and available as an option that you can turn on for sites - it might be worth turning it on and making sure nothing breaks to see what it can do to help (mod_pagespeed is an apache module from Google that automatically performs some optimizations). It looks like your caching is already working well so the main benefit it would probably offer would be inlining small images and combining the js/css files.