Is there any way to stop Django-CMS from loading every single page when visiting /admin/cms/page/? I've just migrated a few hundred pages from another CMS to Django-CMS and this admin screen now takes about 25 seconds to load on a local VM which is really painful to work with.
johnny-cache has unfortunately made no difference to the load time for the CMS, it seems that this is just down to the sheer size of the html document that gets loaded, which clocks in at 67k lines and ~2Mb
Not sure there's much I can do about that without hacking the JS to make it load tree nodes on demand rather than up-front.