CC-4873: Airtime takes 7 seconds to load 32K (very small) from db

-we know what month will be the initial view for the user.
-Provide this data ahead of time via ajax request
This commit is contained in:
Martin Konecny 2013-01-24 12:52:24 -05:00
parent ef806b8357
commit 2f3a30b580
3 changed files with 32 additions and 28 deletions

View file

@ -328,10 +328,6 @@ function alertShowErrorAndReload(){
}
$(document).ready(function() {
var data = {};
data.calendarInit = calendarPref;
createFullCalendar(data);
setInterval(checkCalendarSCUploadStatus, 5000);
$.contextMenu({