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

Cache formLists #3

Open
gmaclennan opened this issue Mar 31, 2015 · 0 comments
Open

Cache formLists #3

gmaclennan opened this issue Mar 31, 2015 · 0 comments

Comments

@gmaclennan
Copy link
Member

Cloudflare is a very easy and cheap way to reduce server load, caching pages in a CDN. We can't use it on the route domain though because the timeout is too short for form submissions from a slow connection.
Currently creating the form lists is expensive (it calculates the md5 of each file every time), so this would benefit from being in a CDN. We could redirect formList requests to a subdomain that is cached on Cloudflare's network.
Worth the effort? Current in-memory caching in f3a3173 may be enough.
Another option to improve caching would be to cache components of a form list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant