PTProfiler 1.0 beta released
Changes
- Expressions now have a nice colour, depending on the type.
- 'Clear results' now uses POST on submit, making refreshes not clear the results again (thanks to Alexander Limi!).
- Profiling is now disabled by default.
What is PTProfiler?
PTProfiler is a simple tool that monkey-patches Zope's PageTemplate machinery to time all TAL expressions. A special viewer allows you to compare the amount of calls per expression, and the time spent on those calls. This makes it easy to find bottlenecks in page templates.
Download
PTProfiler can be downloaded from http://debris.demon.nl/ptp. If you have questions or remarks, you can send them to guido@infrae.com.