Optimize Shiny Performance
技能 已验证 活跃Profile and optimize Shiny application performance using profvis, bindCache, memoise, async/promises, debounce/throttle, and ExtendedTask for long-running computations. Use when the app feels slow or unresponsive during user interaction, when server resources are exhausted under concurrent load, when specific operations create bottlenecks, or when preparing an app for production deployment with many concurrent users.
Profile and optimize Shiny application performance to address slowness, unresponsiveness, resource exhaustion, and bottlenecks, ensuring a smooth user experience and efficient production deployment.
功能
- Application profiling using profvis
- Reactive graph optimization
- Caching with bindCache and memoise
- Asynchronous operations with ExtendedTask and promises
- Debounce and throttle for high-frequency inputs
- Performance validation and benchmarking
使用场景
- When a Shiny app feels slow or unresponsive during user interaction
- When server resources are exhausted under concurrent load
- When specific operations create performance bottlenecks
- When preparing an app for production deployment with many concurrent users
非目标
- Diagnosing issues unrelated to application performance
- Performing general Shiny app development or debugging
- Optimizing application UI/UX beyond performance impacts
安装
/plugin install agent-almanac@pjt222-agent-almanac质量评分
已验证类似扩展
Next Cache Components
100Next.js 16 缓存组件 - PPR、use cache 指令、cacheLife、cacheTag、updateTag
Performance Analysis
100Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
MongoDB Connection Optimizer
100为任何支持的驱动程序语言优化 MongoDB 客户端连接配置(池、超时、模式)。在处理/更新/审查实例化或配置 MongoDB 客户端(例如,调用 `connect()` 时)、配置连接池、对连接错误(ECONNREFUSED、超时、池耗尽)进行故障排除、优化与连接相关的性能问题时,请使用此技能。这包括构建具有 MongoDB 的无服务器函数、创建使用 MongoDB 的 API 端点、优化高流量 MongoDB 应用程序、创建长期运行任务和并发性,或调试与连接相关的失败等场景。
Sql Optimization
100Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.
Core Web Vitals
100优化核心 Web 指标(LCP、INP、CLS),以获得更好的页面体验和搜索排名。当被要求“改进核心 Web 指标”、“修复 LCP”、“减少 CLS”、“优化 INP”、“页面体验优化”或“修复布局偏移”时使用。
Build Shiny Module
100Build reusable Shiny modules with proper namespace isolation using NS(). Covers module UI/server pairs, reactive return values, inter-module communication, and nested module composition. Use when extracting a reusable component from a growing Shiny app, building a UI widget used in multiple places, encapsulating complex reactive logic behind a clean interface, or composing larger applications from smaller, testable units.