I noticed that we have a performance regression when the cache is disabled (which I need for development), searches take up to 20s. This is because the bugzilla class does an http query per search result if the cache is disabled.
I noticed that we have a performance regression when the cache is disabled (which I need for development), searches take up to 20s.
This is because the bugzilla class does an http query per search result if the cache is disabled.