Topic: Extensions performance: xml vs. php files
Hello
I have many extensions in my plans. I need to transform all changes which I made from 1.2.x to 1.3.x. One important question to PunBB Developers:
What is better for code performance? put all code to manifest.xml or move as much as possible to external PHP files?
External PHP files are better while creating extension (you don't need to uninstall/install extension after every tiny change). But what is better for final release?
I noticed, that all extensions are cached in cache_hooks.php file. So this one file can be really big after adding many extensions. Will moving code to external files be better?
Thanks
(I hope that everybody understand my poor-grammar English )
Away. I will be back soon.