-
Notifications
You must be signed in to change notification settings - Fork 0
ytokan/fastly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Fastly ======================= http://drupal.org/project/fastly What Is Fastly? --------------- Fastly is a CDN (Content Delivery Network), which is to say, we speed up delivery of your website and its content to your users. When your client in Moscow, Montana or Vriezenveen, Netherlands clicks on your site requesting a piece of information, we want them to feel your speed of delivery. No waiting. We want them to get to your closest point of presence—in milliseconds—to get what they want. Founded in 2011 Fastly delivers the world's only real-time content delivery network. At Fastly we think slow is unacceptable. Fastly enables a next-generation of businesses to give their users the best online and mobile experience. The patent-pending Fastly Caching Software delivers static, dynamic and streaming content with the lowest recorded time to first byte. Our customers include (but certainly aren't limited to) Twitter, Guardian UK, GitHub, AddThis, Wikia, Shazam, Wanelo, and Yammer. Fastly is a San Francisco based company, located in the heart of SOMA. We are venture backed by Battery Ventures, OATV, August Capital, and Amplify Partners. We provide challenging work, opportunities to learn, high-quality teammates and, most importantly, we have a lot of fun doing what we love. We offer some great benefits like a Tahoe ski cabin, stocked fridge, flexible schedules, lots of company happy hours, and a no-vacation policy. We are close to MUNI and BART, and Caltrain is just a pleasant 15-minute stroll. We offer competitive compensation, stock options, and health benefits. Module Features --------------- 1. Account Sign Up/Sign In. If you are already an authenticated Fastly user, You can simply enter your API key and service ID to start using Fastly on your website. If I you are a site admin who wishes to begin using Fastly, you can simply sign up and configure your service within the module. 2. Automated Purging. Content can be automatically purged when updated/created. This is done through the Cache Expiration module. Otherwise, purging will occur at the timeframe (TTL) in which you have specified within the module. 3. Manual purging. You have the ability to set the Time To Live (TTL) for your content within the Fastly module. you can also take advantage of the default setting already provided. Also, at anytime you desire, you can click on a button within the module to manually purge all of thr content. How To Install The Module? -------------------------- 1. Install Fastly (unpacking it to your Drupal /sites/all/modules directory if you're installing by hand, for example). 2. Enable any Example modules in Admin menu > Site building > Modules. 3. Rebuild access permissions if you are prompted to. 4. Profit! Fastly will appear in your Configuration > Web services menu section. If you find a problem, incorrect comment, obsolete or improper code or such, please search for an issue about it at http://drupal.org/project/fastly/issues If there isn't already an issue for it, please create a new one. SSL and Fastly -------------- Fastly can support SSL connections. See http://docs.fastly.com/guides/21844521/23340542 for a list of different options available. If you are using SSL, you should add the following lines of code to your settings.php // Enable Faslty SSL connections. if (isset($_SERVER['HTTP_FASTLY_SSL']) && $_SERVER['HTTP_FASTLY_SSL']) { $_SERVER['HTTPS'] = 'on'; } Expire Module Integration ------------------------- The Faslty module has integration with the Cache Expiration module (https://www.drupal.org/project/expire). You can enable this by visiting admin/config/system/expire. You should see Fastly in the list of modules that support external expiration. Make sure you select "External expiration", and also ensure you untick "Include base URL in expires". Custom VCL ---------- Fastly gives you the ability to upload and use your own VCL file. This needs to be enabled by contacting Fastly support and requesting it. This module contains an example.vcl file, this is intended to be used with a Drupal site running on Fastly. It contains session cookie handling logic, as well as excluding certain paths from being cached. If you need to edit the VCL file for whatever reason, please be aware of the following thing: * Fastly uses Varnish 2, there are some differences in syntax between 2 and 3. * Do not include any host information in the VCL, this is added later by Fastly.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published