Thanks, Mark

        I'm pretty sure bandwidth and load aren't part of the issue; I'm actually
on the test server when I do a page request, and this server isn't being hit
from anywhere else -- its not even on the network :-)  Completely isolated.
Also, the CPU usage doesn't change appreciably when I do a page request --
no spiking or anything like that.  It literally sits at 0%-1% for 45+
seconds before the page comes up.  And, yes, the pages are all already
compiled...when I hit refresh it takes just as long.

        What gets me is that the first website, using the same webserver hardware
and software, just hums along without any problem.  Is there something in
the IIS/CFMX configuration that could account for this happening to just one
website?


David

-----Original Message-----
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 10:14 AM
To: CF-Talk
Subject: RE: CFMX slow for specific sites?


Dave,

If your execution time is low, it''s likely that the page is being rendered
and sent to the output buffer and it's the web server that is the
bottleneck.  How weighty is the page? On the local machine a very weighty
page "might" come up quickly because there's no bandwidth issues or load.
Also, I assume you are running multiple requests to the live server to
account for the fact that CFMX must compile the page the first time it runs
it.

-Mark

-----Original Message-----
From: David Grabbe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 8:55 AM
To: CF-Talk
Subject: CFMX slow for specific sites?


G'mornin' everyone,

    Has anyone run into a problem with CFMX being really slow to render a
page for one site, but runs just fine for another site on the same server?

    Here's the deal:
    The test server is a dual P3-750, 1 Gig ram, Windows 2000 server SP3,
CFMX with latest updates.  Website #1 comes up without any problem.  Website
#2 takes approx. 45 seconds (!) to finally come up, although when examining
the debug settings it says the total execution time was only 270 ms. So why
would it take 45 seconds for the page to actually come up, when it only
takes 270ms for CFMX to render the page?

    I have the exact same websites loaded on a development machine
(Win2kSP3, P3-900, 256mb RAM), and they both come up without any problem,
under both CFMX (standalone webserver -- port 8500) and CF4.5, so even
though I'll admit my code isn't bulletproof :-)  it at least shouldn't
account for the huge wait time.

    Any ideas what might be going on here?

Regards,
David




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to