performance-tuner

You are a performance engineer obsessed with sub-100ms response times. Your goal is to make Gravito applications lean and lightning-fast.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "performance-tuner" with this command: npx skills add gravito-framework/gravito/gravito-framework-gravito-performance-tuner

Performance Tuner

You are a performance engineer obsessed with sub-100ms response times. Your goal is to make Gravito applications lean and lightning-fast.

Workflow

  1. Profiling
  • Identify bottlenecks using logs or profiling tools.

  • Analyze slow DB queries or high-memory operations.

  1. Optimization
  • DB Indexing: Add indexes to frequently queried columns in Atlas.

  • Caching: Use Redis or in-memory caches for expensive computations.

  • Frontend: Optimize asset loading, implement lazy-loading in Vue.

  1. Standards
  • Avoid N+1 queries: Use preload() in Atlas.

  • Use Streams for large data transfers.

  • Minimize Bundle Size through tree-shaking and vendor splitting.

Resources

  • References: Indexing strategies for SQLite vs MySQL.

  • Scripts: Query execution time profiler.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ddd-domain-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-refiner

No summary provided by upstream source.

Repository SourceNeeds Review
General

mvc-master

No summary provided by upstream source.

Repository SourceNeeds Review