Performance articles
7 articles · Making pages, queries and automation faster under real load.
Salesforce Data Skew: Remediation Strategies
Prevention is the other article. This is for the org you inherited: how to find account, ownership, and lookup skew...
PR Validation 10x Slower: Solving Permission Set Bottlenecks
Why the metadata engine slows down when Permission Set changes ride along with Apex classes in a Salesforce CI/CD...
InsProductService getRatedProducts Limitations Explained
Where InsProductService.getRatedProducts runs out of room in Salesforce Industries, and the payload, caching, and async...
Optimize Salesforce query performance with @ReadOnly
Tired of hitting that 50,001-row limit in Apex? Here is how the @ReadOnly annotation bumps your query capacity up to a...
What is Apex Hammer? Load Testing for Salesforce Developers
Wondering whether your code will break under pressure? Apex Hammer helps you simulate heavy traffic and find hidden...
How to implement LWC lazy loading for better performance
Loading heavy components all at once kills your page speed. Here's how to use lazy loading to fetch only what's needed...
LWC dynamic import: How to load components on demand
Loading every heavy component at once is what makes your pages sluggish. Dynamic imports pull in the code only when...