[cfaussie] Re: Persistent Scopes and Memory

2009-11-10 Thread Pat Branley
Hi Guys I was having a JVM problem with an app that was partially (MG/Reactor/ ColdSpring) and paritally old-school CF this last week and did 3 things 1. update to the latest JVM - JVM 1.6 update 16 http://corfield.org/blog/index.cfm/do/blog.entry/entry/Java_6_and_ColdFusion_8 2. set the

[cfaussie] OT : HTML page load tool

2009-11-10 Thread Steve Onnis
I am wondering if anyone can recommend a tool that i can run in conjunction with either FireFox or IE that will tell me all of the elements on the page and if the element has loaded yet. I am having a bit of a bottleneck and i need to be able to see what is causing the page load to stall. Steve

Re: [cfaussie] OT : HTML page load tool

2009-11-10 Thread Gavin Baumanis
I of course could be missing something - but won't firebug (Firefox plug-in) show you the files as they are loading and their load times? And there is also Charles personal proxy. Gavin On 11/11/2009, at 15:21 , Steve Onnis wrote: I am wondering if anyone can recommend a tool that i can

Re: [cfaussie] OT : HTML page load tool

2009-11-10 Thread Brett Payne-Rhodes
For FireFox there is an extension called ySlow that might be be useful to you. https://addons.mozilla.org/en-US/firefox/addon/5369 Brett B) Steve Onnis wrote: I am wondering if anyone can recommend a tool that i can run in conjunction with either FireFox or IE that will tell me all of the

Re: [cfaussie] OT : HTML page load tool

2009-11-10 Thread Zac Spitzer
fiddler is a pretty good tool for this as well, as far a load times but not for rendering speed On Wed, Nov 11, 2009 at 3:30 PM, Gavin Baumanis b...@palcare.com.au wrote: I of course could be missing something -  but won't firebug (Firefox plug-in) show you the files as they are loading  and

[cfaussie] Re: OT : HTML page load tool

2009-11-10 Thread BarryC
As Gavin mentioned, firebug should do what you need. Look in the 'Net' tab and it will give you a 'waterfall' view of all the elements loading in the page and will tell you what bits take the longest. http://getfirebug.com/ Barry On Nov 11, 5:32 pm, Brett Payne-Rhodes bret...@gmail.com wrote:

Re: [cfaussie] Re: OT : HTML page load tool

2009-11-10 Thread Kevin Pepperman
In addition to all others mentioned-- Google's Page Speed Firebug Plugin also has a 'Show Resources' tab. http://code.google.com/speed/page-speed/ http://code.google.com/speed/page-speed/I don't know what I would do without Firebug. I do know what I would NOT be doing though. -- You