WP Crontrol enables you to take control of the cron events on your WordPress website.
Debug Log – Manger Tool
Hospedagem WordPress com plugin Debug Log – Manger Tool
Onde posso hospedar o plugin Debug Log – Manger Tool?
Este plugin pode ser hospedado em qualquer servidor que possua WordPress configurado. Recomendamos fortemente utilizar uma hospedagem confiável, com servidores otimizados para WordPress, como o serviço de hospedagem WordPress da MCO2.
Hospedando o plugin Debug Log – Manger Tool em uma empresa de hospedagem seguro
A MCO2, além de instalar o WordPress na versão mais atualizada para seus clientes, disponibiliza o WP SafePress, um mecanismo 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 de imagens e fotos, proteção da página de login, bloqueio de atividades maliciosas 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.
A simple debug helper plugin. Check Debug Log from the dashboard. With Query Log & Email notification . It will trigger an email notification using wp-cron if there is any data in the log file.
Using WP_DEBUG_DISPLAY along with WP_DEBUG, debug messages can be controlled to show or not. By default,it is off so users will not see any debug info.
Use SAVEQUERIES to toggle saving database queries and view database queries from logs
-
Enable or disable debug constants with a single click.
-
See different highlighted log levels.
- Set custom log file paths for loading debug logs.
> apply_filters(‘wp_debuglog_log_file_path’, $file); - Accessible from the dashboard’s WordPress admin top nav bar.
- Simplifies the debugging process by managing to log debug without modifying the wp-config.php file directly.
- Use safe mode to quickly deactivate all plugins except selected ones, and undo the proccess with just a click.
- Use Query Logs to check all queries from $wpdb->queries, just toggle
SAVEQUERIES
from settings.
Debug Options Available
- WP_DEBUG :: Default Value : true
- WP_DEBUG_LOG:: Default Value : true
- SCRIPT_DEBUG :: Default Value : false
- WP_DEBUG_DISPLAY :: Default Value : false
- SAVEQUERIES:: Default Value : false
Please note: Constant values will be restored on plugin deactivation as it was before activating the plugin.
Capturas de tela
** Plugin Settings **
** Debug Log **