Skip to content
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ You can identify an Uncompressed Asset problem by four main aspects in the "Span
- Transaction name
- Slow resource span - The uncompressed slow span, usually containing the asset url
- Asset size
- Duration impact - The fraction of time potentially added to the total transaction time if this span is in the critical path.
- Duration impact - The fraction of time potentially added to the total transaction time if this span is in the critical path
- Waterfall Trace View

![Uncompressed Asset span evidence](./img/span-evidence.png)

View it by going to the **Issues** page in Sentry, selecting your project, clicking on the Uncompressed Asset error you want to examine, then scrolling down to the "Span Evidence" section in the "Details" tab.
View it by going to the **Issues** page in Sentry, selecting your project, clicking on the Uncompressed Asset error you want to examine, then scrolling down to the "Span Evidence" section.

## Recommendations

Expand Down
Loading