Kola-
150ms is just fine. There is no standard "maximum" for a page as their are
lots of variables in the equation. For example, if you have a page that
displays sorted tabular data or some other process intensive page it may
take 2000ms (2sec. slooooow) to execute, but if this page is accessed
infrequently and it's a required operation for a user, then it's not that
big of a deal.
I would however, refrain from going beyond 500ms for a page that is accessed
often. If you begin having outrageous exec times, look into implementing a
caching solution of some sort for your data. Your users will thank you ;-)
----- Original Message -----
From: "Kola Oyedeji" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 10:29 AM
Subject: Page execution time too long?
> I wondered if there are any guidelines for a maximum amount of miliseconds
a
> page should take to process. I have a page which takes 150milliseconds to
> execute is this acceptable?
>
> What do others recommend should be the maximum execution time of a page??
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com