Our site is slow..
-
We have noticed that our site is much slower than many of our competitors and expect that this is affecting our organic ranking.
We are on dedicated UK Fast server with
[20/08/2013 16:44:35] Tony Jackson: Operating System: CentOS 6 64-bit
CPU: 1x Intel Xeon E5-2620 @ 2.0GHz
Memory: 8x 8GB DDR3 RDIMM
Hard Drive: 4x 128GB SSD RAID10
[20/08/2013 16:46:28] Tony Jackson: Nginx, percona, tomcat/solr, Magento CE, cat: 25200 productsI could really do with your thoughts on this page for example
http://www.pretavoir.co.uk/sunglasses/ray-ban-sunglasses.html
-
I am not a huge fan of APC at present (PHP PECL library, not the power battery company). Maybe nginx won't segfault like Apache has been for us.
As for the hosting, what I mean is to use a load balancer with multiple servers. Will you take some performance hit in getting DB data? Probably, but very little. But you're getting far worse now with Magento so it doesn't matter how fast your machine is (like I said, it's a beast so if it's not sitting at 0.01 almost all the time you've got major issues). Remember that this impressive machine is also a single point of failure. I had an impressive box running our DB once (multiple webservers) and the RAID controller crapped out in the middle of the day. We got back up under the two hour SLA but it cost us a lot of sales.
Now we run two webservers, a multi-AZ DB (automatic failover to secondary if master dies) and all behind a load balancer in AWS. I won't pretend this isn't without any issues (we wound up in an odd instance where the DB failover didn't work as expected) but it's a lot more redundant and scalable. I bet our setup is cheaper than your behemoth, too. Remember, you still have to chew through all the code each and every time the page is loaded (your problem is processing the individual thread, not horsepower). Splitting your site amongst multiple webservers means you have scalability as well.
-
Highland, Thank you for the response.
We are using memcached locally as it seems to give best results, having tried a combination of APC and memcached.
Would moving our database to a different server speed up the time to first byte(ttfp) as currently we sit with very little load on cpu? What would be the benefit?
Where you mention 'a cloud based solution' are you referring to using Cloudflare to sit in front of our server to act as a cdn and cache, or to move to a complete cloud based solution? I assume it is their Business package you refer to which gives the ddos and other protection.
Looking at Googles pagespeed tools, out ttfp seems to be the hold-up. which then just leaves the off site code (Snapenage, Comodo, etc) bringing up the last elements.
-
Thanks for this response.
We had been looking at Cloudflare and also at rearranging our server somewhat. Will let you know.
-
Magento is built on top of Zend Framework 1, a notoriously slow PHP framework. It also does some things that slow it down. Some thoughts...
- Be sure your use the Magento caching system.
- Move your database off to another machine. 25k products is a LOT
- Your hosting setup is monolithic. While your box is a beast of a machine (12 threads, 64GB RAM, 4x 128GB SSD) it's still susceptible to slow-down. I bet 50 concurrent users could bring it to its knees. While CDNs can help offload some of this, I recommend the beast with a cloud based solution. I bet you could get 2 or 3 servers plus a DB server for less than what you're paying for this one beast. Then put your machines behind a load balancer. So you would have multiple web servers serving your site up, a load balancer routing traffic to the fastest one and a common DB powering it.
- Switch to Cloudflare for your DNS. They will cache pages for you and they do it for free. They also add a layer of security.
- Use WMT to benchmark your site speed. It tells you the load time in a handy graph. Play around with it and see what happens.
-
We are using Magento on Nginxwth caching enabled with memcache
-
Generating the page seems to take very long. What shopping cart software are you using? Can it cache pages?
-
Thanks for your reply.
This page is a better example of our problem
http://www.pretavoir.co.uk/sunglasses/ray-ban-sunglasses.html
-
Your website isn't that slow from London but there lots of things you can do to improve speed:
1. Use a CDN like NetDNA to host CSS, Javascript and images. By using a CDN, you will also increase the number of simultaneous (parallel) downloads since these files will be hosted on another (sub)domain.
2. You have lots of Javascript files. Try combining them into one file.
3. Add a cache header, this will instruct web browsers to cache your images, css and Javascript files. Simply add this to your .htaccess file:
AddType image/x-icon .ico
<ifmodule mod_headers.c=""># YEAR
<filesmatch ".(ico|gif|jpg|jpeg|png|flv|pdf)$"="">Header set Cache-Control "max-age=29030400"</filesmatch>WEEK
<filesmatch ".(js|css|swf)$"="">Header set Cache-Control "max-age=604800"</filesmatch>
24 HOURS
<filesmatch ".(html|htm|txt|php)$"="">Header set Cache-Control "max-age=86400"</filesmatch></ifmodule>
======================================================
... and sorry for my english.
Hope that helps!
-
Yes had looked at GT Metrix though not paid much attention to YSlow. Will take a look now.
However it may be of more interest to look at the speed of this page rather than homepage;
http://www.pretavoir.co.uk/sunglasses/ray-ban-sunglasses.html
-
Hi Sean,
Your system looks pretty decent... I guess it depends on your traffic load though.
Have you checked out your results on GTMetrix.com?
You scored well in the PageSpeed testing, but not in YSlow. I'd take a look and see if you could leverage some of the suggestions there.
Hope this helps.
Mike
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
-
Feed sites replacing my pages in SERP
I have a problem! Sites like:
Competitive Research | | pycckuu
http://lynk.ly/
http://www.yousaytoo.com/
http://www.stumbleupon.com/
http://friendfeed.com/ Are replacing my posts even if i am searching for an exact title of the post. For example this search query:
Christmas Party Style Sets With Black Cocktail Dresses Original post here:
http://richclubgirl.com/christmas-party/christmas-party-style-sets-with-black-cocktail-dresses/ How do i fight this issue? I want to stay on these sites somehow! Thanks in advance!0 -
Good tools to compare site speed on different sites?
Google tells me that my site is slower than 81% of the internet.Now this is a very large news website, so I would like to compare this against other very large news websites. Are there any tools that will be able to tell me the speed of a list of websites? I am looking for something a little more detailed than 'this site loaded in 1 second'. Also, do any of you fellow SEOs know of any good tools to analyse what is causing your site to slow down? Kind regards
Competitive Research | | MirandaP0 -
My site is ranked in the top 5 for my keywords, but howcome I'm low in an organic search results for my key words?
Are the other factors such as page rank, Alexa rating and mozRank used to determine where I will show up in search results, over Goggle's key word rank for my key words?
Competitive Research | | allstatetransmission0 -
Free SEO tools appearing in SERPS for a site
Hi there, I've just taken over a site and it doesn't have a huge amount of shelfspace on the SERPs for it's brand name. Looking at the results that are there are a lot of free SEO tools that are coming up. They haven't had an SEO before so it's not coming from their side. There's such a lot of them I was wondering if anyone had come across this before - is it simply a competitor looking at the seo, could it be one of the seo analytics packages using free sites or is there anything else to be aware of. I can start knocking the sites down the SERPs but just wondering if anyone has a good solution for this. thanks Shiv
Competitive Research | | Shivvyt0 -
Search shows site links, but not hyperlinked?
2 of our competitors on Google have site links show in their results which brings you to that specific page. In our listing we show up with the same results a few spots behind them with our site links visible showing very similar content, but are not actually hyper linked. Is there a way to fix the issue and let people actually be able to click on our site links instead of just reading them?
Competitive Research | | sknott0 -
Is There Video Instruction on How To Use SEOMoz and Open Site Explorer?
Hi I have just signed up to use this software and would like to know how to use it properly. Is there a video tutorial on how to get the most out of the tools? I want to get the competition's backlinks but for some reason it's not openiing the page. I also want to know how the backlinks are assessed to find the real quality ones that I can link to. How are the backlinks assesed and what standards are used to asses backlink quality? Thank you Sunil.
Competitive Research | | sunilmuse0 -
Site redirect
Hi, Our site www.suncamp.nl has, for language reasons, 2 redirects So : www.suncamp.nl is redirected with a 301 to www.suncamp.nl/nl/nl and is than redirected 301 to http://www.suncamp.nl/nl/nl/home/uc19-l1-n804/ My question is; is this bad for our SEO? Recently we've been doing a lot of linkbuilding and SEO copywriting, but in comparison with our competitors were lagging behind. So I'm looking for other bottlenecks. Kind regards, Dennis Overbeek My email: dennis@acsi.eu ACSI
Competitive Research | | SEO_ACSI0 -
My client has shown me a similar site, though not a competitor. He wants to know what sites they are linked from that give them such a good Google rank for certain kewords. Can SEOMoz tell me this?
When using google.com.au and searching for "travel to france", www.frenchtravel.com.au is the 3rd organic result. (the 1st two are not travel businesses, they are non profit travel guides) My client, who runs www.visituk.com.au, an Australian site that organises tours of the UK, said "so we just need to add these sort of words to the site?" I said, yes, but it doesn't end there. The real task is to have a link to your site on other sites surrounded with the words "travel" and "UK". He asked if he could see a list of the sites the french site was being referred by relevant to the search phrase. Is there an SEOmoz tool for this? Or is there another way I can generate that list? Thanks Simon
Competitive Research | | electrik0