Re: page load times (not just on the server)...

2003-01-09 Thread Cutter (CF_Talk)
Wouldn't that completely depend upon the speed of the client's connection? (Dial-Up, Lan, DSL, Cable, etc.)... Cutter cftalk wrote: I am needing to find the page load times from the CLIENT side. Does anyone have a tool or know a way to do this? Brian Yager President - North Alabama Cold

Re: page load times (not just on the server)...

2003-01-09 Thread cftalk
, 2003 8:47 AM Subject: Re: page load times (not just on the server)... Wouldn't that completely depend upon the speed of the client's connection? (Dial-Up, Lan, DSL, Cable, etc.)... Cutter cftalk wrote: I am needing to find the page load times from the CLIENT side. Does anyone have

Re: page load times (not just on the server)...

2003-01-09 Thread Andrea Galmacci - awd*
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 09, 2003 3:54 PM Subject: Re: page load times (not just on the server)... Yes it would...We need to see what the loading times are from different connections. We also want to see if we can improve on it. That is why I am looking

RE: page load times (not just on the server)...

2003-01-09 Thread Lofback, Chris
If you are using CF Studio 5 (and maybe 4.x), have you looked at Document Weight on the Tools menu? Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: cftalk [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: page load times (not just on the server)...

2003-01-09 Thread Smith, Matthew P -CONT(DYN)
Off the top of my head, here's the only way I could see doing this: Convert EVERY link to a form.(yuck) Or assign an ID to each link and write a javascript function that monitors for clicks and compares all the ids to the id of the clicked link(or some such). Use javascript to set a hidden form