laravel-telescope
CommunityDiagnose slow Laravel requests with Telescope
Software Engineering#observability#laravel#performance debugging#sql optimization#telescope#request tracing#database correlation
Authorpekral
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps you pinpoint why a specific Laravel Telescope request is slow or misbehaving by correlating Telescope UI telemetry with the exact matching records in Telescopeās database tables, then turning that evidence into practical optimization steps.
Core Features & Use Cases
- Evidence-based request diagnosis: analyze one concrete Telescope request using real request metadata (URI, method, duration, memory, status) and related tabs like queries, jobs, cache operations, events, dumps, logs, and exceptions.
- UI-to-DB correlation: locate and verify the same request in
telescope_entries(and related tables such astelescope_entries_tags) using explicit match criteria (uuid, timestamps, method/URI/status, family hash/tags). - Actionable optimization recommendations: produce prioritized fixes focused on observed bottlenecks (e.g., N+1 queries, slow SQL/index gaps, cache misses, synchronous work, serialization/payload size, noisy logging), including impact, risk, and verification steps.
Quick Start
Use the skill on a Telescope URL for the target request (including its filters or request identifier) to generate an evidence-backed analysis and optimization plan using the Telescope Analysis Report template.
Dependency Matrix
Required Modules
None requiredComponents
references
š» Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: laravel-telescope Download link: https://github.com/pekral/pekral.cz/archive/main.zip#laravel-telescope Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.