Title: Problem database tables optimisation
Last modified: July 21, 2021

---

# Problem database tables optimisation

 *  Resolved [marie999](https://wordpress.org/support/users/marie999/)
 * (@marie999)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-database-tables-optimisation/)
 * Hi,
 * I can’t achieve database tables optimisation : it’s stucked on wp_woocommerce_log.
   
   How can I stop the process and make it work properly ? I’ve got this too on my
   dashboard home : Warning: Declaration of WP_Optimize_Notices::url_start($html_allowed,
   $url, $https = false, $website_home = ‘updraftplu…’) should be compatible with
   Updraft_Notices_1_0::url_start($html_allowed = false, $url = ”, $https = false,
   $website_home = NULL) in /Users/Sites/localhos/wp-content/plugins/wp-optimize/
   includes/wp-optimize-notices.php on line 303
 * I do not understand what this means and how to fix that. I’ve been using wp optimize
   for 2 months and that’s the first time I’ve got problems.
    And I do not use Updraftplus
   but another savings plugin. Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/problem-database-tables-optimisation/#post-14687400)
 * [@marie999](https://wordpress.org/support/users/marie999/) For database tables
   issue, could you please try to repair and optimize the tables from phpMyAdmin.
 * For warnings issue, could you please edit wp-config.php file and
 * Replace
 * `define('WP_DEBUG', false);`
 * with this:
 *     ```
       ini_set('log_errors','On');
   
       ini_set('display_errors','Off');
   
       ini_set('error_reporting', E_ALL );
   
       define('WP_DEBUG', false);
   
       define('WP_DEBUG_LOG', true);
   
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 * After replacing the code, please check if you still get see the warnings.
 *  Thread Starter [marie999](https://wordpress.org/support/users/marie999/)
 * (@marie999)
 * [5 years ago](https://wordpress.org/support/topic/problem-database-tables-optimisation/#post-14689643)
 * Hi Harshad and thanks for your answer.
 * You wrote : ” For database tables issue, could you please try to repair and optimize
   the tables from phpMyAdmin. ”
 * Sorry but I do not know how to do that.
    Could you please explain ?
 * For code lines, I’ll try to do it later and I’ll tell you the result.
    Thank 
   you very much.
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [5 years ago](https://wordpress.org/support/topic/problem-database-tables-optimisation/#post-14693588)
 * [@marie999](https://wordpress.org/support/users/marie999/) You’ll have to login
   into your sites hosting control panel and then go to databases and select the
   database of the site, and there should be an option to repair and optimize tables.
 *  Thread Starter [marie999](https://wordpress.org/support/users/marie999/)
 * (@marie999)
 * [5 years ago](https://wordpress.org/support/topic/problem-database-tables-optimisation/#post-14717395)
 * Hi,
 * For the error in php, I prefer ask someone to do that, I’am afraid to make mistakes…
   
   To repair and optimize tables, I’ll have a look later and if I do not find how
   to do, I’ll ask my local server support.
 * Thank you once again, I’m closing this topic.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem database tables optimisation’ is closed to new replies.

 * ![](https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899)
 * [WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance](https://wordpress.org/plugins/wp-optimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-optimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-optimize/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-optimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-optimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-optimize/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [marie999](https://wordpress.org/support/users/marie999/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/problem-database-tables-optimisation/#post-14717395)
 * Status: resolved