スキル一覧に戻る
gravito-framework

performance-tuner

by gravito-framework

Galaxy-inspired Micro-kernel Backend Framework

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: performance-tuner description: Specialized in speed and resource optimization for Gravito. Trigger this for query profiling, caching strategies, or frontend performance audits.

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.

2. Optimization

  1. DB Indexing: Add indexes to frequently queried columns in Atlas.
  2. Caching: Use Redis or in-memory caches for expensive computations.
  3. Frontend: Optimize asset loading, implement lazy-loading in Vue.

3. 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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です