• Hi Stephen,

    I’m having issues with the load time of events on the full calendar. Especially when navigating to future months, the loading of events on the calendar can take 20 seconds or more. Sometimes the current month loads very slowly too.

    I checked and my theme does call wp_footer() in the footer. Also, register_sidebar() does allow widgets to add their own IDs and classes.

    The only JavaScript error I see is for jQuery UI: Uncaught TypeError: Object [object Object] has no method ‘validationEngine’. Not sure why this is, as the jQuery library is being called before jQuery UI.

    I tried disabling all plugins other than Event Organiser, but this didn’t make a difference. I also tried the Twenty-Twelve theme, but the forward and backward nav arrows don’t appear, so I can’t test future months.

    My site is at http://aim2.openairwebdesign.com/calendar

    Any advice you can offer would be greatly appreciated.

    Suzanne

    https://wordpress.org/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hi Suzanne,

    Calendar seemed to load pretty quick for me… (I didn’t profile the page, but it didn’t take longer than a second).

    The only advice I can offer is to ensure you are running php5.3 or higher. The plug-in makes use of DateTime caching which isn’t possible in php5.2, and as such is much quicker on php5.3.

    You might know what version you’re running, but you’d certainly need to ask your host if you wanted to upgrade.

    Thread Starter shahn1234

    (@shahn1234)

    Yes, I’m running PHP 5.3.28.

    I think this is like when you take your car to the mechanic, and every time he drives it, he doesn’t hear that strange knocking noise. 😉

    At any rate, thanks for your advice. If I can pinpoint the times the calendar loads slowly, I’ll come back for more advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Calendar Load Time’ is closed to new replies.