Slow loading Homepage - loads twice (Pingdom)
-
Thanks for looking.
Site is: www.vintageheirloom.com
My homepage seems slower than the rest of my pages, & erratic load times, 2 -6 secs. It looks like it loads twice when run through Pingdom tools (http://tools.pingdom.com)?
On the results page I can see the html script object at the top http://www.vintageheirloom.com/ and then reappears at the bottom again. Load time 1st is approx 761 ms then 1.35 seconds.
I've looked for images that might be loading the site, I saw this as a reason, but I can't see this being the problem.
I've seen mention of looking in my .htaccess file if that is the cause. I've removed chunks of code to see any changes but couldn't spot any, still loads html script for www.vintageheirloom.com twice.
Thanks Kevin
.htaccess file details:
<code>RewriteOptions inherit # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2\. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <filesmatch "\.(tpl|ini|log|ds_store)"="">Order deny,allow Deny from all</filesmatch> # Prevent Direct Access to files <filesmatch "fbcindex"="">Order deny,allow Deny from all</filesmatch> # Use PHP 5.3 AddType application/x-httpd-php53 .php # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign in front of it. ### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that. # 1\. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off # 2\. If your cart has magic quotes enabled, This may work to disable it: # php_flag magic_quotes_gpc Off # 3\. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try # php_value upload_max_filesize 999M # 4\. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value post_max_size 999M # 5\. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_execution_time 200 # 6\. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_input_time 200 ## INCREASE PAGE SPEED HTACCESS MODIFICATION ## <ifmodule mod_headers.c="">Header set Connection keep-alive</ifmodule> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html <ifmodule mod_headers.c="">Header append Vary User-Agent</ifmodule> ## END INCREASE PAGE SPEED HTACCESS MODIFICATION ## ## DIVERT NON WWW TO WWW http://www.seomoz.org/q/is-there-an-easier-way-from-the-server-to-prevent-duplicate-page-content ## <ifmodule mod_rewrite.c="">RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]</ifmodule> ## END DIVERT NON WWW TO WWW http://www.seomoz.org/q/is-there-an-easier-way-from-the-server-to-prevent-duplicate-page-content ## # BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]</ifmodule> # END WordPress RewriteCond %{HTTP_HOST} ^.*$ RewriteRule ^authentic\-preowned\-designer\-handbags$ "http\:\/\/www\.vintageheirloom\.com\/authentic\-second\-hand\-designer\-bags" [R=301,L]</code>
-
Well, there's some improvements you can make and some other you can't.
First: try using CSS and JS static files, the way you are calling them is using php, which probably doesn't let the machine to save a copy on cahce. Once you manage to serve real static content, you can enhance that by using a CDN, like netdna, or maxcdn. You could also test cloudflare, which also has CDN integrated and other features that will also help with page speed while async loading all JS, preventing any blocking while the HTML is downloaded.
Second: you cannot edit/change anything from the twitter, facebook js.
Following all suggestions by page speed, you could achieve 95+/100.
Try checking the problem and the possible solutions. They even offer reading material to allow anyone to understand what is exactly the issue and possible fixes.
Hope that helps!
-
Hey there Federico,
Thanks for your help and reassurance.
I've run Google Page Speed 84/100 which sounds pretty good.
High priority items, seem a bit over zealous to me & I have no idea how to fix ??
- http://api.twitter.com/.../vintageheirloom.json?... (0.28 seconds)
- http://profile.ak.fbcdn.net/.../371850_540740888_1013846933_q.jpg (0.20 seconds)
- http://www.facebook.com/.../likebox.php?... (0.16 seconds)
- http://www.vintageheirloom.com/ (1 seconds)
- http://www.vintageheirloom.com/.../common.js.php?... (0.10 seconds)
- http://www.vintageheirloom.com/.../screen.css.php?... (0.11 seconds)
- https://r.twimg.com/jot?... (0.27 seconds)
Thanks tho
-
I agree with Federico, Google Page Speed helped me fix many issues on my site and made it quite a bit faster.
-
Hey,
The 2 loads could be: 1st load (no cahce), 2nd load (cached), thus the second load is much faster as images and other cached content in not being requested from the server.
Why don't you try with Google Page Speed? It will pinpoint each fix you can apply to speed up loading time. If you are using Firefox, you can download Firebug and install Page Speed, I don't know about other browsers tho.
Hope that helps!
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Can we use Youtube Videos of google webmaster on blog post?
Is it okay to embed YouTube videos of channel which we don't own? For example, I have written a blog on enabling event search in Google Analytics and Google Webmasters YouTube channel has a video based on those steps. I am looking to add that video in my blog.
Branding | | Ravi_Rana0 -
Should our rebranded company update our existing Instagram profile or delete it and start from scratch?
Our company just did a complete rebrand with a new name and logo. Instagram allows us to change our name, username, logo, and information, unlike Facebook, but there isn't a lot of online content about whether or not that's the best route. Any thoughts?
Branding | | RyanHeffernon0 -
Does a site with only one blog post a month rank alright?
I manage multiple websites and want to start new ones but want to know if one blog post a month is acceptable for SEO since I'm worried about rank.
Branding | | hssm20191 -
Instagram for small manufacturing business?
Hi all, We're a small business based in the UK that manufactures a range of PVC strip curtains and rubber site safety products. We have a presence on twitter, facebook, LinkedIn & google+... I've been considering Instagram for a little while now as I know we would have plenty to post (strip curtains are seen in multiple industries, it'd be great to post unusual applications that we've supplied to...) but I'm wondering what experience anyone has had with Instagram in an industrial manufacturing business... Is the audience there or would it be a waste of time for us? I've briefly looked through # but I'd like to know first-hand experiences!
Branding | | RayflexGroup1 -
B2B Blogger Outreach
Hi I'm working on an SEO campaign in relation to vacuum cleaners. I'm working on some outreach and as we focus on B2B I'm finding it difficult to find blogs which are B2B focused. We would ideally want customers who are buying a number of vacuums for their business - but it could be any industry. Instead of B2B blogs, I have gone with the angle of cleaning/organising blogs, with lots of followers on social. However, does anyone know of any good B2B blogs they could recommend? I'm looking for something written by facilities/buildings managers - if blogs like this exist 🙂 Thank you
Branding | | BeckyKey0 -
Tips and advice for startup website launch
Hi guys I'm looking for tips and advice to help prevent a startup website launch from embarrassment or disaster. Couple of examples I have so far are: Test contact and download forms Check website for duplicate content, lorem ipsum and missing content Check page load speed What would be your best advice/tip(s) be? Thanks Anthony @Anthony_Mac85 P.S. Just to be clear, I'm not looking for advice on how to growth hack a startup website launch.
Branding | | Tone_Agency0 -
1 Website, 2 Business Names, 2 Locations
I took on a dentist office as an SEO client. They have 1 website, 2 business names and 2 locations. Each location has it's own business name. They are both within the same city as well. I'm not exactly sure where to start with them since they have 2 different business names. If it were 1 name with multiple locations I would just create a Contact Us page for each one, but is that the best thing to do when the location names are different? Should I create a different website for each location or is that smart because then they are competing against each other? Any help from the community on the direction I should take would be appreciated. Thanks in advance!
Branding | | SilhouetteBS0 -
SEOMoz homepage - the lack of img alt tags
This might be a stupid question but the homepage of SEOMoz doesn't have img alt tags on the three feature screenshots. I've hovered my mouse and looked at the code, the images just have the link to www.seomoz.org/features Everyone goes adding image tags is key, any reason why SEOMoz don't?
Branding | | Bio-RadAbs1