We have a website that has grown to over 18,000 pages. We have the front end tuned and returning very fast however when editing a "blog" post the load time is in access of 20 seconds. I have read some about the sitetree being the culprit... any advice to speed this process up?
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.
A popular approach is to use ModelAdmin to manage things like blog articles like http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/. ModelAdmin is much better suited to dealing with a large amount of nodes.
Thank you very much. I will ask my programmer to review. Another question; will updating to v3X also help our situation?