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
Improve caching to reduce delay between request and XForms processing #1239
Comments
How things work now:
Caching at the XForms level:
Here is what we expect:
The mechanism must also work with the form version number headers:
High-level algorithm proposal:
Next steps:
|
22 tasks
Following #3272, it would be really good to improve form loading. Requirements:
The ideas in the previous comments still appear sound. In addition, we might try to get rid of the pipeline entirely. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With a form created by a customer, we see about 1000 ms between the logging of the incoming request and the beginning of XForms processing.
Out of this we can see:
form.xhtml
Some thoughts:
The text was updated successfully, but these errors were encountered: