We're using it as the primary content delivery network for a large number of websites that we're responsible for, and we're using it in a configuration of an edge and a shield in front of our organization.
And we use it in our deployed pipeline. So everything is configuration, is code. We use their VCL technology quite extensively for the functionality of the Edge behavior.
Fastly's instant purging feature improved our content monitoring processes. One of the differences between CloudFront and Fastly is the time to purge.
So, Fastly's time to purge is very quick. And we've automated it with some front-end API calls. We've even integrated it with Slack so that we can push that clearing of content to a Telstra approach. So the content developer or the person who has the issue with the stale content can actually be empowered to clear their own cache without having to go through someone with the appropriate permissions. So, the fact that we can expose that with API calls is pretty good.
Moreover, I can see service history and service metrics. So, it's mostly metrics and historical data. For example, how many times do specific properties have the highest rate of, say, 500 errors or something?
Moreover, Fastly helps our company manage a traffic spike during some high-traffic attempts if we have any.
Fastly's request collapsing is their secret sauce, and you get that with Varnish. That's really their massive value proposition, and that they in high traffic spike, even if we have our caching configuration low, it still protects our origin from a big traffic stop because we only get, like, one request coming in. Because that's what they do. They collapse the request such that we might get a thousand people asking for the same piece of data that's not in the cache, but they don't come at us with a thousand requests, the origin. They send one request to the origin and then wait for it to come back, and then they populate the sibling characters with that answer. So it's a sort of table state functionality that they provide that is really key to their value proposition.