laravel-telescope

Community

Diagnose slow Laravel requests with Telescope

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 as telescope_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 required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.