laravel:performance-select-columns
CommunityOptimize database queries for efficiency.
Authormeistro57
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses inefficient database queries by ensuring only necessary columns are selected, thereby reducing memory consumption and data transfer costs.
Core Features & Use Cases
- Column Selection: Explicitly specify columns to retrieve instead of using
SELECT *. - Relation Optimization: Apply column selection to eager-loaded relationships.
- Use Case: When fetching a list of users, select only their
idandnameto minimize the data transferred from the database, especially in paginated results.
Quick Start
Use the laravel:performance-select-columns skill to select only the 'id' and 'name' columns when paginating users.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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:performance-select-columns Download link: https://github.com/meistro57/chat_bridge/archive/main.zip#laravel-performance-select-columns 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 223,000+ vetted skills library on demand.