Home > widget-integration > PerformanceIssue
PerformanceIssue interface
Performance issue with severity and recommendations
Signature:
export interface PerformanceIssue
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"javascript" | "memory" | "rendering" | "blocking" | "custom" |
Issue category | ||
|
string |
Detailed description | ||
|
string[] |
Recommended actions | ||
|
Record<string, number> |
Related metric values | ||
|
"low" | "medium" | "high" | "critical" |
Issue severity level | ||
|
string |
Issue title |