M
Marcus Leon
Hi, my first request to a JSP page using a tag library (Display Tag
Library) takes about 10-15 seconds and subsequent requests are fast.
Does anyone know why the first request is slow?
I don't believe the slowness is jsp compiling as we precompile and it
seems that it is working. We're on Weblogic 8.1. My CPU is revving
at 100% during this start up period.
Is the container just loading the classes or is there some init routine
running? How can I debug this?
Thanks very much for the help!
Library) takes about 10-15 seconds and subsequent requests are fast.
Does anyone know why the first request is slow?
I don't believe the slowness is jsp compiling as we precompile and it
seems that it is working. We're on Weblogic 8.1. My CPU is revving
at 100% during this start up period.
Is the container just loading the classes or is there some init routine
running? How can I debug this?
Thanks very much for the help!