Tudo em um, aceleração imbatível e melhoria no PageSpeed: aumenta a velocidade da página, armazenamento em cache, otimização de imagens/CSS/JS…
Fast Velocity Minify
Hospedagem WordPress com plugin Fast Velocity Minify
Onde hospedar o plugin Fast Velocity Minify?
Este plugin pode ser hospedado em qualquer hospedagem que possua WordPress configurado. Recomendamos fortemente escolher um provedor de hospedagem confiável, com servidores otimizados para WordPress, como o serviço de hospedagem WordPress da MCO2.
Hospedando o plugin Fast Velocity Minify em um provedor de confiança
A MCO2, além de configurar e instalar o WordPress na versão mais atualizada para seus clientes, oferece o plugin WP SafePress, um mecanismo exclusivo que protege 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 e fotos, 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.
HTML, CSS & JS optimization plugin for developers and advanced users. Note you need to look into the HELP tab after installing the plugin and manually configure it for your site. Each site is different, so the default recommendations may or may not work for you and you will need to test and find out how to adjust your settings.
Minification is done on the frontend during the first uncached request. Once the first request is processed, any other pages that require the same set of CSS and JS files will be able to reuse the same generated static CSS or JS file.
If your cache is growing significantly, this could mean one of your CSS or JS files is dynamic and changes on every pageview. In that case, you would need to add the file to the ignore list, else the cache would grow indefinitely (because obviously the original files themselves are dynamic and when you minify, the plugin sees a different file).
Kindly read the HELP section after installing the plugin, about possible issues and how to solve them.
Additional Optimization
I can offer you additional custom made
optimization on top of this plugin. If you would like to hire me, please visit my profile links for further information.
WP-CLI Commands
- Purge all caches:
wp fvm purge
- Purge all caches on a network site:
wp --url=blog.example.com fvm purge
- Purge all caches on the entire network (linux):
wp site list --field=url | xargs -n1 -I % wp --url=% fvm purge
How to customize the cache path ?
You need a public directory to store and serve minified cache files. If you need to customize the path and url, you need to edit your wp-config.php
and add both define('FVM_CACHE_DIR', '/absolute/path/to/example.com/your/public/directory');
and define('FVM_CACHE_URL', 'https://example.com/your/public/directory');
.
Capturas de tela
The Settings page.