Skip to content

wpsumo/cf-workers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Both currently include the same optimizations but there are some optimizations planned that will need access to the full HTML which will only be available in the non-streaming version.

About

Collection of Cloudflare Workers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%