Debugging

Debugging

In this section, we will quickly review the different steps you can follow along to debug.  First and foremost, the most important debugging tool you need to know about is WP_DEBUG, a boolean constant, which triggers the “debug” mode throughout WordPress. Enable Debugging Turn on WP_DEBUG from your wp-config.php file at the root the WordPress directory: When set to […]

Debugging

Slow app

We will go through different step you can carry out in order to improve the speed of your Woffice app. PHP version WordPress advises you to run on PHP 5.6 or above – therefore, please make sure that you have at least the version 5.6 installed. This is really important for your site’s safety and rapidity. […]