Closed (won't fix)
Project:
Related Block
Version:
5.x-0.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2007 at 10:01 UTC
Updated:
4 Mar 2008 at 17:01 UTC
On high traffic sites, this module creates a lot of load due to the search operations on every page. There probably should be some caching of the search results. In our current, self-written CMS, we have a similar block that is cached for 24 hours. This works good enough and massively reduces the load.
Comments
Comment #1
dmuth commentedI haven't yet used this module, but if it is putting the results into a block, have you considered using the blockcache module?
-- Doug
Comment #2
nath commentedNo, I haven't tried that. Sounds promising. Thanks.
Comment #3
rhys commentedI like the idea of caching the results, but currently I have little time to devote at all to implementing this.
I'd be happy to get it into the system, if somebody want's to do it up.