Performance wise, does domino render - subforms faster than iframes?
I am using a combination in my applications as well as centralizing codes, scripts, and images, and common content and then pulling them in on the fly.
It workes great and maintenance is streamlined but I’d like to tweak the performance.
Using tables for layout - liquid screens, CSS for styling. Moving off tables for layout is not an optin.
Using Iframe to source content from other dbs and importing subforms from other DBs as well.
Any thoughts?
Subject: Performance Troubleshooting Domino Pages
Domino doesn’t render iframes – the browser does. Your choice really depends on whether it’s more economical for the server to assemble the pages (processing intense) and serve the page all at once (that’s a better low-bandwidth solution for, say, dial-up web access), or to remove as much processing load from the server as possible and serve multiple simple requests (better for high-bandwidth access).
Subject: RE: Performance Troubleshooting Domino Pages
Welcome back Stan,
Very glad to see you again!
JYR