SOQL Extractor and Analyzer for SalesForce SOQL Extractor and Analyzer for SalesForce

Productivity
Version: 2.0.0.0
Last Update: 2019-04-15

Overview

SOQL Extractor and Analyzer for SalesForce is a Chrome extension developed by Rajiv Bhatt. According to the data from Chrome web store, current version of SOQL Extractor and Analyzer for SalesForce is 2.0.0.0, updated on 2019-04-15.
5,000+ users have installed this extension. 15 users have rated this extension with an average rating of .

Extract SOQL queries with their execution counts from Debug Logs of Salesforce. Helps you analyze the 'Too Many SOQLs' error.

Update 2.0.0.0:
Works only with Classic mode of Salesforce. Users complained about not being able to install the extension. Updated manifest.json file so this should be resolved.

Update 0.0.0.9:
Manifest.json permissions were updated to enable the extension for lightning

Update 0.0.0.8:
Uploading the same package to make the extension available on the new version of webstore. No changes in functionality.

Update 0.0.0.5: Added two new features
1. Added an option to view nested method calls and the ability to expand and collapse them. Please note that it would display only user debug and soql statements between the method entry exits. This is a Beta release of this feature and I am looking forward for some feedback as to what are the other details that would be helpful to developers.
2. Ability to filter the log files. When the "Filter Log Type" is checked, it would show you further checkboxes which you can use to filter the contents of the log file. It would show you only those statements.

Update 0.0.0.3: The extension icon will now be visible only after you open a debug log. This is based on the best practice (memory optimization) recommended by chrome docs.

This extension helps you extract and analyze the SOQL queries from the debug logs of Salesforce. Open up any Debug Log on Salesforce and then on just "One-Click" of the extension it would display the following information:

1. All the SOQL queries along with their execution count.

2. The extension would also display all the Objects (Standard/Custom) on which these SOQL queries are executed.
For ex: If you have got queries that hit the Account object 5 times, you might want to have a relook at the code and optimize the code in a way that you get all the data from the Account object in single SOQL query (instead of querying it 5 times).

- These statistics usually help in debugging the error "Too Many SOQLs".
- They would also help you to optimize the performance of your application.

Do recommend the extension with you friends and colleagues if you like it.

Also, if you like the extension, please don't forget to Rate it on the Chrome Extension Webstore.

Currently Working on Future Enhancements:
1. Extracting specific category of statements (debug/approvals etc) from the log file.

Feedback/Suggestions/Ideas/Comments most welcome.

Thanks again and I hope this extension saves your time and makes you more productive!

For any queries: [email protected]

Rating

15 ratings

Total Installs

5,000+

Information

Last Update

2019-04-15

Current Version

2.0.0.0

Size

56.25KiB

Author

Rajiv Bhatt

Website

None

Category

Productivity

Latest Reviews

See More

avatar Amol Joshi
2017-10-11

Great extension. Very much helpful in troubleshooting 101 soql error. Thank you.

avatar Jyoti Singh
2016-03-21

Very useful for 101 SOQL issue..

avatar Tejas Kapasi
2015-04-19

very cool and useful. It really saves a time.
Thank you!

avatar mausam padhiyar
2014-11-11

Amazing..!
Makes life easier while debugging. :)

avatar Hemant Patel
2014-11-04

really good. saving lot of time in debugging.