How complicated would it be to optimize our current site for the Safari browser?
-
Hi all! Okay, here's the scoop. 33% of our site visitors use Safari. 18% of our visitors are on either an iPad or iPhone. According to Google Analytics, our average page load time for visitors using Safari is 411% higher than our site average of 3.8 second. So yes, average page load time pages loading in Safari is over 20 seconds...totally unacceptable, especially considering the large percentage of traffic using it.
While I understand that there are some parameters beyond our control, it is in our own best interest to try to optimize our site for Safari. We've got to do better than 20 seconds. As you might have guessed, it's also killing conversation rates on visits from that browser. While every other browser posted double-digit improvements in conversion rates over the last several months, the conversion rate for Safari visitors is down 36%...translating into 10's of thousands in lost revenue.
Question for anyone out there gifted in Web design and particular Web Dev....Do you think that it's possible/reasonable to attempt to "fix" our current site, which sits on an ancient platform with ancient code, or is this just not realistic? Would a complete redesign/replatform be the more realistic (and financially sound) way to go?
Any insights, experiences and recommendations would be greatly appreciated. If you're someone interested in spec'-ing out the project and giving us a cost estimate please private message me. Thanks so much!
-
Thank you all so very very much. Matt, I am going to drop you a PM as you suggested. Paul, wow...thank you for sharing your insights here. I am sure this is extremely helpful information not just for me, but for many other folks here who've observed some of the same things on their sites. Yes, I agree that the conversion issue could very well be a mobile optimization problem and not a Safari problem as we have spent very little to no time optimizing our mobile site. Given the traffic levels coming in via that channel, it's probably time to get crackin'!
You guys are awesome!
-
Sorry Dana - totally missed your mention about conversions being down. In that case you'll want to do some head-to-head testing with webpagetest.org.
The other thing to consider is that over half your Safari traffic is from mobile, Is it possible there's a mobile-optimisation problem and not a Safari problem? (How do the other mobile browsers perform in comparison?)
And the last suggestion I just thought of: Pingdom now offers Real User Monitoring (RUM) that purports to also be able to track the page speed of Safari users. (It uses it's own javascript module you add to your pages.) Given that this comes free for 1 site even with their free plan, seems like it would be an essential step toward getting a better handle on just where and how big the issue actually is.
P.
-
Dana, the good news here is that you have probably been worrying for nothing.
The function GA uses for tracking page timing is simply not included in Safari or Safari for iOS (phone/iPads). So those Safari figures you are seeing are completely anomalous and totally unreliable.
Here's the chart that shows which browsers have the capability to report their page speed in Analytics.
http://caniuse.com/nav-timing
As you'll notice, both desktop and mobile versions of Safari are no-go.The bad news is, just because the GA timings are worthless doesn't prove definitively you don't have any Safari issues. By far the best way to assess the situation is to analyse whether Safari-based visitors behave significantly differently on-site. Is their bounce rate higher? Time on site or conversions substantially lower? If no substantial difference compared to other browsers, you don't have an issue. (Usually this is the case - a site that performs in Chrome and Firefox almost always performs about the same in Safari, in my experience)
The one option you do have to get actual speed tests is to use webpagetest.org and select a testing location that offers the Safari browser as one of the options. Then you'll want to test multiple pages that represent the different primary templates and sections of your site. Do note though that even this will be using Safari on Windows, which was capped at version 5 back in 2012. So you can expect that current versions of Safari, especially native Mac apps, are likely faster.
Hope that sets your mind at ease, and gives you some next steps to further investigate alternative methods!
Paul
P.S When using GA page speed results, do note that by default Analytics only gathers data on 1% of page views. You need to customise your GA site snippet to push that level higher. This is critical for most sites because unless they have huge traffic volume, a 1% sample rate will be wildly inaccurate. The code snippet to add is
_gaq.push(['_setSiteSpeedSampleRate',100]);
and it has to go before the call to _trackPageview. By setting the sample rate to 100 as above, GA will try to track speed of all pageviews. It won't succeed of course, but you'll have far more reliable data. (GA will record speed data for a max of 10K hits per day)
-
Hi Dana,
I have done lots of work on site speed (a little obsessed with it but I have seen great results!) and I have made changes to a lot of sites that have massively improved load time and I have checked a couple and they are loading as quickly in Safari as the other browsers. I would be happy to give you some advice on possible quick fixes that you could make relatively easily and they will speed your site up significantly if you haven't already implemented them.
Drop me a pm with your site address and what server setup you are on Apache or IIS. I will have a look and see if there is any changes that may help
-
Hey Dana,
I've had this problem with Safari being slower as well. In fact, I just checked a handful of sites in Google Analytics and Safari is almost consistently the slowest browser. One question to look into is whether or not mobile traffic on Safari is slow. For the sites I'm looking at and for the sites I've worked on in the past, the culprit is usually Safari's desktop browser. Phones are usually within normal loading parameters (by phone standards).
Unfortunately, in most cases, the sluggish performance on Safari is due to Safari's DNS prefetching. Generally, prefetching does the opposite, but apparently can slow you down in Safari. You can read more about that here. http://macs.about.com/od/MacTroubleshootingTips/qt/Troubleshooting-Safari-Slow-Page-Loads-Caused-By-Dns-Prefetching.htm and this is another good one http://computers.tutsplus.com/tutorials/how-to-fix-slow-and-non-loading-webpages-in-safari--mac-51338 (Lots more if you Google Safari prefetching.)
I do think it is worth it to try to fix it. Here's what I would do, if I were you. Feel free to PM me if you want more help...
The way you fix this is on the client's machine, at least according to those articles (and others I've found while Google'ing around just now). However, you can try these steps out on your computer (if you've got a Mac) and see if you have an improved performance in Safari. It shouldn't take that long to test, and is probably worth it given the huge loss you are seeing due to this issue.
The next question is, well, how do I do this for everybody? The answer is to ask your visitors to use Chrome! No, seriously, one that worked for me in the past, was to detect the Safari user agent and load a slightly different version of the page that required fewer requests, meaning there will be less for Safari to prefetch. For instance, you might get rid of JavaScript, images, etc. that isn't essential. Obviously, keep the core content so that the pages are basically the same (kind of like you would for mobile detection).
This is obviously much more complicated to setup as it requires adjustments to the design as well as the code structure. But, generally simpler than trying to redo your entire website.
Before you make any such changes, it might be worth running a simple test on a key landing page that gets a lot of visits from Safari. Remove what elements you can for all user agents and see if this changes anything substantially with the site speed in Safari.
I hope that helps. Thanks,
Matthew
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
-
We changed our domain, I used the move tool in Google Search Console and I am having our site redirected and go daddy, and now I spoke with someone who suggest we do a 301 redirect for all pages on our site and I’m not sure that’s the correct move.
We just changed our domain name after 15 years. when I bought the new domain name I called Go Daddy and they instructed me to contact my google G sweet admin account and change all of our emails over which I did and then I went into Shopify who is my host and changed my primary domain there and then I went back to Go Daddy and had my old website forwarded to my new site. since then there has been nothing but problems with Google. my product feed from my merchant center account has been suspended three or four times now, I tried to rename and move all of my Google accounts from my old domain to my new one, but I am not an SEO person... after making the changes I have started google chats with analytics department with the merchant center with Google as they all keep saying that it looks fine but I’m not convinced because the product feed keeps getting disapproved. So I posted an ad for help and the Guy I spoke with suggested I do a 301 redirect for every single page on my old site, But I’m concerned that might confuse things further? I’ve already started the move in Google Search console And in Shopify I added the old domain back into the domains section and am having it redirectEd that way too... I guess I’m just looking to know which way I should proceed, any and all advice is warmly welcome thank you in advance Maureen
Conversion Rate Optimization | | TooFast130 -
Site Redesign Leads Dropped
One of my clients recently had his site redesigned. He wanted to change the design completely, I did offer advice on aspects relating to the redesign, I think its fair to say that he didn't follow all of my advice. PPC still running as usual and rankings still OK but the leads have gone down. Most of the leads come via the phone. I have suggested a number of ways to establish what has gone wrong including surveying his existing customers, comparing old and new designs etc...The client isn't keen on these methods. I'm hoping someone has some direct experience and can offer some direction as to how best to proceed? Justin
Conversion Rate Optimization | | GrouchyKids0 -
Root or sub domain for my site? (I forgot which I used to target)
Hi there, I'm sorry for what is most likely a daft question with an easy answer. I have searched the web but whilst there are lots of answers about this generally, nothing seems to answer my specific problem. I have just begun relaunching my site - workingfirstaid.co.uk - but basically cannot remember if I used to try and get links pointing to www.work... or work... I know I have so few links already that it probably doesn't really matter, but I don't want to spend time pointing to the wrong version. My internal links point to the non www version, but searching google for [working first aid] brings up the www version. Thanks in advance for your time! Cord
Conversion Rate Optimization | | cordite0 -
I am trying to make my site a better user experience please help
Hi, i want someone to review my site and let me know what steps i need to do to make it a better experience for the user and to lower my bounce rate which is about 67 at the moment. I am trying to get the advertising and the user friendly to match, i need the adverts to make money and need to make sure i have them in the right place so they get clicked more. I want to reduce my bounce rate and want people to not just read one page but to go to different pages and would like advice on what i need to do. here is the site http://www.in2town.co.uk and here are the example pages that i would like to focus on to increase the user friendly and keep people on my site while making sure i have the adverts in the right place http://www.in2town.co.uk/news/gossip-celebrity/alex-reid-says-he-is-fed-up-with-chantelle-houghton-lies http://in2town.co.uk/news/travel-holiday-news/sainsburys-customers-10-points-back-on-easyjet-flights-with-nectar http://in2town.co.uk/news/small-business-news/how-emerging-technology-can-help-reduce-small-business-costs I am looking for ideas on how to increase the experience and how to keep people longer on my site while at the same time have people clicking the ads by increasing the conversion rate.
Conversion Rate Optimization | | ClaireH-1848860 -
Any SEO tips for optimizing / driving traffic to category pages?
Hello! I listened to Adam Audette at Linklove in Boston this month and he spoke a little on creatively linking product pages back to their respective category pages - as it had an effect on the SEO... However, I don't know much about "internal" linking... Any other SEO tips for optimizing / driving traffic to category pages? Thanks!
Conversion Rate Optimization | | BGroup0 -
14,000+ links a to one site - is this a problem?
First, thanks to those who have helped me before. Second, according to Google Webmaster there are about 14,765 external links to my site. According to Open Site Explorer I have 22. So a couple of questions: 1. Why such a discrepancy? 2. Of the 14,765 links shown in Google Webmaster 14,665 are all from one place and all link to my home page. The site is interiordesignproductfinder.com. In August of this year I bought a sponsorship there. There are several of these sponsors so which show up on a rotating basis. Will having 14,765 links all of a sudden showing up be grounds for some type of a Google downgrade? Why are there 14, 765 links instead of just one. Is a new link created every time our sponsorship rotates to the page? Another thing, in the past couple of months our conversions have dropped significantly. we average about 180 visits a day with a 50% bounce rate. Is there anything obvious thatt might have caused this drop? Thanks for any insights. Don www.uniquegiftsanddecor.com
Conversion Rate Optimization | | uniquegifts-2778790 -
Improving Bounce rate, Time on Site & Pageviews per visit
Based on what seems like a general agreement that the Panda update has modified Google's algorithm and on page metrics such as Bounce rate, Time on Site & Page views per visit are now vital to a websites rankings. What methods are you using to improve these metrics? Have they worked?
Conversion Rate Optimization | | donthe0 -
Ideal product page conversion/retention rate for eCommerce sites
Hi SEOmoz-ers, I was wondering if anyone has data regarding product page abandonment rate (% of potential customers that leave the site after seeing product pages) for websites like Overstock, REI or Zappos? As you may know the above mentioned sites do an exceptional job with product pages. It would be helpful to know what some of the leaders in this space are achieving in terms of conversion rate. What is your personal opinion about this? Thanks,
Conversion Rate Optimization | | Kush_VMI
Kush0