Defect #13007
closedPerformance Issues with Safari (possibly GIT SCM related)
0%
Description
Hello,
I have Redmine Setup version 2.2.0, Ruby 1.8.7 and Rails 3.2.11 with PostgreSQL 9.2.1 as database backend. I am experiencing performance issues when accessing Redmine with the Safari browser which are not present when accessing it with FireFox or IE. The symptoms occurred after adding two very large GIT repositories (Linux Kernel) and are the following: when accessing the website for the first time in the browser session it takes up to 30 seconds to load the page. If I reload the page or open it in another tab it only takes 2-3 seconds. If I close the browser completely and reopen it, the first access takes again up to 30 seconds. Browsing the Redmine pages feels a little bit "laggy" but still acceptable. Another symptom can be observed in the file view of the repository browser. In Safari the source file slowly appears which takes several seconds up to a minute depending on the size of the file. In FireFox the complete file shows instantaneously. I cannot observe any unusual load on the server while accessing the website no matter which browser accesses it.
Updated by Anselm Busse over 12 years ago
I investigated the problem further and was able to track it down to a problem with https encryption. I am running the Redmine server over https and with my first used a self authenticated certificate. Since I have installed a valid certificate from my CA the problem has disappeared. So I suspect some crosscutting problems between the untrusted SSL connection and the huge data amount from the SCM.
I for myself see the problem now as solved because an untrusted SSL connection does not make any sense. But maybe it is a good idea to keep this problem in mind for later.
Updated by Go MAEDA about 4 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Thank you for your feedback. Closing.