I love the new information about queries displayed in ColdFusion 8's cfdump tag (you can see the SQL, the parameters, execution time, and cache status), but if you don't want all the extra information, just use the metainfo attribute:
<cfdump var="#myqueryissocool#" metainfo="false">
While not new to ColdFusion 8, don't forget you can also do "show" and "hide" to tell ColdFusion what columns to display. (This also works for structures.)
Archived Comments
Ray, do you know of a way to speed dump up? When I dump an equivalent structure (a biggun) on CFMX 6.1, it's probably 5 times faster than the same dump on CF8. It's possible that it's because on 6.1, the "collapse" only collapses the top level, where as on 8 it collapses every level. This is highly annoying because you have to do so many more clicks to drill down into what you want. Do you know of a way to get dump to work like it did on 6.1?
Nope, sorry.