Page 1 of 1

2 to 3 second delay when switching views

PostPosted: Thu Jun 27, 2013 9:03 am
by jake
Hi There,

I am using the new calendar pro, sql for 12 on FMP 12.0.4

When I click on the different calendar buttons to switch views from month, to year to week to day, there is atleast a 2 second delay before the view switches. Is this normal?

The only thing I have done is removed 2 of the tabs, changed the colour of the graphics and added some extra tables and data to the file. Is this normal?

Re: 2 to 3 second delay when switching views

PostPosted: Thu Jun 27, 2013 12:10 pm
by jeffalmquist
Hi Jake,

The "Refresh Calendar" script runs every time you switch views in the calendar, which queries your events table and re-renders all events matching the current view. So the main factor that affects speed is how many events match your current view. More events = longer refresh times. Here's some more info and ideas about how to optimize performance:

http://www.seedcode.com/pmwiki/pmwiki.p ... ar12.Speed

I hope that helps. Please let me know if you have any other questions.

Jeff