Forums
This topic is locked
How do I avoid page size due to many recordsets?
Posted 02 Aug 2002 17:15:47
1
has voted
02 Aug 2002 17:15:47 Zain Magsi posted:
Hi,I have a order form/page that has many dropdowns that are "fed" by many recordsets from many access tables. This has bloated the size of the page to a whopping 130k. Is there a better way to do this in UD?
Please Help!
Zain Magsi
Replies
Replied 02 Aug 2002 19:08:13
02 Aug 2002 19:08:13 Owen Eastwick replied:
How big is the page in the browser? Right click and select properties.
Remember the VBScript is processed at the server, only HTML and JavaScript is sent to the browser, so the page may be significantly smaller at the browser end.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Remember the VBScript is processed at the server, only HTML and JavaScript is sent to the browser, so the page may be significantly smaller at the browser end.
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Replied 02 Aug 2002 19:27:53
02 Aug 2002 19:27:53 aegis kleais replied:
Also know that DW does not take into account preloaded images. If I have 50k of image on the front page and am working on a child page of that main page that contains the same images, DW will still count the 50k into the loading time, though if someone has visited your site previously and have caching enabled, it will be in their cache.
But 130kb of just CODE is ABHORENTLY HUGE. Copy the page to page_test.asp and delete all the asp. What's the file size then? Like Oeastwick said, the server processes ASP; it just then returns the results.
Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])
But 130kb of just CODE is ABHORENTLY HUGE. Copy the page to page_test.asp and delete all the asp. What's the file size then? Like Oeastwick said, the server processes ASP; it just then returns the results.
Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])