Hi all,

I am experiencing some strange performance differences between MSIE and
Netscape: debug output showed the following query needing about 8.000 to
13.000 ms in Netscape whereas MSIE would only need 60 ms.

<cfquery datasource="myDSN" name="qryValidateLogin">
        select cPid, cName, cFirstname
        from Employees
        where cPid = '#form.login#'
        and cPassword = '#form.pass#'
</cfquery>

I did tests with 5 different versions of Netscape and MSIE 4.x and 5.x. As a
result Netscape up to v 4.75 still needs between 8.000 and 13.000 ms. MSIE
and Netscape 6 do just fine with an average of 30 ms.

How come a totally server sided code can show such enormous differences in
performance?? Am I missing a configuration option that Netscape is allergic
to???

Configuration:
Standalone Server (even took it out of the network to exclude the
possibility of multiple clients causing a delay)
Win2K Pro
Apache 1.3.14
CF 4.51 SP2 ENT
Microsoft Visual FoxPro Database (don't blame me ... the customer insisted
on it ;-))
Table Employees: 21 columns, about 9.000 records

Any ideas appreciated.

Thank you,

Chris


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to