Restrictions on data processing within a single transaction, like DML statements and CPU time.
Enforces a 10-second execution time for Apex code to prevent long-running processes, ensuring system performance.
Limits the number of SOQL queries to 100, preventing resource-intensive queries, and promoting efficient data retrieval.
Imposes restrictions on database operations (insert, update, delete) to maintain data integrity and prevent abuse.
Caps the amount of memory (6 MB) that Apex code can use, preventing memory leaks and resource consumption.
Governs the data size (135 KB) for Visualforce pages to optimize page load times and user experience.
Restricts the number of outbound and inbound emails to maintain email deliverability and prevent spam.
Sets a daily cap on API requests to prevent overloading Salesforce servers and ensure fair usage.