Join Slack
Powered by
somebody have idea why the loading time is so high...
# lucee
u
Umair Khan
11/28/2022, 1:49 PM
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
zackster
11/28/2022, 2:03 PM
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
Umair Khan
11/28/2022, 2:09 PM
where i can see this file in web admin interface?
z
zackster
11/28/2022, 2:10 PM
see logging under server admin
zackster
11/28/2022, 2:11 PM
but you can also just wrap your http call in a cftimer tag to see how long it runs
u
Umair Khan
11/28/2022, 2:11 PM
there are many calls being made should I do in http.cfc?
z
zackster
11/28/2022, 2:12 PM
I wouldn't touch the lucee bundled code, change your code
zackster
11/28/2022, 2:13 PM
i see 15 exceptions, that probably is your problem, check that first
Open in Slack
Previous
Next