Details
-
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
6.0.6 GA
-
Glassfish 3.0.1 CentOS box with 8GB ram and 8 cores
Description
We have created a template and structure that is very much dynamic with so many repeatable fields. We also adjusted the maximum size for parsing from 256kb to 2mb.
Our business users currently want to create articles that are rich in content and when they edit these kind of articles, it takes a very long time to load. On one time it took 5 minutes to render everything.
As I look into the code for the edit_article.jsp, the items are loaded dynamically depending on the structure and content. What would be a solution or workaround for this to hasten the loading of the page? We are aware that the more dom elements we load the longer the process, but could we include like a "load more" link where the structure is then lazily loaded?