Re: Page loads too slow

2008-04-08 Thread Ryan Gravener
http://recaptcha.net/

On Tue, Apr 8, 2008 at 1:21 PM, Sergey Podatelev
<[EMAIL PROTECTED]> wrote:
> On Tue, Apr 8, 2008 at 9:05 PM, Matthew Young <[EMAIL PROTECTED]> wrote:
>
>  > >this page takes about 2-5 seconds to load, but this
>  > >only happens when it's loaded for the first time
>  >
>  > I observe the same thing and this has to do with Captcha.  I think it's
>  > because it uses Java graphic stuff and it take time to load and
>  > initialize.
>  >
>  >
>  Looks like you're right. I've just removed the captcha image and the page
>  seems to load fast enough.
>  The question is however, whether this "first run" rule is correct or this
>  issue will occur periodically.
>  I don't have the opportunity to test this to be sure.
>
>
>  --
>  sp
>



-- 
Ryan Gravener
http://ryangravener.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Page loads too slow

2008-04-08 Thread Sergey Podatelev
On Tue, Apr 8, 2008 at 9:05 PM, Matthew Young <[EMAIL PROTECTED]> wrote:

> >this page takes about 2-5 seconds to load, but this
> >only happens when it's loaded for the first time
>
> I observe the same thing and this has to do with Captcha.  I think it's
> because it uses Java graphic stuff and it take time to load and
> initialize.
>
>
Looks like you're right. I've just removed the captcha image and the page
seems to load fast enough.
The question is however, whether this "first run" rule is correct or this
issue will occur periodically.
I don't have the opportunity to test this to be sure.


-- 
sp


Re: Page loads too slow

2008-04-08 Thread Matthew Young
>this page takes about 2-5 seconds to load, but this
>only happens when it's loaded for the first time

I observe the same thing and this has to do with Captcha.  I think it's
because it uses Java graphic stuff and it take time to load and initialize.

On Tue, Apr 8, 2008 at 7:48 AM, Sergey Podatelev <[EMAIL PROTECTED]>
wrote:

> Hello,
>
> I have this problem which is hard to debug, perhaps you guys will give me
> some pointers.
>
> The page is a registration page, so it has a form with a number of inputs
> and select-s, one of which is pretty huge -- it contains about sixty
> countries, and a captcha.
>
> The actual problem is -- this page takes about 2-5 seconds to load, but
> this
> only happens when it's loaded for the first time after application is
> deployed. After that, page load takes no longer than any other one.
> I've tried the obvious and put some time printouts, but all the page
> construction took less than a tenth of a second, and the latest printout
> from the onAfterRender() pops after another half a second.
>
> Can anyone think of a way to debug this issue?
>
> --
> sp
>


Page loads too slow

2008-04-08 Thread Sergey Podatelev
Hello,

I have this problem which is hard to debug, perhaps you guys will give me
some pointers.

The page is a registration page, so it has a form with a number of inputs
and select-s, one of which is pretty huge -- it contains about sixty
countries, and a captcha.

The actual problem is -- this page takes about 2-5 seconds to load, but this
only happens when it's loaded for the first time after application is
deployed. After that, page load takes no longer than any other one.
I've tried the obvious and put some time printouts, but all the page
construction took less than a tenth of a second, and the latest printout
from the onAfterRender() pops after another half a second.

Can anyone think of a way to debug this issue?

-- 
sp