Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Performance issue in multiple files over Custom web publishing

Featured Replies

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?

What is on the layouts you are addressing?

How much data is actually being returned from queries?

  • Author

Data is retrieved from 4 files( tables).

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.

  • Author

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 ?

  • 2 weeks later...
  • Author

Thanks webko.

Got ur point and implemented it. Now the performance has enhanced.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.