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

Investigate using SpeedyAF for edit page rendering #6072

Open
2 tasks
masaball opened this issue Oct 7, 2024 · 0 comments
Open
2 tasks

Investigate using SpeedyAF for edit page rendering #6072

masaball opened this issue Oct 7, 2024 · 0 comments

Comments

@masaball
Copy link
Contributor

masaball commented Oct 7, 2024

Description

Currently the edit pages are populated from fedora. We could potentially decrease rendering times if we can leverage SpeedyAF. We will still need to load the fedora object for the actual update and save, but using SpeedyAF for the initial loading and populating of the edit pages could reduce the initial overhead and speed up load times.

As part of this, can/should we rework loading and authorizing the objects? Currently we use a load_and_authorize_resource callback, but this can be somewhat lengthy and may be triggering for each type of resource (fedora object, SpeedyAF proxy, raw solr object, etc) rather than running once.

Done Looks Like

  • Use SpeedyAF for populating edit page fields instead of Fedora
  • Change object authorization strategy from the current callback to something more performant
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

2 participants