-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Investigate cloudflare pages for the demo site. #169
Comments
It seems the only way to add CSP and other headers to cloudflare pages is via a worker. https://developers.cloudflare.com/workers/platform/limits I will have to give it a try and see how it goes. Currently there seems to be 3 theme demos hosted on cloudflare pages: serene, anemone, pickles
|
It seems that is old information, the correct way with cloudflare is here: https://developers.cloudflare.com/rules/transform/response-header-modification https://developers.cloudflare.com/pages/configuration/headers/ |
This is now completed https://abridge.pages.dev/ |
BAH cloudflare pages compress brotli level 4, so netlify definitely wins in this case: https://community.cloudflare.com/t/pre-compressed-assets-in-pages/300028 both the netlify and pages demos are online. The one hosted by pages generally have a better response time but not by a lot. The one hosted by netlify have better brotli compressed files. |
I would like to investigate cloudflare pages for the demo site. Several demos hosted on netlify are now 404.
You can see them at the bottom of these tables: https://github.com/Jieiku/zola-themes-benchmarks/blob/main/README.md
I would like to avoid issues like that, the abridge demo is still online but I do not want to be surprised by problems later.
The text was updated successfully, but these errors were encountered: