Unusably slow with lots of resources #523
Answered
by
JohnVillalovos
cgutteridge
asked this question in
Q&A
-
One of our installs of librebooking has now got 110 resources and to generate some pages it's doing over 1000 SQL queries and taking over 100 seconds so I'm getting complaints. Each query is only about 0.05 of a second so I don't think they can be optimised much more, but it's just the number that seems to be the problem. |
Beta Was this translation helpful? Give feedback.
Answered by
JohnVillalovos
May 8, 2025
Replies: 1 comment 6 replies
-
You could try in your
Another option is to create multiple "Schedules" and split the resources among the schedules. See: Application Management -> Schedules. That may help. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
JohnVillalovos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could try in your
config.php
Another option is to create multiple "Schedules" and split the resources among the schedules. See: Application Management -> Schedules.
That may help.