Lazily load QR code images when clicked instead of loading them all at once.
Fetching QR codes for a page of 20 search results can tie up quite a few Apache workers. Instead, use JavaScript to load in QR code images on demand.
Showing
- themes/blueprint/js/common.js 11 additions, 1 deletionthemes/blueprint/js/common.js
- themes/blueprint/templates/RecordDriver/EDS/result-list.phtml 3 additions, 1 deletion...es/blueprint/templates/RecordDriver/EDS/result-list.phtml
- themes/blueprint/templates/RecordDriver/SolrDefault/result-list.phtml 3 additions, 1 deletion...rint/templates/RecordDriver/SolrDefault/result-list.phtml
- themes/bootstrap3/js/common.js 11 additions, 1 deletionthemes/bootstrap3/js/common.js
- themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml 3 additions, 1 deletion...s/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
- themes/bootstrap3/templates/RecordDriver/SolrDefault/result-list.phtml 3 additions, 1 deletion...rap3/templates/RecordDriver/SolrDefault/result-list.phtml
Please register or sign in to comment