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

What's the maximum number of wysiwyg editors a template can handle?


Go to End


2 Posts   1079 Views

Avatar
nishnish

Community Member, 4 Posts

24 February 2010 at 8:59pm

We have developed a template for a client with a crazy number of wysiwyg editors [to try and give them the "flexibility" they require]. I'm embarrassed to admit how many but its in double digits… however we believe we are pushing the bounds of what silverstripe can do and so should reduce the number of wysiwygs dramatically to try and stop getting the errors and speed issues that we are.

is there a general guide to how many wysiwygs a single template can handle?

we've split them up into different tabs, but there still seems to be way to many.

thank you…

Avatar
bummzack

Community Member, 904 Posts

24 February 2010 at 9:13pm

Edited: 24/02/2010 9:14pm

Wow

That's a lot. Why would you need so many content fields? If somethings gonna suffer, it's JavaScript performance (try a browser with good JS performance, like Google Chrome to see if it changes anything). Shouldn't be an issue on the server-side though.

Still, I'd probably try to reduce the amount of WYSIWYG Editors... otherwise it's just a mess ;)
Can't you just create different Page-Types for the different use-cases? Or use Widgets or the DataObjectManager where you require flexible amounts of content-pieces.