Thanks for all the suggestions and interesting chat! I think an easy win would be to create one combined js file to start with, but I guess there is no other way than to look for and properly document what is actually being used. I was hoping you guys had a nice eclipse or browser plugin that showed a list of js functions called....
cheers! On 7/11/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > > If you have a view within an application that uses an ajax > > enabled datagrid but does not need autocomplete, form > > validation, and an accordian... Why would you load your > > entire toolbox into the back of the truck when all you need > > is a box of nails and a hammer? So maybe you don't expire > > content immediately (or at all) ... But at least identify > > those javascript components that are needed for what you're > > doing, and only download those tools when they are needed > > rather than downloading all of the objects you have and > > including all of them into every view as a default? > > Because I haven't seen any evidence that simply including them as static, > cacheable files into every view creates any significant overhead, and > because there is overhead in dynamically building view-specific > JavaScript. > > > I don't know how browsers interpret javascript either... But > > it does seem like pages that are heavy on js do use lots of > > memory, and when I see my browser footprint climbing... > > Is this because those pages use lots of JavaScript? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > This email has been processed by SmoothZap - www.smoothwall.net > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283509 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

