Cache Output for Movable Type
Cache Output for MT speeds the publishing of pages by caching repetitive blocks of content in memory.
This plugin provides a single block tag that will store the output of its contents in the request or context object. Subsequent appearances of the mt:cacheoutput tagset with the same name will simply replace its contents with the output stored in memory. Depending on the contents of the tagset, this can significantly improve the speed of MT page rebuilds by eliminating costly and redundant processing to produce the same output.
For example, infrequently updated footer or sidebar items are excellent candidates in which this plugin can be applied.