Jump to content
Server Maintenance This Week. ×

Performance issue in multiple files over Custom web publishing


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

Recommended Posts

hi forum,

Scenario: I have 9 FileMaker files, each of 1 table, related to each other. I have made custom web publishing through PHP.

Problem: Performance is very slow over net.

Can you all suggest the exact problem?

Link to comment
Share on other sites

Within the context of the API, which tables are addressed is not all that important. It's what is on the actual layouts being called that is important, as that determines which fields of data are returned.

If, for example, you have a table with 1000 fields but you only need the data from one of them, it is extremely inefficient to use a layout that has all 1000 fields on it - the data from all of them will be returned, even if you only display one of them.

This the question about how much data is being returned - you can get an idea by using a command like:

print_r($yourdataSet);

To see the full data set coming back.

Link to comment
Share on other sites

dear webko,

I have a layout where the data is coming from 4 files where each file(table) has 500+ fields. Only few of the fields are used in each of the table.

My question is that: is there any problem of internet speed or multiple file.

Will i able to enhance the performance by merging all the files in one ?

Link to comment
Share on other sites

  • 2 weeks later...

This topic is 4517 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.