Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.6 Facebook Connect / Improved Login / Join
-
Fix Version/s: 1.13
-
Component/s: None
-
Labels:None
-
Similar issues:
CURRIKI-150Performance issues CURRIKI-463Update Members Home Page http://beta.curriki.org/xwiki/bin/view/Members/ with the three big orange buttons and link to add wizard CURRIKI-1394Edit Masthead Screen - The big size logo pushes the left nav down CURRIKI-5282Group Activity feed XML times out if big, need paging added CURRIKI-3143Performance: Up the Cache on Production to 3,000 K CURRIKI-4082 PROJECT: Performance Enhancement CURRIKI-4644 Correlate Server monitor performance errors and warning to Web, app and DB logs. CURRIKI-3953 Make use of Javascript extensions to improve performance CURRIKI-1502Group image too big (Full size) in view page for group resoruces CURRIKI-282Dialog boxes are positioned badly or are to big to fit editor window.
Description
The average time to deliver a page used to be, from Washington, around 0.6s it is now in average more than 1.2 seconds.
The CPU load has gotten high these days (till 180%) but also goes down to 0.5% from time to time.
We do not know yet why but it seems that there are things that slow down the server.
One of the main suspects is the live-validation feature which does submit a DB query at each request.
I have now uploaded on current a version that does not do the live-validation, only when submitting.
If this version on current is running ok we could deploy it on prod (it's just a few sources) and see if we get less performance degradation alarms.
Thank you Todd to check.
paul