analyze_widget_performance
Analyze ServiceNow widget performance by examining code patterns, transaction logs, and provider usage. Returns findings with severity ratings to identify bottlenecks.
Instructions
Analyze widget performance — code patterns, transaction logs, provider usage. Returns findings with severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | Optional page id to correlate with transaction logs | |
| timeframe | No | Time window: last_hour, last_24h, last_7d | last_7d |
| widget_id | Yes | Widget sys_id, id, or name to analyze | |
| analysis_depth | No | Analysis depth: quick, standard, deep | standard |
| max_script_length | No | ||
| min_response_time_ms | No | ||
| include_script_includes | No | ||
| include_angular_providers | No | ||
| include_auto_fix_suggestions | No |