The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Slow response time? - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Slow response time? (/showthread.php?tid=1142) |
Slow response time? - erik - 09-14-2018 Hi! I’m running a small application for timekeeping with userspice for the backend part of it. However, I have a real slow performance from the system. Response time for a page is like 5-6 seconds. It’s both for my own pages, as well as the userspice admin pages. App is running in Azure cloud. Any idea where to start to analyze this? /Erik RE: Slow response time? - Brandin - 09-14-2018 What I normally do is check the number of queries occurring. You can create a function in the DB file tracks the number of queries and all of the queries and you can dump them in the page_footer to keep an eye on it. I don't have time to write something out right now, but that is where I would start. |