3 Feb
2006
3 Feb
'06
11:14 a.m.
Dries Buytaert wrote:
4. Look into optimizing the cvslog module: ?q=cvs is one of the slower pages.
I've had a look and found that it does a join on the cvs_files table that isn't used most of the time. Avoiding that brings the query down from 2 seconds(!) to about 0.8s on my laptop. I've also changed some LIKEs to =. The change is in cvs, roll back what you don't like. :) Cheers, Gerhard