Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2012 at 14:47 UTC
Updated:
2 Oct 2012 at 12:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
mstiThis is a patch to fix it
Comment #2
nick_vhSome improvement, but it certainly makes sense what you try to do there.
moved the check to not load this function if facetapi is not available to the beginning of the process. No need to load a search page if that is not available.
perhaps we want to remove the load search pages thing or make that more performant. Looking into it
Comment #4
nick_vhGreat, so this improves the loading of search pages from three times per page load to once max per page load.
We probably do want to reduce this, because loading it on every page load is not something I find very acceptable if the checkbox for getting facets on every search page is not selected.
Comment #6
nick_vhComment #7
nick_vhComment #8
nick_vhCommitted (fixed the end of file error before committing) to D7
Thanks for reporting!
Comment #9
mstiI am glad to help!
Comment #10
nick_vhBackported
Comment #11
nick_vhnewline added
Comment #13
nick_vhComment #14
nick_vhcommitted