somebody have idea why the loading time is so high...
# lucee
u
somebody have idea why the loading time is so high? is there any bug? Should I delete WEB-INF folder? to make is faster
z
but how fast is the http response, if you are on 5.3.10, bump trace.log up to info, it will tell you how long the remote host took to repsond
u
where i can see this file in web admin interface?
z
see logging under server admin
but you can also just wrap your http call in a cftimer tag to see how long it runs
u
there are many calls being made should I do in http.cfc?
z
I wouldn't touch the lucee bundled code, change your code
i see 15 exceptions, that probably is your problem, check that first