Back to blog

Follow and Subscribe

Performance

Page 6

Automating Fastly with Terraform

Seth Vargo

HashiCorp’s Director of Technical Advocacy discusses Terraform, their tool for building, changing, and versioning infrastructure safely and efficiently, and how they use it to codify Fastly configurations.

DevOps
+ 3 more

Don’t let your successes bring you(r site) down

Anna MacLachlan

Often the main goal for marketing and advertising campaigns is to point visitors to your website, and it’s important you’re prepared for the success you’ll (hopefully) see. Hear how Fastly customer Dollar Shave Club launched a successful ad while maintaining site uptime and performance throughout, as well as best practices for making sure your major successes don’t bring you down.

Performance
+ 2 more

Beacon termination at the edge

Hooman Beheshti

Using a CDN for beacon termination at the edge has gotten a lot of attention, in part because edge termination for beacons is cool; but it’s mostly because beaconing applications are becoming more popular and they involve a lot of components, deployed at scale, to accommodate proper data collection.

Performance

Announcing Fastly’s POP in the United Arab Emirates

Tom Daly

We’re pleased to announce Fastly’s first POP in the Middle East, located in Fujairah, UAE. Located just 100 miles east of Dubai, Fujairah (FJR) is home to a number of major submarine cable landings serving the Middle East and members states of the Gulf Cooperation Council.

Performance
+ 3 more

Introducing 100 Gigabit Ethernet into the Fastly network

Ryan Landry

As we continue to scale our network, we regularly evaluate technology advancements that keep us on the leading edge. One of these advancements is 100 Gigabit Ethernet (GbE) switches in single rack-unit formats, and we’ve recently lit our first 100GbE ports at the Amsterdam Internet Exchange (AMS-IX) using them.

Performance
+ 3 more

Why having more POPs isn’t always better

Simon Wistow

We’re often asked why having more POPs doesn’t necessarily make a CDN faster. To help illustrate, we’ll use an analogy of convenience stores versus supermarkets.

Performance
+ 3 more

Scaling Fastly Network: Fighting FIB | Fastly

João Taveira Araújo

This post is the first in a series detailing the evolution of network software at Fastly. We’re unique amongst our peers in that from inception, we’ve always viewed networking as an integral part of our product rather than a cost center. We rarely share what we do with the wider networking community however, in part because we borrow far more from classic systems theory than contemporary networking practice.

Product
+ 2 more

Five ways to optimize your Drupal site

Neerav Mehta

Neerav Mehta, founder & CEO of Red Crackle, walks us through how to optimize your Drupal site.

Performance

The importance of performance monitoring

Mehdi Daoudi

Your site's performance needs to be monitored closely, but once you start your monitoring initiative, you might find yourself drowning in an endless wave of information. This can make it difficult for you to get insight into your online systems. Here are some simple steps for performance monitoring that will produce easy-to-interpret, actionable data.

Performance

Extending your application to the edge with Fastly

Hooman Beheshti

We often say that Fastly can easily become an extension of your app — there are three major components that make this possible: caching, control, and visibility.

Performance
Compute

How Fastly builds POPs

Blake Crosby

Building a new point of presence (POP) from scratch involves all of the engineering groups within Fastly. Our data center infrastructure (DCI) team spearheads and coordinates the POP build from hardware procurement to putting the POP into production and serving traffic.

Performance
+ 2 more

The technology that empowers real-time journalism

Anna MacLachlan

We’re more engaged online than ever before, especially when it comes to consuming news. If you work with online media brands, you’re well aware that the way readers engage with news events is changing.

Performance
+ 2 more

Caching with CORS

Rogier Mulhuijzen

Before diving into CORS (Cross-origin resource sharing), I need to mention JSONP, which is the other solution to getting data from a different “Origin.” In Using ESI, Part 2: Leveraging VCL and ESI to Use JSONP, Simon explains what JSONP is, and how to cache it with Fastly, using one Fastly specific feature, req.topurl. Now, with Varnish 4.1, req.top.url (note the extra period) is available, and it allows you to do the same thing with vanilla Varnish.

Performance
Engineering

Why Marketers Should Prioritize Performance

Anna MacLachlan, Hannah Levy

You may not know that the software your developers use can affect the success of your marketing activities. It’s within both teams’ interests to collaborate to ensure good performance.

Performance
Compute

Fastly Cloud Accelerator to Connect with GCP | Fastly

Lee Chen

In November 2014, we announced Fastly’s Cloud Accelerator, a collaboration with Google Cloud Platform that combines the power of Google’s infrastructure with the speed and flexibility of our real-time content delivery network. We're seeing more of our customers leverage cost-effective cloud services to build scalable infrastructure, and so today we're excited to announce that we're expanding our collaboration with Google Cloud Platform.

Product
+ 3 more

Surviving high-traffic events with Fastly

Anna MacLachlan

A CDN not only shields your origin from spikes in traffic, but it also ensures speedy delivery of content. This helps you meet your users’ expectations when they visit your site, whether that’s reading the latest news on the royal baby or purchasing a coveted item during a flash sale. To do this well, your CDN needs to have a few key qualities, including prioritizing site uptime and performance, the ability to make updates and serve content in real time, and up-to-the-second visibility into logs and performance analytics. Below, Fastly’s customers discuss how our CDN has helped them during high-traffic events.

Performance

Improve performance, get user intel with GeoIP | Fastly

Anna MacLachlan

In a previous post, I discussed the benefits of Fastly edge modules. Among those listed is GeoIP / Geography Detection, which is useful for any company (especially those in ecommerce, hospitality/travel, and media) that needs to segment content delivery based on geographic location.

Performance
Compute

Leveraging your CDN to cache "uncacheable" content

Hooman Beheshti

As I've written about before, there is a growing class of content called “event-driven content” that may appear dynamic, but isn’t. Even though caching this type of content is more difficult, it’s possible to cache it with the right tools — although you might have been told otherwise. In doing so, you can leverage the power of caching in new ways and reap the benefits that come along with it.

Performance

The Rise of Event-Driven Content

Hooman Beheshti

In this post and going forward, we’re going to take a step back, talk about the different types of content our customers are dealing with the most, and discuss how cacheable or uncacheable they are.

Performance

Reusing backend connections to increase performance

Rogier Mulhuijzen

Reusing connections between your Varnish instance and your backends (origins) is a good idea for multiple reasons. If your Varnish is on the same network as your backends and you're doing low volume traffic, you can stop reading, because a) the difference will probably be negligible, and b) you're probably already reusing backend connections.

Performance
Engineering