21309 Posts in 5738 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » What's the maximum number of wysiwyg editors a template can handle?
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 483 Views |
-
What's the maximum number of wysiwyg editors a template can handle?

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…
-
Re: What's the maximum number of wysiwyg editors a template can handle?

24 February 2010 at 9:13pm Last edited: 24 February 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.
| 483 Views | ||
|
Page:
1
|
Go to Top |


