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

Reduce calls to Solr for CiteProc citations #4429

Open
1 of 4 tasks
maxkadel opened this issue Oct 9, 2024 · 0 comments
Open
1 of 4 tasks

Reduce calls to Solr for CiteProc citations #4429

maxkadel opened this issue Oct 9, 2024 · 0 comments
Labels
maintenance Ticket related to maintenance that needs to be done

Comments

@maxkadel
Copy link
Contributor

maxkadel commented Oct 9, 2024

What maintenance needs to be done?

Make it so that displaying citations for SCSB items using CiteProc does not require a second call to Solr. (see #4012 for original implementation).

Level of urgency

  • High
  • Moderate
  • Low

Why is this maintenance needed?

  • Having a second call to Solr slows down the user experience, puts more load on Solr, and should not be necessary (there should be a way to make all fields available for display on the initial call to Solr).

Acceptance criteria

  • After the show page is loaded, there should not be an additional call to Solr to get the fields needed to display the citation

Implementation notes, if any

See citation_fields_from_solr method in the Blacklight::Document::CiteProc class. (not yet merged as of this ticket writing).

@maxkadel maxkadel added the maintenance Ticket related to maintenance that needs to be done label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Ticket related to maintenance that needs to be done
Projects
None yet
Development

No branches or pull requests

1 participant