cdn - ReadWriteWeb http://www.readwriteweb.com/feeds/tag/cdn en Copyright 2012 Richard MacManus readwriteweb@gmail.com Tue, 14 Feb 2012 07:05:06 -0800 http://www.sixapart.com/movabletype/?v=4.35-en http://blogs.law.harvard.edu/tech/rss 15 Tools to Help Speed Up Your Website speedometer-photo.jpgThe speed at which a Website loads is paramount to maintaining a positive user experience and, as we learned last year, has a direct impact on the site's organic search rankings on Google.

The search giant's recent beta launch of its Page Speed Service gives us the latest in a long line of products and tools designed to help site owners boost page load speed. In what is by no means a comprehensive list, we've outlined a few such tools worth checking out.

]]> First, Measure Your Site's Speed

The first step toward speeding up your site's load time is to determine what that load time is. What you experience loading the site may be different than somebody on a different Internet connection, using a different browser or in a different physical location. There are quite a few tools out there for page load speed testing.

Pingdom

Pingdom is a site that tests page load time and breaks down how long it takes for every script, CSS file and media asset to load. You can use the resulting chart to make decisions about things like whether to consolidate your CSS files or whether a content delivery network (CDN) might help deliver images faster.

In addition to page load time, Pingdom lets you test your DNS settings for issues and perform a ping or traceroute to test network connectivity to your server.

YSlow

Yahoo's YSlow has been around for a few years but it's no less useful today, even with the arrival of several new competitors on the market. YSlow, which is available as a browser plugin for Firefox and Chrome, clocks page load time and then provides a detailed report card, complete with letter-based grades.

Unlike some other tools of this nature, YSlow goes the extra mile by offering specific, actionable tips about how to improve page load time. Their Best Practices for Speeding Up Your Website is a worthwhile read for any Webmaster or site owner, regardless of whether or not you use Yahoo's tools.

Google Page Speed

Google has been incresingly fixated on speed as of lately, both in its own products (see Chrome and Google Instant) and the Web at large, having announced last year that site speed now plays a role in organic search rankings.

Before releasing a few tools designed to actually speed up your site (more on that below), Google put out its own answer to Yahoo's YSlow called Page Speed. It's available as a browser extension and also a Web-based test. It's pretty similar to YSlow in that it returns a series of specific action items that, if undertaken, would improve a site's load time. It ranks those suggestions by priority, which is helpful in assessing what to tackle first.

Improve Your Site's Load Time

Once you have an idea of how much improvement is needed, you can begin implementing the right solution. Inevitably, some of the necessary changes will require some manual coding, but there are a few turnkey tools that will help.

Google's mod_pagespeed and Page Speed Service

In addition to its site speed measurement tools, Google offers a few ways to actually do something about your sluggish Website. The first is mod_pagespeed, a module for Apache that rewrites the HTML, JavaScript, CSS and image assets on a page and serves them to visitors more efficiently. More recently, Google introduced Page Speed Service, which achieves the same thing through DNS changes. Google may charge for this service in the future, but for now the beta is free.

Other Content Delivery Networks

One of the most effective ways to boost a site's load time is to deliver its static elements over a content delivery network (CDN). There are many CDN's available at different price points.

Some of the better known commercial CDN's include Akamai, Limelight Networks, BitGravity. Here at ReadWriteWeb we use MaxCDN, which is a relatively affordable solution. CloudFlare is a product that specializes in Website security but has content delivery and site speed enhancement features built in. Amazon Web Services customers might want to look into Amazon CloudFront.

Minify and Merge Your Code For Faster Load Time

Another common culprit that drags down a Website's loading speed is code that hasn't been consolidated, especially CSS and JavaScript. While you could manually remove whitespace from the code and consolidate the number of external files, there are a few automated tools to help make it easier.

MinifyJavaScript is a simple, Web-based tool for compressing JavaScript right in the browser. Similarly, this site will do the same thing for JavaScript and CSS using Yahoo's YUI Compressor.

Minify is a PHP-based tool that developers can use to automatically compress and consolidate external scripts and stylesheets. There's also a Wordpress plugin for it.


Photo courtesy of Flicker user Nathan E. Photography


]]>
Discuss]]>
http://www.readwriteweb.com/archives/15_tools_to_help_speed_up_your_website.php http://www.readwriteweb.com/archives/15_tools_to_help_speed_up_your_website.php Web Development Thu, 28 Jul 2011 16:00:00 -0800 John Paul Titlow
Amazon CloudFront: Outlook for CDN Is Cloudy (and That's Good) Amazon CloudFrontTwo months ago, Amazon - which has taken to sharing some of its massive computing power with mere mortals as a means of developing additional revenue streams - announced that they were developing a content-delivery network (CDN) to complement their existing Amazon Simple Storage Service (S3) offering. Today, they unveiled the beta version of that service, named Amazon CloudFront. Boasting a now-familiar, pay-as-you-go pricing model, Amazon CloudFront promises to make CDN an affordable addition for any site looking to gain more efficient content delivery.

]]> In a day and age where more and more applications are built on the Web, availability and scalability are critical concerns for the companies developing these apps. And that has made the business of content delivery an extremely lucrative one. Unfortunately for smaller players, the pricing of content-delivery services has been prohibitive at best, leaving more traditional CDNs out of reach for small to medium size businesses. With CloudFront, Amazon hopes to tap this under-served market.

At the time of Amazon's original announcement, ReadWriteWeb's Frederic Lardinois observed:

"With this new service, Amazon is going up against a number of established companies, including Akamai and Limelight, which are almost synonymous with content delivery.... Just like Amazon's S3 and E2 shook up the market for online storage and cloud computing, this new CDN solution will surely drive down the prices for content delivery."

[Update] Those Amazon Web Service efforts have enabled Amazon to gain considerable mindshare among fans of cloud computing. A recent survey from CloudCamp and Appistry - featuring a small but knowledgeable sample of cloud computing experts - placed Amazon well ahead of Google as the company that "will play the largest role in the future of cloud computing." Those surveyed also pointed to "cost reduction" as one of the leading drivers for adopting cloud computing.

CloudFront appears to have answered concerns about both cost and reliability for smaller organizations. The service leverages the same Amazon infrastructure that has made S3 such a popular solution - with eight edge locations in the US alone - and the pricing seems to fall in line with the affordable S3 offering, as well.

Amazon is recommending users deploy the service for serving up frequently accessed Web site components, distributing software, and publishing popular media files like audio or video.

Who are the early adopters? Popular deal-a-day site Woot is taking advantage of the new pay-as-you-go service to deliver product photos. Luke Duff, Retail IT Director at Woot, claims that the new service has so simplified the aggravating prospect of dealing with imagery that he now "can feel the rage melting away" thanks to CloudFront. Social-gaming platform, Playfish, doesn't seem to have as much pent-up hostility, but they have used the service to reduce the delay customers experience when accessing apps.

To take advantage of the new service, Amazon users can save their objects to an S3 "bucket" and then register that bucket with CloudFront. That makes those objects accessible via a simple API call. Customers in the US and Europe can use the service for $0.170 per GB out for the first 10TB per month. Customers in Japan and Hong Kong see slightly higher rates at $0.220 per GB and $0.210 per GB, respectively. For all locations, prices per gig decline as usage rates increase.

To test drive the beta service, visit Amazon CloudFront.

]]> Discuss]]>
http://www.readwriteweb.com/archives/amazon_cloudfront_outlook_for.php http://www.readwriteweb.com/archives/amazon_cloudfront_outlook_for.php Amazon Tue, 18 Nov 2008 02:00:00 -0800 Rick Turoczy