except for myself and two or three other people.
Using CFMX and SQL 2000.
I've boiled it down to my database calls.
I thought perhaps it was my joins. But it's more than that even the simplest
database call takes 4.5 seconds. The basic stuff is below and the full page
is below.
<cfquery name="getPromos" datasource="RMG">
SELECT promoText.*
FROM promoText
</cfquery>
<cfoutput query="getPromos">
<p>#promoText#</p>
</cfoutput>
The code below, pulling 3 records took 4562 milliseconds. How can this be?
Thanks all for any suggestions.
Gil Midonnet
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

