-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve prefetcher #455
Comments
Investigate caching prefetched pages in browser cache and serving them using a service worker. This approach would also allow to rewrite the html stream, instead of using javascript to manipulate the dom. References: |
|
Idea: would it be possible to proxy through the webworker to a cloudflare worker domain to handle cloudflare caching without the proxied domain being behind cloudflare? Might require a reverse proxy server and a custom cloudflare domain? Eg https://cdn.joomlatools.com, and an Apache proxy? |
prefetch
Resources:
Web workers
The text was updated successfully, but these errors were encountered: