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
-
How on Earth are These Sites Outranking Us?
Hello all, My colleague and I have been doing a lot of work to optimise our companies site (www.allseasonshire.eu/). The project is still massively work in progress. While we've been analysing the SERPs for KW's we're trying to rank for we've noticed two sites that are outranking us and we can't work out why. The sites in question are www(dot)nationwide-boilerhire(dot)co(dot)uk & and www(dot)nationwideboilerhire(dot)com. They're both very small sites, with hardly any content and basically zero external links pointing to them. When we compare the root domains in OSE our site comes out on top on every single competitive metric as well, most of them by a long shot. I'm just wondering if anyone can help shed some light on why these two sites would be appearing so high in SERPs and why they would be outranking us? Any input anyone has is greatly appreciated. Thanks, Ryan Edit: Keyword in question is 'boiler hire'. Thanks for your answer Nishadha, would that alone really be enough though?
Competitive Research | | allseasonshire0 -
How Do You Create an excel spreadsheet of all blog post content on a site?
Is there a quick and easy way to create an excel spreadsheet with a list of all blog content and it's SEO factors i.e. URL, title, description, etc.? I know I could use screaming from to get the entire site but is there a way to just get the content on the blog?
Competitive Research | | RonMedlin0 -
Site Architecture for a Services Company
Hey everyone, I'm doing the keyword research for a new virtual assistant services website that I am building. Being that there's almost a limitless number of services that a customer can outsource to a virtual assistant, I have a lot of service keyword options. Here's the problem: I don't know how to layout my services in a scalable fashion so that I can continue to add onto the services list (each with their own unique and helpful page) after the website is published. I have two options: 1. Create a service page with categories, each with links to the individual services. Like on my competitor: http://www.virtualemployee.com/services but with links to pages focused on the individual service keyword (ex. virtual receptionist services). 2. Don't have a services page, but include the services as blog posts like on my competitor's website: http://www.virtualstafffinder.com/blog. Obviously, the blog would be much more "scalable" in the terms of adding more services. It also reduces a lot of clutter on my website. However, it's not categorized like the average service or e-commerce website. Not sure if this is necessarily a bad thing. What do you think? Your help would be greatly appreciated!
Competitive Research | | Stryde0 -
Another how the *%#^ is this site ranking question
I saw a question posted by someone a while back asking how a certain (in their opinion crappy) site was ranking in the top then. It happened that there were some good reasons for that site ranking. Well.... I have stumbled on a site that seems to be ranking for (almost) no reason at all: relatively low DA/PA very few inbound links (none seem to be that special) thin content The only thing I can think of, is that the site has the keyword in the domain name. But looking at the search results, there are other domains with exact match keyword in URL and somewhat stronger metrics that don't rank.
Competitive Research | | inhouseseo0 -
Local Real Estate Site vs Larger National Sites
Hello all, I am a local realtor that created my website with an idx feed. I am on page one but at the bottom. Question is how can a local real estate website rank better in the SERPS than the larger national brands? Any tips out there from those who have worked with real estate websites and seo? I'm trying to out rank the larger sites for my main keywords. Thanks all.
Competitive Research | | bronxpad0 -
Keyword Search - another site bypassed me and they are not ranked well...
I was trying to optimize the keywords "music for kids" . This is a no brainer because my URL is "musicforkids" My On-Page Report Card for "music for kids" gives my site a "A". The on page report card for the other site gets an "F". But the other site comes up number ONE in the organic Google search and my site comes up number three. The two sites above me receive a crappy on page Keyword report for the key words "music for kids" but they still come up above me for that search term. What's the deal?
Competitive Research | | musicforkids1 -
Is it possible to see bounce rate on external sites?
Are there any tools that will let you see your competitor's bounce rates?
Competitive Research | | nicole.healthline0 -
How many Page Rank 8 sites are there?
Anyone have any estimate of how many Page Rank 8 sites are out there? Best, Steve
Competitive Research | | Aggie0