That quickly then slowly
Added by Timur V over 14 years ago
Hello!
Encounter this problem after installing redmine, it works very slowly, pages are loaded very long time, then fine. In this case no pattern is observed. The server is not loaded. Server resources in short supply.
Thanks in advance.
Replies (7)
RE: That quickly then slowly - Added by Stanislav German-Evtushenko over 14 years ago
Just see the logs. It's can be DNS problems or something like that.
Stas
RE: That quickly then slowly - Added by Timur V over 14 years ago
Thanks...
Prompt please, what is best logs to see.
RE: That quickly then slowly - Added by Stanislav German-Evtushenko over 14 years ago
You can see redmine log. If you use apache - watch apache log. Try nslookup on the server and from the station that from you connect to redmine.
Watch syslog end messages too.
RE: That quickly then slowly - Added by Felix Schäfer over 14 years ago
Please provide more information about your setup: what server are you using, what distribution if served from linux, …?
RE: That quickly then slowly - Added by Timur V over 14 years ago
While I use Webrick. Server is Ubuntu...
RE: That quickly then slowly - Added by Timur V over 14 years ago
Looked produtstion.log file, everything is normal. Query processing time does not exceed 60 ms.
RE: That quickly then slowly - Added by Jeffrey Jones over 14 years ago
How many users at once? Webrick can only handle one request at a time, a queue may build up if there are many users.