Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s weird and I haven’t seen such behavior. What entries created by the plugin do you see in wp_options?

    Thread Starter Siavash

    (@navahang)

    Hi,

    It create tables in wp_options like this:

    option_name>>
    _transient_dwls_res61_07fe7877ce3bce0a2a005820c933d15d

    or

    option_name>>
    _transient_timeout_dwls_res61_a877405c96f2ae49555c0ce88e631856

    Plugin Author Dana Ross

    (@csixty4)

    Those are WordPress transients, which Dave’s WordPress Live Search uses for caching. WordPress should delete old transients when a request for the same data comes in but the cached version is expired, but if this isn’t happening frequently enough you can force expiration with a plugin like https://github.com/Seebz/Snippets/tree/master/Wordpress/plugins/purge-transients

    Hope that helps!

    – Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extra Data Base Tables!’ is closed to new replies.