Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename image path to v14 #477

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Apex Log Analyzer makes performance analysis of Salesforce debug logs much easier and quicker. Visualize code execution via a Flame chart and Call Tree, identify and resolve performance and SOQL/DML problems via Method and Database Analysis.

![preview](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-preview.gif)
![preview](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-preview.gif)

## WARNING

Expand Down Expand Up @@ -114,7 +114,7 @@ The tooltip provides the following information.\

Shows the call stack which can be expanded and collapsed. Clicking on a link will take you to that line in the class if it can be found in the current open project.

![Call Tree](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-calltree.png)
![Call Tree](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-calltree.png)

Each row shows event type, details such as method signature, self and total time as well as aggregated DML, SOQL, Throws and Row counts.

Expand All @@ -141,7 +141,7 @@ The Call Tree can be navigated with the keyboard. The up and down keys will move

Show analysis of method calls by showing Self Time, Total Time, Count (number of times a method was called), name and type. Each column can be sorted ascending or descending by clicking the column header.

![analysis](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-analysis.png)
![analysis](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-analysis.png)

#### Sort

Expand All @@ -168,7 +168,7 @@ Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to c

Shows the SOQL and DML that occurred the number of rows returned, the time taken and for SOQL the selectivity and number of aggregations.

![database](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-database.png)
![database](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-database.png)

The _Selectivity_ column will have a green tick if the query is selective, a red cross if it is not and will be blank if the selectivity could not be determine. Sorting on this column will sort the rows by relative query cost, this number can be seen by hovering the cell on the selectivity column.

Expand Down
8 changes: 4 additions & 4 deletions docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Apex Log Analyzer makes performance analysis of Salesforce debug logs much easier and quicker. Visualize code execution via a Flame chart and Call Tree, identify and resolve performance and SOQL/DML problems via Method and Database Analysis.

![preview](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-preview.gif)
![preview](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-preview.gif)

## WARNING

Expand Down Expand Up @@ -105,7 +105,7 @@ The tooltip provides the following information.\

Shows the call stack which can be expanded and collapsed. Clicking on a link will take you to that line in the class if it can be found in the current open project.

![Call Tree](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-calltree.png)
![Call Tree](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-calltree.png)

Each row shows event type, details such as method signature, self and total time as well as aggregated DML, SOQL, Throws and Row counts.

Expand All @@ -132,7 +132,7 @@ The Call Tree can be navigated with the keyboard. The up and down keys will move

Show analysis of method calls by showing Self Time, Total Time, Count (number of times a method was called), name and type. Each column can be sorted ascending or descending by clicking the column header.

![analysis](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-analysis.png)
![analysis](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-analysis.png)

#### Sort

Expand All @@ -159,7 +159,7 @@ Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to c

Shows the SOQL and DML that occurred the number of rows returned, the time taken and for SOQL the selectivity and number of aggregations.

![database](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.13/lana-database.png)
![database](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/dist/v1.14/lana-database.png)

The _Selectivity_ column will have a green tick if the query is selective, a red cross if it is not and will be blank if the selectivity could not be determine. Sorting on this column will sort the rows by relative query cost, this number can be seen by hovering the cell on the selectivity column.

Expand Down
File renamed without changes
Loading