URL Shortening is required when we send email with URL link or sending SMS to customers. This post will give detail on using Cuttly Url Shortener in Salesforce.
Year: 2022
SOQL optimization is important for application performance. This post will give ideas to make SOQL query selective so that optimizer will optimize soql.
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.
We use debug statements in Salesforce apex to debug code which can impact application performance. This post will help in understanding how to optimize code by disabling debug mode in production.