While Solutioning, should we consider the scalability of the Salesforce Application? Should we even think about scalable solutions in Salesforce?
Tag:
optimize apex
Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.
Most of the time we need metadata of entities and fields to make dynamic pages. This post will give detail on how to optimize apex code by metadata caching.