Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

ComplexTableField, CalendarDateField slow response in Silverstripe 2.3.1 CMS


Go to End


3 Posts   1659 Views

Avatar
Torleif

Community Member, 1 Post

2 April 2009 at 4:14pm

While running on a server, selecting a page with a complexDataField or CalendarDateField in the CMS takes a long time to load. Pages without these fields loads normally.

Commenting out the Require::javascript inside the core field classes causes the pages to run normally, but makes the fields un-editable. We suspect it's how the CMS includes the js files dynamically, and would like to make a bug ticket if it's the problem.

For some weird reason the performance is normal if it's running locally, or on a different network. So it might be a ISP issue.

This issue does not effect silverstripe 2.2

Avatar
UncleCheese

Forum Moderator, 4102 Posts

3 April 2009 at 9:15am

That was one of my main objectives in creating DataObjectManager. That popup window is all together too slow, and if you look at the amount of Javascript overhead you're dealing with, it's no wonder.

You should try DataObjectManager instead. It comes with its own calendar date picker that is jQuery based and a lot slicker if you ask me.

Avatar
martimiz

Forum Moderator, 1391 Posts

28 April 2009 at 6:48am

Edited: 28/04/2009 6:49am

Great job, and I love the new datepicker! Would it be possible to maybe add an option to clear the datefield as well?