Starfish ColdFusion Profiler Updater
It's been a while, but this morning I updated my Starfish ColdFusion Profiler project. I still consider it very beta. (Hey, Google does it, why can't I?) I finally added something that I should have had in the beginning - basic Application support. So when you view templates, CFCs, and queries now, you can filter by applications. This also applies to the PDF/Excel export. I also made the PDF a bit prettier. (A bit - they still a bit like a mix between un-masked Darth Vader and a tater-tot.)

There is also a new tab now just for application data - but it's a basic summary now (how many templates run, average times, etc.) In theory though it should give you a good idea about which applications are behaving badly.
As always - if you have comments, questions, problems, just let me know.
Comments
Will Starfish work on a multi-instance CF installation or just a standard/single installation? CF is pretty flawed in multi-instance mode since it lacks monitoring from PerfMon. Thanks.
I tried to install this on the standalone cf mx 7.
I put the profiler.cfm in the debug folder, and then enables it with debugging, and then follwed the docs and put the rest of the files in the CFIDE/admin/profiler, but then it does not seem to work for me.
It keeps telling me to select the profiler, and enable debugging, and then vist some cfml templetes, I even tried to re start the cf server.
Any thoughts??
Thanks,
John
Attribute validation error for tag CFFORMITEM.
The value of the attribute TYPE, which is currently "script", must be one of the values: HRULE,HTML,TEXT,VRULE,SPACER.
The error occurred in C:\Inetpub\wwwroot\CFIDE\administrator\profiler\index.cfm: line 190
Called from C:\Inetpub\wwwroot\CFIDE\administrator\profiler\index.cfm: line 188
Called from C:\Inetpub\wwwroot\CFIDE\administrator\profiler\index.cfm: line 1
188 : <cfform name="noname" format="flash" timeout="600">
189 :
190 : <cfformitem type="script">
191 : function loadGraph() {
192 : if(templates.selectedIndex == undefined) return;


Many thanks for your contributions!