Hello,
Our project has repeatedly battled with an issue for a few months now: we are unable to author whole-page content with the author's edit mode. Once a page reaches a certain size (15-20 components), the user's browser (we've tried several) crashes, due to an unresponsive page. We have been working around this impediment by authoring pages in separate pages for each "section", then concatenating the pages' jcr:content children.
The issue is likely caused by javascript, though we haven't pinned down the exact source of problems. Periodically, the browsers report unresponsive scripts in one of the widgets.js, though it appears to happen with several of the 12 widgets.js files that are pulled into the requested page. Where do these includes come from (they seem to be automatic), and how can we suppress them? For example, I doubt we need to include security, commerce, scene7, or personalization widgets.
We also have a dependency on cq.shared, that we would like to slim down, if possible. Is there any documentation around this clientlib and what it provides?
Thanks!
Dave Hughes