How can I time processing of chunk of code using MT template language?
问题 Often when developing a Movable Type template, I come up with multiple ways to generate the same result, and am curious which is more efficient. Or, I simply want to know how long something took, such as generating search results. Is there an easy way to recording processing time or other timing strategies using template tags without requiring external tools? 回答1: Or you could use the debug mode 8 as explained here: http://www.movabletype.org/documentation/developer/plugins/debug-mode.html