Not a developer? Go to MovableType.com

Documentation

Performance Optimization

Movable Type has a built in framework for monitoring every aspect of a request’s lifecycle. Throughout this process, Movable Type will log detailed information to a file expounding upon the actions performed, template tags processed, and so forth.

This information can be used to easily identify those aspects of your application that are taking a long time to process or run. You can then in turn use this information to optimize your plugin and eliminate bottlenecks and inefficient code.

Back