Home
TeamSite
Displaying Large DCRs
System
I have a problem displaying large DCRs in TeamSite. They take too long to open up. Is there a setting in TeamSite to display large DCRs faster?
Thanks in advance,
Joe
Find more posts tagged with
Comments
msrinivas
RT*M - You can paginate DCT/DCR
Migrateduser
How does paginate work? Do you any code examples?
Thanks again.
msrinivas
http://devnet.interwoven.com/forums_vb/showthread.php?t=5983&forumid=13
Apart from that if you have inline's that have DB interaction etc., that might also factor into your load time.
Migrateduser
Yes, I forgot about the items-per-page attribute and actually we're already using it for this form.
The problem is the top container for this dcr has a lot of nested items so the items-per-page doesn't do the trick.
two_column.rptdesign
Yukka
maybe this helps:
TechArticle: 53439
Title: Using mod_expires Within iw-webd to Enhance Performance
http://devnet.interwoven.com/site.fcgi/techlib/053439
miroperez
A few enhancements have been made to increase forms pub performance by 3-5x when using large dcr's under under 6.5sp2 patch 11, the next patch release of 6.7.0, and 6.7.1. They include:
1. Changes to client side javascript code for storing references to items within a Map().
2. Changes to the server side command for making xpath calls into the dcr dom object which increase server side xpath operations by an order of magnitude.
3. Compression of the response output stream to address low bandwidth connections.
4. Changes to the way replicants are rendered by default. When there are lots of replicants, this change is the most dramatic.
I tested these changes with a 271K dcr which had many replicants in it.
Miro