Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support caching of static images/css/js #68

Open
ericdriggs opened this issue Mar 6, 2024 · 0 comments
Open

support caching of static images/css/js #68

ericdriggs opened this issue Mar 6, 2024 · 0 comments
Milestone

Comments

@ericdriggs
Copy link
Owner

Implement file based caching where if a request is made for a static resource which matches on filename, the static version is returned. (can have query param for no caching)

Use cases: should dramatically speed up and reduce s3 usage.
May initially hard-code files to cache and later implement polling on files in a configurable directory.

Candidate files for caching:

css
bootstrap.min.css
cucumber.css
font-awesome.min.css

fonts
glyphicons-halflings-regular.woff2
glyphicons-halflings-regular.woff
glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.svg
glyphicons-halflings-regular.eot
fontawesome-webfont.woff2
fontawesome-webfont.woff
fontawesome-webfont.ttf
fontawesome-webfont.svg
fontawesome-webfont.eot
FontAwesome.otf

js
bootstrap.min.js
Chart.min.js
jquery.min.js
jquery.tablesorter.min.js
moment.min.js

@ericdriggs ericdriggs modified the milestones: Beta, Alpha Mar 12, 2024
@ericdriggs ericdriggs modified the milestones: Alpha, Beta Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant