ColdBox Forums Notification: Post to Enhancement suggestion for Request Collection Structure dump

Title: Enhancement suggestion for Request Collection Structure dump
Thread: Enhancement suggestion for Request Collection Structure dump
Forum: Enhancements
Conference: ColdBox
User: AndrewClarke

Hey. Sometimes I have very large queries and structures in my request
collection, and if I have debugMode=true in coldbox.xml.cfm this can seriously
slow down my page displays during development. I haven't done anything yet
about large structures other than queries, but I just modified
/coldbox/system/includes/debug.cfm by only returning the first 100 rows of
queries that are more than 100 rows long. I've included my version of the file,
and my changes are between lines 208-224.

I've also set varVal =
Event.getValue(vars) since it's referred to multiple times in this block and I
think (??) that it should theoretically and marginally speed up this bit of
code.

For a point of reference, what finally prompted me to do this was that
I loaded a page with some Very Large Recordsets about 2 hours ago and I'm still
waiting for Firefox to quit rendering everything and bring the page back to me.
This is from the recordsets being dumped in the ColdBox debugging.

Thanks,