Quote:
Originally Posted by MyIS_Jordan
This hack seems to have added 5 queries to every forum page and the queries even show for regular users who are not mods\admins. Do these 5 queries increase load negatively?
|
Those queries are generated by can_moderate() and it only happens on showthread.php and forumdisplay.php. They're necessary because that's how it determines to see if the checkboxes should be placed on the page.
None of the queries should add too much load because they're all very simple SELECT statements.