very slow loading calendar events, any way to optimize?
I have a calendar that is working successfully, but the load times are very slow. Each event is rendered successfully, but the user has to wait a good 5-10 seconds when switching views or navigating through the months/weeks/days. I have shown the event loading code below, is there anything I can do to it to make it load faster? Thanks <script type='text/javascript'> $(document).ready(function () { var date = new Date(); var d = date.getDate(); var m = date.getMonth(); var y = date.getFullYear(); var calendar = $('#calendar').fullCalendar({ //events: [{"title":"My Test Event","start":"Wed, 02