
Caslyn Cole
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Caslyn Cole Sort by recent activity-
Ways to Test Your Caching with cURL
Add the Fastly-Debug: True header to a request Example: curl -svo /dev/null [url] -H "Fastly-Debug: true" Purpose: provides more information about how the object is cached and handled by Fastl...
-
Where are my Fastly Settings applied in VCL?
Here’s a general overview of where in your VCL you can see your Fastly settings applied: vcl_recv receives the request: Default Host is set. Backends are set. This also where rules for routing ...
-
Common Pitfalls of the Vary Header
###Problem #1: Intermittent Compression or Inconsistent responses. Only one version (or the wrong version) of the object is being cached and delivered to users.** ####Is the Vary Header set only ...
-
How do I Create and Customize a robots.txt file on my Production Site?
Once a customer has CNAMEd their domain to Fastly, they can set custom responses through the Fastly App that will then be served by the robots.txt file on their website. Here is a step-by-step gui...