Newbies cfw Posted September 21, 2004 Newbies Posted September 21, 2004 I've built a website with a lot of CDML & FMPro queries in http links. I'm using web companion to serve the pages out. Problem is the pages are slow to load, it waits for FMU to finish searching the database records before it appears. My database has around 10,000 records and it runs on Windows 2003 Server. Would running FM Server help? Any help is appreciated.
Steve T. Posted September 21, 2004 Posted September 21, 2004 Howdy, howdy! Actually, I don't think 10,000 records is the problem... I don't think it should take any longer than a search in-person would. A problem we used to have back in the FM4 days was that the server would hang for minutes if there were too many found results. It had a problem producing the HTML for so many items. Limiting the number of found items to 20 or so at a time turned display times from minutes to about 1-2 seconds. If you're using CDML, you can easily create NEXT SET and PREVIOUS SET kind of links for large find results. I assume things have not changed, so I'd take a look at that first. If it's not that, maybe we can narrow it down. --ST
Newbies cfw Posted September 23, 2004 Author Newbies Posted September 23, 2004 Thanks for the tip Steve but it didn't help because the search thru' the URL is to display the page info and not a list of results as one would normally do. I can't have the -max option here unfortunately.
Recommended Posts
This topic is 7425 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