
WP OPcache
Hospedagem WordPress com plugin WP OPcache
Onde devo hospedar o plugin WP OPcache?
Este plugin pode ser hospedado em qualquer servidor que possua WordPress configurado. Recomendamos escolher uma hospedagem seguro, com servidores otimizados para WordPress, como o serviço de hospedagem da MCO2.
Hospedando o plugin WP OPcache em uma empresa de hospedagem de confiança
A MCO2, além de instalar o WordPress na versão mais nova para seus clientes, fornece o plugin WP SafePress, um sistema exclusivo que assegura e otimiza seu site ao mesmo tempo.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
Flush OPcache
- creates a button in admin bar to flush OPcache
- flush only files in WordPress absolute path
- individual or bulk file invalidation
- support both memory and file caching
- support multisite
OPcache Statistics
- memory, hits, strings and keys statistics
- directives, functions and general informations
- list all files
- fully responsive
WP CLI ready
- add flush-opcache command to flush cache with cli:
wp flush-opcache flush
- don’t forget to add
opcache.enable_cli=1
to your PHP configuration
There are three tabs in admin page under Tools:
- General settings: plugin settings
- Statistics: responsive dashboard about OPcache statistics
- Cached files: list of cached files with the possibility of invalidating them
Capturas de tela

Flush button in admin bar

WordPress Notice after flushing OPcache

General settings tab

Statistics tab

Cached files tab

CLI command