I found this query running on forum index
SELECT SUM(`pagecount`) AS `pagecount`, SUM(`attachcount`) AS `attachcount`, SUM(`redirectcount`) AS `redirectcount`, SUM(`bookcount`) AS `bookcount`, SUM(`categorycount`) AS `categorycount`, SUM(`templatecount`) AS `templatecount`, SUM(`editcount`) AS `editcount`, SUM(`views`) AS `views` FROM `vw_counter`
Run Time: 0.010750
Its not extremely slow, but it does add render time. Is this needed on a page where no vaultwiki function is loaded?
If not then please turn this into an improvement request.
Bookmarks