Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8760 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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!

Posted

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

  • 2 weeks later...
Posted

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.

Posted

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).]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.