This is a lightweight Chrome extension to reduce bandwidth usage by caching frequently downloaded assets like images, scripts, and fonts, with per site controls.
Used Gemini to debug caching issues
This is a lightweight Chrome extension to reduce bandwidth usage by caching frequently downloaded assets like images, scripts, and fonts, with per site controls.
Used Gemini to debug caching issues
Refactor background, add base CSS & utils
Major refactor: improve service worker reliability, storage handling, and UI styling.
Why: reduce I/O thrashing, make in-memory state reliable across SW lifecycle events, improve bandwidth accounting and UX, and centralize shared styles/utilities.
Log in to leave a comment
Do you visit websites that are heavy on images or use the same JavaScript libraries on every page? Every time you navigate, your browser might be redownloading these same assets, consuming your bandwidth and slowing down page loads.
Log in to leave a comment