Theme.php and Themes.inc.php reconciliation Theme.php and Themes.inc.php reconciliation
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Theme.php and Themes.inc.php reconciliation

Started by copperminepro, February 22, 2008, 02:10:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

copperminepro

From a strictly performance standpoint, not a mod-ability standpoint, how can I increase the performance of themes.inc.php?

Would it use less queries, resources, and overall time to have ONLY themes.inc.php? What are peoples thoughts on this?

I'm trying to save server resources everywhere I can... Would anymore recommend combining my modifications with themes.inc.php?

I don't care about ease of modification or simplification, only performance matters..

Joachim Müller

To increase performace, I rather suggest to look into query optimization. The theme override (if functions_exists) doesn't burn many CPU cycles - going through the effort you're up to won't help much in my opinion.