Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

WordPress Performance Best Practices

porbartekmis·bartekmis· v1.0.0 · atualizado em 2026-04-10
80
Score

WordPress performance optimization guidelines for plugin, theme, and custom code development. This skill should be used when writing, reviewing, or refactoring WordPress PHP code to ensure optimal performance patterns. Triggers on tasks involving WP_Query, database queries, caching, hooks, REST API, or WordPress theme/plugin development.

wordpressphpperformanceoptimizationcode-reviewplugin-developmenttheme-development
Linguagens
PHP
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdwordpress-performance-best-practices/workflow
1
Identify Performance Bottlenecks: — Analyze WordPress code for potential performance issues related to database queries, caching, asset loading, and API interactions.
2
Categorize Optimization Area: — Determine the relevant performance category (database, caching, assets, theme, plugin, media, API, advanced).
3
Apply Relevant Best Practices: — Based on the category, apply specific optimization techniques (e.g., use prepared statements for database queries, implement caching for external API calls).
4
Implement Code Changes: — Modify the WordPress code to incorporate the recommended performance optimizations.
5
Test and Profile: — Test the changes thoroughly and profile the code to measure performance improvements.
6
Iterate and Refine: — Continuously monitor performance and refine optimizations as needed.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aCMake
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aExpress REST API Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aStrapi v5 Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

WordPress Performance Best Practices
wordpress-performance-best-practices
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.EVALUATE
Triggers8
optimize WordPress database queriesimprove WordPress plugin performancereview WordPress theme code for performanceimplement WordPress caching strategiesoptimize WordPress asset loadingrefactor WordPress code for performanceimprove WordPress REST API performanceoptimize WP_Query usage

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download wordpress-performance-best-practices
$ synaptic skills detail wordpress-performance-best-practices
$ synaptic skills live wordpress-performance-best-practices

Dependências

wordpressphp

Links

GitHub Repository