All blog posts

Page 42

Jason Cook at Linux Conference Australia 2014

Kelly Jandro

Last week, Fastly engineer Jason Cook spoke about TCP tuning at the 2014 Linux Conference in Australia. His session covers tuning several aspects of your application and the underlying TCP stack to deliver the best possible performance over the public Internet. If you missed it, check out the video below.

Introducing Version Diff

Simon Wistow

Since day one, we’ve baked the concept of versions right into our system at a fundamental level. We want customers to feel empowered to try new things and to be able to quickly roll them back or create a new version if changes are needed. We’ve brought DevOps best practices to our CDN.

Product

5 Ways to Optimize for Holiday Traffic

Simon Wistow

During the holiday season, which normally accounts for 20-40% of total sales annually, it's critical for e-retailers to provide their users with a smooth, responsive shopping experience. Recent research has shown that 40% of online shoppers will move to a competitor’s site if yours doesn't load in 3 seconds or less. In fact, about $3 billion in revenue is lost annually due to customers abandoning shopping carts on slow web sites. With that in mind, here are Fastly’s top 5 tips for optimizing and speeding up your site for the holidays.

API Caching, Part I

Ryan Richards

The web has come a long way since the 90s. In the past, sites were commonly driven by a single, monolithic application that acted as the only communication medium to a centralized database. The modern approach is to break this one large application into a set of interdependent and cooperative services.

Performance

Reduce Page Load Times

Chuck Tipton

Ensuring a smooth end user experience with short page load times - whether for shopping online, reading the news, or collaborating on software - is one of the main reasons Fastly customers use our Content Delivery Network. Viewers' expectations for page load times have become increasingly demanding.

Fastly at the Varnish User Group Meeting (VUG8)

Kacie Hendrickson

Fastly Caching Software is built on Varnish Cache, an open source HTTP accelerator. We are big believers in open source - we provide free services for Ruby Gems, PyPI, Perl and Debian among others, and we’re regular contributors to Varnish, Chef, Perl and Ganglia. Fastly fully supports VCL (Varnish Configuration Language), allowing customers to both download Fastly-generated VCL and upload custom VCL to mix and match with the Fastly configuration. VCL offers our customers unmatched control over request routing and on-the fly request and response modification.

Fastly CDN Expands

Kelly Jandro

At Fastly, we’re constantly working to upgrade our network and expand global capacity. Last week, we built up capacity in our Ashburn, New York City, and Los Angeles POPs and brought a new Miami POP online to improve user experience in South and Central America. We also brought a second London POP online and increased the capacity in our existing London and Frankfurt POPs. In addition to our existing POPs in Tokyo and New Zealand, we’ve added new POPs in Singapore and Hong Kong to bring our customers’ content even closer to users in Asia Pacific. These upgrades are already available to current customers.

Performance
+ 3 more

Build Your Own Network

Ryan Richards

At Fastly, we’ve been steadily building the world’s most advanced CDN. Since our founding, we’ve expanded the public network to include 17 globally distributed points of presence (POPs) and are now serving more than 20 billion requests per day.

Product
+ 2 more

How to Win Black Friday

Paddy Bear

For the majority of the population, Thanksgiving and the rest of the holiday period are a time for family, feasting and frivolity. For eCommerce managers, however, it's the busiest period of the year with almost a quarter of yearly online sales happening over a 4 week period.

Fastly at FutureStack 2013

Kacie Hendrickson

We're proud to have been a part of New Relic's first FutureStack conference (and equally proud to have New Relic as a Fastly customer)! If you didn't make it to FutureStack, you can watch Fastly CEO Artur Bergman's talk below. We hope to see you there next year.

We're in London This Week

Kelly Jandro

We’re headed to London this week for Velocity Europe! If you’re attending, please stop by kiosk #306 in the Exhibit Hall to meet the Fastly team and chat with our engineers.

Join Fastly for a Gigaom Webinar

Kelly Jandro

On Tuesday, November 12 at 10:00am PT, we invite you to join us for a free Gigaom Research analyst roundtable webinar exploring how growth in dynamic and real-time web content is forcing changes to the traditional content delivery network.

Artur Bergman’s Talk at Velocity NYC 2013

Kelly Jandro

If you missed Fastly CEO Artur Bergman’s talk "Latency is the mind killer" at Velocity NYC, watch it here to learn how latency affects network performance (and how to cure it).

Artur Bergman Speaks at Surge 2013

Gaylin Walli

Did you miss Artur speaking at Surge 2013? We've got you covered. Here's his talk on why latency is the pervasive, silent killer in the world of network performance.

How to Cache Everything

Duretti Hirpa

We at Fastly have a credo: “latency kills.” Slow is never optimal when it comes to the internets, and in previous posts, we’ve alluded to the importance of caching in our ongoing quest for blazing speed. Today, we'll dig in and explore how caching helps speed up applications and lighten server load, delivering a fast, totally sweet experience for your end user.

Introducing Fastly Streaming Media

Lee Chen

After months of hard work, we're proud to announce the Fastly Streaming Media Service. Fastly is optimized for small object delivery, so http live streaming is in our DNA - but don't be fooled. Our blood, sweat and tears went into this project.

Introducing the Fastly Historical Stats Tool

Ryan Richards

At Fastly, we’re always looking for ways to help our customers optimize for speed. Today, we’re happy to announce that (by popular request), we’ve made the Fastly control panel even better with a new Historical Stats Tool. We’ve always provided real-time stats, but we wanted to take transparency one step further. Now you can quickly and easily view your entire usage history.

Product

Fastly at Velocity NYC 2013

Kacie Hendrickson

This week, the Fastly team will be in New York for Velocity 2013. If you’re attending the conference, we hope you'll stop by kiosk #27 in the Sponsor Pavilion to meet the team, talk to an engineer, and grab some Fastly gear.

Fastly at Surge 2013

Kacie Hendrickson

This week, the Fastly team heads east for Surge 2013 in National Harbor, MD. We look forward to seeing partners like Dyn, Etsy, Twitter, and Wanelo and making new connections at the conference. Here’s where you’ll find the Fastly team on Thursday and Friday.

Surrogate Keys: Part 2

Devon O'Dell

One of my favorite computer science jokes is that there are only two truly difficult problems in computer science: naming things, cache invalidation, and off-by-one errors. At Fastly, we deal with these sorts of difficult problems every day. In our previous post on surrogate keys, we discussed how this feature can help you solve the problem of invalidating dynamic content. In this post, we’ll take a look under the hood at how we efficiently represented this system.

Performance
Engineering