mediawiki-extensions / mw-calendar

Automatically exported from code.google.com/p/mw-calendar
0 stars 2 forks source link

Changing months is very slow #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Wiki Version: 1.14.0
Calendar Version: v3.7.1 (3/1/2009)

Problem:
I've got a full month view calendar set up. When I change the month using
the drop down or << >> buttons the the new month page loads very slowly. It
takes about a minute to load the page. Reloading the same month loads
normally. Here is my calendar code:

<calendar name="HDN Out of Office" useconfigpage usetemplates/>

In the config page is:
enablerepeatevents=30 editdefault disableredirects

Original issue reported on code.google.com by sylen...@gmail.com on 28 Oct 2009 at 4:44

GoogleCodeExporter commented 8 years ago
When you change calendars, it's reloading all data. Refreshing the same page 
loads
cached data controlled by MediaWiki.

If your having that long of a wait between months, you either have ALOT of data 
or
poor performing servers.

I have made changes since your version listed. It may run better on the newest 
version.

Original comment by kenyu73 on 28 Oct 2009 at 4:55

GoogleCodeExporter commented 8 years ago

Original comment by kenyu73 on 16 Nov 2009 at 10:58