掲示板

Calendar performance

12年前 に Christoph Guse によって更新されました。

Calendar performance

New Member 投稿: 8 参加年月日: 11/08/09 最新の投稿
Hi list,

currently we are working on the calendar portlet in Liferay Community Edition 6.0.5.

We have some performance issues, especially with event recurrences. I have about 10.000 events in my database (about half of them have a recurrence) and it takes several time (about 1 minute which is far too long) to search the events.

A glance at the sourcecode showed up the calculation of the recurrence is not done in the database but in Java which seems not to promise highest performance.

Did anybody of you had similar problems? How did you solve that?

Any hint is appreciated.

Christoph
12年前 に Christoph Guse によって更新されました。

RE: Calendar performance

New Member 投稿: 8 参加年月日: 11/08/09 最新の投稿
Hi,

to solve this problem I implemented an Calendar by myself which provides better performance than the standard Liferay Calendar.

Regards,
Christoph