Skip to content
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

Open
4 tasks
johanjanssens opened this issue Oct 29, 2020 · 4 comments
Open
4 tasks

Improve prefetcher #455

johanjanssens opened this issue Oct 29, 2020 · 4 comments
Labels

Comments

@johanjanssens
Copy link
Member Author

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:

@johanjanssens
Copy link
Member Author

  • The transclusion and substitution could be into a standalone stitcher script
  • The service worker could go into a standalone streamer script

@johanjanssens
Copy link
Member Author

johanjanssens commented Dec 10, 2020

@johanjanssens
Copy link
Member Author

johanjanssens commented Mar 12, 2021

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?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant