snbowers Posted January 23, 2001 Posted January 23, 2001 I'm generating a large table from an FMPro database (20 columns/fields X 786 rows/records). This comes up in ~10 seconds on IE and Netscape on Windows and Netscape Mac, but IE (5) Mac takes 40+ seconds to display it. It even takes 40+ seconds to close the page! Any input please!
Keith M. Davie Posted January 24, 2001 Posted January 24, 2001 Displaying 786 records at once takes time. It is also impractical for the client to scroll and scroll and scroll. Use the -max tag to limit displayed records to 25 or 50 and use the -linknext and -linkprevious tags. Clients, generally speaking, would rather click than scroll. Peace Keith M. Davie
Vaughan Posted February 4, 2001 Posted February 4, 2001 Try giving IE more memory. Lots more, like 40MB.
Anatoli Posted February 5, 2001 Posted February 5, 2001 quote: Originally posted by Keith M. Davie: Displaying 786 records at once takes time. It is also impractical for the client to scroll and scroll and scroll. Use the -max tag to limit displayed records to 25 or 50 and use the -linknext and -linkprevious tags. Clients, generally speaking, would rather click than scroll. Peace Keith M. Davie That is the proper logic. People will think the site is much faster with -MAX 10 or 20.
Vaughan Posted February 6, 2001 Posted February 6, 2001 The issue is that a page that Netscape parses in 10 seconds takes over 40 seconds in IE. It is reasonble to deduce from this that there is a problem with IE. Got nothing to do with the number of records being returned. That will enhace the perception of speed, but only by reducing the server's processing time and download time, not by improving IE's parsing efficiency. [This message has been edited by Vaughan (edited February 05, 2001).]
Recommended Posts
This topic is 8760 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now