System.LimitException: Apex CPU time limit exceeded

The CPU Time that was introduced in Winter ’14 release. Prior to Winter’ 14, Salesforce had Script limit. For Synchronous call, it is 10,000ms.For the Asynchronous call, it is 60,000ms. What contributes to CPU Time Limit:1. Debug logs statements.2. Library functions exposed in Apex. For example, using Describe information (Account.soObjectType.getDescribe). 3. All Apex code  4. If DML … Continue reading System.LimitException: Apex CPU time limit exceeded