• Resolved elvol

    (@elvol)


    Hello to the dokan support team!
    I was browsing the wp_options database when I saw that there are many dokan related fields. Is this normal?
    I have typed some of them below:

    dokan_cache_seller_product_data_386
    dokan_cache_seller_product_data_383
    dokan_cache_seller_product_data_388 And.....
    dokan_seller_data_385
    dokan_seller_data_382
    dokan_seller_data_376 And.....

    Thanks!

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

    (@shafinahmad01)

    Hello @elvol
    Thanks for your valuable time and query

    Dokan does cache some of the products that’s frequently visited. It’s completely normal and that helps you to load those products faster. But if you want to disable that then locate this section in the wp-config.php file and pass the value false to the WP_CACHE as below,

    define('WP_CACHE',false);

    Best Regards!

    • This reply was modified 4 years, 8 months ago by Shafinoid.
    Thread Starter elvol

    (@elvol)

    Thanks
    And do you have any code to delete them in the database?
    Can I delete it manually? Is there a problem?

    Shafinoid

    (@shafinahmad01)

    Hello @elvol

    If you have already disabled the cache then you can remove them manually directly from the database and it shouldn’t cause any issues if you remove only those caches properly. But make sure you take a complete backup before performing any changes on the database. Then if anything goes wrong, you will be able to revert the changes.

    Best Regards!

    Shafinoid

    (@shafinahmad01)

    Hello again @elvol

    I considering your issue is solved as I haven’t heard from you for a long time. I’m resolving this topic and feel free to contact us anytime from here.

    Best Regards!

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

The topic ‘DB BOG!’ is closed to new replies.