kiwiora Posted May 2, 2008 Posted May 2, 2008 We are experencing very slow response from filemaker/php. Has anyone else had the same problem? We are running a relatively simple database as the only thing on a server. It is for a catalogue that is viewed on the company's intranet. When it crashes it strings up a whole stack of connections from IIS to filemaker server which are never cleared. Filemaker Server 9 Advanced, all updates installed. PHP 5.2.6 Server: 2ghz quad core Xeon 4gb Ram 2x 146g 15k drives in raid1 TIA
Baloo Posted May 8, 2008 Posted May 8, 2008 The first thing that comes to mind is that you've got an endless loop making requests to the fm server. Try posting the section of the code that causes the server to puke. In general the two biggest culprits we've found slowing down our PHP API pages have been: Unnecessary calls to Filemaker. Get really good at compound finds, and if you want related records add a portal rather than running a second find. Too much clutter on API layouts. Only put what you need to create your page no more no less. Make good use of setResultLayout() when searching on one set of data to obtain another.
Recommended Posts
This topic is 6303 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