Where can I manipulate the forum list on start page? I have serious problems displaying the list as it is twice as slow as my vb 4 install. Could you point me into some directions where I could improve the speed of displaying forums (as a list)?
Hi Floris, thanks. Actually PHP takes too long to process the page. I'd like to know where to start for improving the algorithm that outputs the forum list.
Hi Floris, thanks. Actually PHP takes too long to process the page. I'd like to know where to start for improving the algorithm that outputs the forum list.
/**
* Base template rendering class.
*
* Note that due to a lack of late static binding support, all static properties
* and any method that deals with those properties (via "self", regardless of whether
* it's static or not) must be (re)defined in child classes!
*
* @package XenForo_Core
*/abstractclassXenForo_Template_Abstract
That seems a suitable place to start. Work your way through XenForo_Template_x classes.