adjuststats 3 <-- check this, who this needs (without further checking I don't know if it is called every pagehit, but I think so.
This is only used in the Dark Hose tavern and at the beginning of PvPs...
battle 2 <--called every single battle page in the forest, see if it is necessary
Not necessarily every battle page... Maybe even every round! (5, or 10 times each page load!)
battle-defeat 3 <-- dito, after a defeat
battle-victory 2 <-- dito, after a win
Should definately check, if these are necessary for every fight... or if there's an exit-early-condition triggered (see newbieisland.php for what I'm talking about...)
charstats 18 <-- 18 modules are executed every single pagehit there...
Each race does (in pre1.1.1), every charstat module (won forest fight, showcharm, expbar, newdaybar, custumeq ...)
everyfooter 2 <-- check if it necessary, normally there are ads
everyheader 1 <-- check if necessary
should be checked... most of the times they might be recoded (if no ads..)
everyhit 2 <--bad bad, try to remove it if it is not necessary (i.e. lotgd-utils don't need this, I modified my version before I stopped using it to the village hook there which it already used)
As Nightborn said... there are only two modules I know, which really need this... One is not publically released (captcha) and on is the newbieisland (although this might trigger at some other place as well... village and / or news, for example...)
footer-runmodule 5 <--very very bad... check them out and if you use 1.1.0 suggest the author an upgrade to use footer-$modulename hook
nothing to add.
