← ClaudeAtlas

wordpress-serverlisted

WordPress server optimization — Nginx config, PHP 8.3-FPM tuning, Redis object caching, WP Rocket, security hardening, staging, multisite
veekunth217/claude-scaffold-skill · ★ 2 · Data & Documents · score 74
Install: claude install-skill veekunth217/claude-scaffold-skill
# WordPress Server Skill Production-grade WordPress server configuration — performance, security, caching, and multisite. **RULE: Show all config changes before applying. Backup reminder before any PHP/Nginx change.** > **🚧 Status: Stub — implementation pending** > > This reference skill has the structure but the snippet content is still being filled in > (you'll see `<!-- TODO -->` placeholders below). It activates and tells Claude the topic > exists, but won't yield deep snippets yet. > > **Want to help?** Pick any TODO, write the snippet, open a PR. See [CONTRIBUTING.md](../../CONTRIBUTING.md). > Each contribution moves the skill closer to "Ready" status. --- ## Capabilities ### Nginx + WordPress Config <!-- TODO: WordPress-specific Nginx server block (try_files, PHP-FPM socket) --> <!-- TODO: Cache headers for WP Rocket / W3TC static files --> <!-- TODO: Block xmlrpc.php, block wp-login.php by IP --> <!-- TODO: WooCommerce cart/checkout bypass for page cache --> ### PHP 8.3-FPM Optimization <!-- TODO: Pool sizing for WordPress (pm = ondemand for low traffic, dynamic for high) --> <!-- TODO: opcache.memory_consumption, opcache.max_accelerated_files for WP --> <!-- TODO: realpath_cache_size, upload_max_filesize, max_execution_time --> <!-- TODO: PHP slow log setup to catch slow plugins --> ### Redis Object Caching <!-- TODO: redis-cache plugin setup, wp-config.php constants --> <!-- TODO: Redis maxmemory-policy for WP (allkeys-lru) --> <!-- TODO: WooCommerce sessio