Display profile size limit

HiIs there a size limit for the display profile XML files ?I already have a 30,000 lines XML DP , and it's gonna grow a lot more, and i'm concerned if there's a limit before i get errors.cheers
[231 byte] By [marcosd_guzman] at [2007-11-25 19:10:25]
# 1
AFAIK, display profile doesn't have size limit. However, the huge DP can cause real proformace degradation for display. Use it with caution. HTH, Jerry
jh23093 at 2007-7-3 23:10:49 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
How much does the performance improve if i disable the XML Parsing Validation parameter ?I always test my display profiles in a QA environment first before uploading them into production, i guess that it minimizes the risk of having invalid XML files. thanks a lot
marcosd_guzman at 2007-7-3 23:10:49 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

It really depends on the hierarchical structuring of the display profile such as org/sub-org/role/group/user and how complicated your desktop view.

The display profile contains definitions that enable you to construct the Desktop. These definitions include providers, channels, containers, and properties. Some of these definitions create the Desktop containersthe frames, tables, and tabs that arrange the content of the Desktopand others create channels for the Desktop via the respective providers. A display profile provider definition is a template for building channels based on that provider.

Are you the only person create and assign user look and feel? If not, then disable XML Parsing Validation may not be a good option. If some one else doesn't know this feature disable, he might end up no clue what is wrong with his change. Use with caution. I don't have any real data to tell how much performance improvement. If you have nested containers and channels, the performance won't be good any way. Jerry

jh23093 at 2007-7-3 23:10:49 > top of Java-index,Web & Directory Servers,Portal Servers...