{"id":16757237,"url":"https://github.com/zspitzer/lucee-performance-analyzer","last_synced_at":"2026-02-07T16:02:41.048Z","repository":{"id":53586784,"uuid":"252435743","full_name":"zspitzer/lucee-performance-analyzer","owner":"zspitzer","description":"Performance Analyzer plugin for Lucee, to be used in the Lucee Admin or Standalone.","archived":false,"fork":false,"pushed_at":"2023-07-13T12:04:30.000Z","size":409,"stargazers_count":34,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T03:30:18.388Z","etag":null,"topics":["cfml","debugging-tools","lucee","performance"],"latest_commit_sha":null,"homepage":"","language":"ColdFusion","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zspitzer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-02T11:25:40.000Z","updated_at":"2025-06-11T15:26:06.000Z","dependencies_parsed_at":"2024-11-22T06:42:19.274Z","dependency_job_id":"7ecd69dc-b72d-4e37-b9f7-20f92dd4b536","html_url":"https://github.com/zspitzer/lucee-performance-analyzer","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/zspitzer/lucee-performance-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zspitzer%2Flucee-performance-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zspitzer%2Flucee-performance-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zspitzer%2Flucee-performance-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zspitzer%2Flucee-performance-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zspitzer","download_url":"https://codeload.github.com/zspitzer/lucee-performance-analyzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zspitzer%2Flucee-performance-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29199519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T14:35:27.868Z","status":"ssl_error","status_checked_at":"2026-02-07T14:25:51.081Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cfml","debugging-tools","lucee","performance"],"created_at":"2024-10-13T03:43:14.454Z","updated_at":"2026-02-07T16:02:41.018Z","avatar_url":"https://github.com/zspitzer.png","language":"ColdFusion","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lucee Performance Analyzer\nPerformance Analyzer plugin for Lucee, to be used in the Lucee admin.\n\nBy Zac Spitzer https://twitter.com/zackster/\n\n![extension install count](https://www.forgebox.io/api/v1/entry/A345C8CB-04CC-4D2B-93D50471D5105D83/badges/downloads)\n\n[Forgebox](https://www.forgebox.io/view/A345C8CB-04CC-4D2B-93D50471D5105D83)\n\nSupports Lucee 5.2.8.50 and later\n\n## Install\n\n### Lucee Administrator as an Admin Plugin / Extension\n\nInstall via Applications page in your Lucee Administrator. It's best to install under the Web Administrator, once [this bug/patch](https://luceeserver.atlassian.net/browse/LDEV-2791) against Lucee is merged, you will be able to install the plugin once at the Server level and then access the plugin from all web contexts. After installing the plugin restart Lucee to make the plugin accessible to your Lucee Server/Web Administrator. \n\n### Standalone Install  (new!)\n\nCheckout the code into a folder and you can run it without having the Lucee Administrator enabled.\n\nJust login with your Lucee Server Admin password, currently still requires debugging to be already enabled.\n\n## Usage\n\nYou will need to enable debugging and configure a debug template in order to capture debug logs for this plugin to work. To enable debugging log into Lucee Administrator, click in the \"Debugging\" section on \"Settings\" and enable \"Database Activity\" with \"Query Usage\", \"Exceptions\", \"Timer\" and \"Implicit variable Access\". Then make sure to populate the debugging log by navigating/opening a cfml page with your browser, e.g. http://localhost:8888/index.cfm. After this you'll be able to see the collected information in the \"Performance Analyzer\" section in the Lucee Web Administrator of that web context. \n\n## Features\n- Overall Analysis Report\n- Filter by Path or URL\n- Top variable Scoping problems Report\n- Slowest SQL queries Report\n- Slowest Templates / Functions Report\n- Unused Templates Report\n- Aggregate Aborts Report\n- Aggregate Dumps Report\n- Aggregate Exceptions Report\n- Aggregate Timers Report\n- Aggregate Traces Report\n- Lucee Thread Report\n- Memory Report by Application / Session\n- All tables are sortable, just click any header\n\n## Building\nThe Build process uses [Apache Ant](https://ant.apache.org/) \n\nSimply run **ant** in the root directory to build the extension .lex file, which you can then manually install via the Lucee Administrator\n\n## Support\n\nIf you run into any issues, **please always describe your Lucee stack** (Java version, Lucee version, OS, webserver, tomcat/commandbox etc) and include any stacktraces if you encounter an exception.\n\nLucee doesn't yet support accessing plugins installed at the Server Admin plugins from the Web Admin, I have been working on a patch to enable this https://github.com/lucee/Lucee/pull/901 which was merged in with version 5.3.7.31\n\nThis plugin relies on the same backend API as the built in `Debugging - Logs` view in the Lucee Admin. If you don't see any logs there, this plugin won't have anything to report on. \n\n## Hacking\nOnce installed, all the source cfml and js files can be found under the server or web context, depending where you installed it \n\n- web context: under the \\WEB-INF\\context\\admin\\plugin\\PerformanceAnalyzer\n- server: C:\\lucee\\tomcat\\lucee-server\\context\\context\\admin\\plugin\\PerformanceAnalyzer\n\nAppend debug=true to the url to enable debugging output\n\nIf the plugin doesn't appear, append alwaysnew=1 to the url\n\nPull requests are welcome!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzspitzer%2Flucee-performance-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzspitzer%2Flucee-performance-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzspitzer%2Flucee-performance-analyzer/lists"}