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

Enhancement: locally cache EAD XSLT results for performance #69

Open
ctgraham opened this issue Sep 7, 2021 · 1 comment · May be fixed by #76
Open

Enhancement: locally cache EAD XSLT results for performance #69

ctgraham opened this issue Sep 7, 2021 · 1 comment · May be fixed by #76

Comments

@ctgraham
Copy link

ctgraham commented Sep 7, 2021

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.

ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Sep 9, 2021
@ctgraham ctgraham linked a pull request Sep 9, 2021 that will close this issue
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
@ctgraham
Copy link
Author

ctgraham commented Oct 5, 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
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant