Accelerate by refactoring. Low hanging fruit 3.

This post will deal with a couple of ways to prevent FileMaker from unnecessarily generating a layout and performing the necessary calculations while running a script.   4 Freeze the window and use empty layouts for long running scripts Perhaps the most basic means that exist to prevent FileMaker from unnecessarily generate a layout and … More Accelerate by refactoring. Low hanging fruit 3.

Accelerate by refactoring. Low hanging fruit 2.

This post will deal with two very well know speed improvements: performing scripts on the server, and using styles for layouts.   2 Perform data intensive scripts on the server If your application is running on a server and users work with FileMaker client applications on their computer or iOS device, it makes sense to … More Accelerate by refactoring. Low hanging fruit 2.

Accelerate by refactoring. Low hanging fruit 1. Store if you can.

 This post is fully dedicated to the most important tip. 1 Avoid calculation on the fly. Store if you can. This is perhaps the most iterated one on the internet and still worthy of being mentioned first. Calculations are performed on the fly, and fortunately only performed when needed. However, within FileMaker they occur in … More Accelerate by refactoring. Low hanging fruit 1. Store if you can.