Skip to content

pmeenan/cf-workers

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Cloudflare Workers

Collection of Cloudflare Worker scripts, generally focused on performance optimizations.

  • streaming-optimizations - Combined set of scripts to operate on streaming responses. This is a subset of the optimizations that doesn't include any workers that need the full HTML response to work.
  • optimization-pack - Collection of all optimizations in a single worker. This operates on blocking responses and processes the full HTML with no streaming which can cause pages that rely on early flushing to perform slower (rare but worth being aware of).
  • cache-bypass-on-cookie - Bypass an upstream cache (including the Cloudflare cache) for requests with specific cookies or in specific URL paths.

About

Collection of Cloudflare Workers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published