Lucee Performance Analyzer Plugin

Just published v1.0.0.1, it’s available via your Lucee Administrator.

It’s a simple little plugin which provides a summary view of all the debug logs, I’ve been
using these scripts for a while to track down performance problems.

If you like it, please star the repo GitHub - zspitzer/lucee-performance-analyzer: Performance Analyzer plugin for Lucee, to be used in the Lucee Admin or Standalone.

  • Slowest Queries
  • Var Scoping Problems

There are some outstanding issues relating to Implicit Scopes (aka var scoping)
but this is a really easy way to identify performance bottle necks

https://luceeserver.atlassian.net/issues/?jql=labels%20%3D%20scope%20ORDER%20BY%20updated%20DESC

6 Likes

v1.0.0.2

  • added a sortable debug log list, including scope and exception counts
  • filter only debugging logs since last analysis

just click the headers to sort any of the reports

3 Likes