Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

movabletype/mt-plugin-build-tracer

 
 

Repository files navigation

This plugin is no longer supported in Movable Type 8 and later.

BuildTracer, a plugin for Movable Type

About

BuildTracer is Movable Type template visualizer. It helps with the writing, performance tuning, and analysis of MT templates. BuildTracer logs the rebuild sequence of each MT generated page, visualizes the block structure of MT tags, and shows how long each tag takes to publish in an individual template.

  • Visualize the block structure of MT tags
  • Trace the result of <mt:if> evaluation
  • Display the current instance of an MT variable
  • Display the processing time of each sequence

Versions

  • 0.6 works with MT 5 and MT 6.
  • 0.5 works with MT 4.3, MT 4.261, MT 4.25, and MT 4.24.
  • 0.4 works with MT 4.24 and below
  • 0.3.1 works with MT 4.1.

Installation

Two directories, "plugins" and "mt-static" are included in the plugin. Upload plugins/BuildTracer and mt-static/plugins/BuildTracer to your Movable Type installation directory.

Usage

Once installed, a command "Build Tracer" will appear in each blog's Tools menu. Go to Tools -> Build Tracer, and click on an index template to view the trace result. Time stamps are displayed next to each template block to indicate how long they take to evaluate/publish, as well as an overall time for the entire template.

This plugin works fine with Firefox 2 and above. It may work on Internet Explorer 7, but does not work on Internet Explorer 6.

Credit

Originally written by Akira Sawada.

Blog: http://blog.aklaswad.com/

Original plugin page: https://github.com/aklaswad/mt-plugin-BuildTracer

About

A Movable Type plugin that shows how long each tag takes to publish in an individual template.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 52.2%
  • JavaScript 33.3%
  • CSS 14.5%