-
Notifications
You must be signed in to change notification settings - Fork 16
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
Enhancement: locally cache EAD XSLT results for performance #69
Comments
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 9, 2021
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 14, 2021
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 16, 2021
N.b.: large finding aids may naturally exceed the size limit for cached data in default Drupal installs. (1MB for default memcache and mysql packet size configs). Perhaps this should be stored as temporary files instead. |
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Nov 2, 2021
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 12, 2022
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 19, 2022
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 20, 2022
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 20, 2022
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 21, 2022
… generated and expire cachfiles based on EAD creation date
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 22, 2022
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Sep 22, 2022
…, check for cron lock during caching
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Oct 4, 2022
ctgraham
added a commit
to ulsdevteam/islandora_solution_pack_manuscript
that referenced
this issue
Oct 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Large finding aids can initiate many inline PHP calls and can be a performance hit. An optional local cache of the XSLT results per Drupal site could improve performance.
It is tempting to make an HTML Fedora derivative of the EAD datastream and serve that, but this misses the possibility of serving the same object from multiple Islandora frontends (and thus multiple base urls), and misses the changes which might come from checking at compile time for the existence of related objects in the links.
The text was updated successfully, but these errors were encountered: