Skip to content

assetgraph/staticache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

staticache

Express.static middleware replacement that keeps an in-memory dependency graph of all your served web assets, serves everything with a far future expires and appends a correct asset content MD5-hash to the url of each file.

The goal is to get fast reloads of pages in development mode that might have 5000+ requests to load the complete page (slow). The result should be that the initial load is equally as slow, but subsequent loads will primarily load from cache, and only the path to the updated assets will be loaded from the server.

Status: Experiment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published