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.

Accelerate by refactoring. Low hanging fruit. Overview

 This post lists all the low hanging fruit. The first three are the most important and easy tips. The last of the three is about working with layouts and so are the following ones. Next follow tips regarding scripting and calculations. The last one is about an overall UX design trick. Click an item to … More Accelerate by refactoring. Low hanging fruit. Overview