Quote:
Originally Posted by dartho
I believe when you edit a template with TMS, teh ccompiled versiuon in the database gets updated with your changes so teh only server load at all is when you create your TMS changes. There is no 'run time' code execution when pages which use modified templates are viewed. Or something like that...
|
Correct. TMS hooks into the compile process and modifies the templates before they are being saved to the database.
There is no single line of code being executed in frontend (eg. zero overhead), it behaves just as if the templates were modified manually.
TMS executes code soley within ACP, mainly when templates are being customized/edited, styles uploaded, products installed, etc.