Popular Posts

Showing posts with label web page monitoring. Show all posts
Showing posts with label web page monitoring. Show all posts

Friday, June 22, 2012

10 Tips to Improve User Experience of your site

Hi. My name is Ben, and I plan to visit your website a lot! I’m a casual user that likes to browse the Internet, and like everyone else I know, I hate to wait. Although your website is really cool, and I love your products and services, the Internet is full of interesting places and I’m easily distracted. Oh, and did I mention that I love using my Android smartphone and iPad to play, connect, shop, bank and book travel when I’m not at work? All I want for the holidays is a speedy web and mobile site.
Here are top 10 wishes of a user for you and your site in 2012:
  1. Please test your code/site on IE and not just Firefox before you launch it. I am one of the 50% that will continue using IE, even after they start auto-upgrades!
  2. Understand the difference between browser execution and network/back-end performance. Most pages have both and you need to know which is which to optimize the page/site. One way is to monitor using a real browser.
  3. Understand how your page renders. Focus on reducing upfront (pre-render) delay. It’s the one me and your other users feel the most!
  4. Please make sure your third party tags (analytics and others) are below your visual content. (Did I mention rendering delays and blocks are aggravating?)
  5. Please combine your external JS and CSS files. I’ve been saying this for years, but very few sites seem to follow this recommendation. Do it, and I’ll see a major improvement in the speed of your site.
  6. Understand the quality your Content Delivery Network is providing. Every website is unique, and not all CDN providers are created equal.
  7. Don’t worry so much about overall page size but instead focus on individual file/resource sizes. Keep them under 100K and you will limit the impact of slower connections. (Did I mention I love my smartphone?)
  8. Don’t just push your desktop website to mobile. You will fail.
  9. Test your mobile web site… please!
  10. Read Keynote’s Page Construction Guidelines. They’re chocked full of goodies to help you optimize the performance your Web pages and keep visitors like me happily clicking through them, instead of away to your competitor’s site.
What’s on your wish list for better web and mobile performance in 2012? Let us know in comments!


Relate Articles:

Monday, November 28, 2011

Internet Retailers and Website Performance


How many seconds does it take to lose a shopper to a competitor’s site? How long will a business user wait for Javascript to execute so she can see the data she’s searching for? How many times will a user tolerate delays in downloading a bank transaction, or registering a bid, or completing a form, before they abandon the site?

The cost of poor site performance is not just lost visitors, it’s lost money. In a recent survey, nearly three-quarters of Internet retailers correlate poor site performance with lost revenue, and more than half with lost traffic.

Just a few short years ago, evaluating website performance was a fairly simple affair. “How fast did the page load?” was often the first and last question that needed to be asked. User expectations were far lower, and patience much higher, when the experience of accessing information or making a purchase online was new and different and amazingly convenient.

Today, however, user expectations are stratospherically higher. With the Internet now tightly woven into the fabric of everyday life, and a multitude of Web sites available to satisfy any given need or desire, users expect not only virtually instant page-loads, but fast and flawless execution of transactions and enhanced functionality that delivers a “rich” site experience.  In the intense competition to attract and keep site visitors, web performance is now a critical business driver for site success.

Read More at http://www.keynote.com/benchmark/index.shtml

Wednesday, September 14, 2011

Website Performance: More Than Just Speed

In addition to evaluating customer experience on a subjective level, the Keynote research assessed seven factors related to the site’s service levels:
  1. High-Speed Response
  2. Dial-up Response
  3. Response Time Consistency
  4. Geographic Uniformity
  5. Load Handling
  6. Availability
  7. Outage Hours
Car rental sites and the travel sector in general lag in technical quality, page performance, and in the delivery of an error-free user experience. Geographic consistency and load handling as key advantages, users know that wherever they are in the country or what time of day they visit, they can count on consistent website performance.

Three bottlenecks that block traffic that car rental sites, and Web sites in general, need to focus on in order to improve technical performance:
  • Too many technical elements on a page: From small non-visual images to java scripts to unnecessary encryption, too many individual elements on a page can stifle site performance
  • Java overload: The ubiquitous coding language is an important tool for developers, but every Java script can act like a tiny speed bump for browsers. “Sites may have five, six, seven or 10 JavaScript files in a page, and every time the browser hits that, it slows by almost a factor of two.
  • Proliferation of third-party tags: The rising number of third-party tags – DoubleClick ads and calls to third-party analytics services – can also hinder web page performance, minimizing them whenever possible is a good idea. Another option would be to move the tags to the bottom of the page where they are less likely to impact user performance.

Wednesday, August 31, 2011

Monitoring Web Pages & 3rd Party Content

If you are the owner of the Web site, there are at least two ways to improve overall site performance. One is to optimize the Web site itself for each widget so that those widgets running on the page will be more efficient, a method that is not cost-efficient. The other, more cost-effective option is to use continuous and focused performance monitoring of your Web site. Breaking down performance by time and by component category allows you to pinpoint the components that adversely impact Web site performance.

The benefits of web page monitoing and third-party components are significant indeed. First, operations can target these issues quickly and efficiently, which can reduce potential downtime and loss of revenue. This metric, known as Mean Time to Identification, can be tracked. Second, business unit managers can track the performance of all content, both internal and external, which can establish SLA accountability with the third-party vendors, saving money on lost downtime or the cost of rebates. Another benefit is the accountability that can also be established internally on components and content that has been developed on your site. Third, development and QA teams can save money by tracking these issues in real time. Modifications to code on the Web site or to the widget have been known to adversely affect a previously well-performing Web site, and monitoring can nip these issues in the bud, saving time and therefore money. Finally, the user experience can suffer due to bad website performance. This can cause a loss of viewers, both because of direct experience and by word of mouth. This impact can be potentially devastating to the bottom line.

Read More