Find Slow Queries Fast
Use Cases:
- Quickly spot flows or Apex causing slow queries over 5 seconds in the last day.
- Pinpoint exact automations or code to optimize for faster Salesforce performance.
- Identify inefficient queries to improve selectivity and reduce execution time.
- Use this data to prevent hitting governor limits by fixing costly queries early.
TroubleshootConsultant
Prompt
Identify queries in the last 24 h whose execution time > 5 s and list caller (flow, apex).
Related use cases
~1 min
Update a Picklist Instantly
Add or remove values without touching Setup.
“Add the value Pilot and deactivate Proof of Concept in the picklist Opportunity_Type__c.”
Create a Formula Field
Describe the math in English. Skip the syntax.
“Create a formula field Margin_Percent__c on Opportunity: (Amount – Cost__c) / Amount.”
Debug a Salesforce Error
Paste an error. Get the root cause in seconds.
“Apex error ‘FIELD_CUSTOM_VALIDATION_EXCEPTION’ on saving Opportunity — identify which validation rule fired and why.”