-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't request documents from solr for the advanced search form
Running the solr query with debug=timing doesn't indicate any time spent on selecting the documents or retrieving their metadata. I did however see a slight performance improvement when running curl with rows=0 over the previous rows=20. After running it 20 times, it was consistently about 100ms faster with rows=0. At the very least, it's a smaller response to send over the network or to store in the cache.
- Loading branch information
1 parent
fd931b5
commit 0f5529a
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters