https://github.com/spite/serviceworker-svg
ServiceWorker-SVG
https://github.com/spite/serviceworker-svg
Last synced: about 1 year ago
JSON representation
ServiceWorker-SVG
- Host: GitHub
- URL: https://github.com/spite/serviceworker-svg
- Owner: spite
- License: mit
- Created: 2015-11-12T01:33:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T02:53:32.000Z (over 10 years ago)
- Last Synced: 2025-03-30T01:37:02.671Z (about 1 year ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimising SVG load with Service Workers
This demo goes with the article "[Optimising SVG load with Service Worker](https://clicktorelease.com/blog/optimise-svg-load-service-worker)".
If it works, you should see green dots on all images but the heart one.
Supported browser: latest Chrome, Firefox and Opera.
The first time the site runs, it will install the Service Worker, so it won't be ready right away: none of the images will have a green dot.
The next reload, the SW should be installed and running, and the images should have the green dot.
#### License ####
MIT licensed
Copyright (C) 2015 Jaume Sanchez Elias, http://www.clicktorelease.com