• Resolved JCV

    (@psykonevro)


    Hi there,

    I have a lot of entries _transient_timeout_amp* in my wp_options table that don’t get deleted.

    Is it safe to remove them?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Weston Ruter

    (@westonruter)

    Sure, but they may just get regenerated again. The transients are caching things like parsed CSS stylesheets and the dimensions for images that lack width and height.

    Thread Starter JCV

    (@psykonevro)

    Thanks @westonruter, I’ll see if they are regenerated. The thing is that I found very old transients in the database; is the plugin taking care of removing obsolete transients?

    Plugin Support Milind More

    (@milindmore22)

    Hello @psykonevro

    When a transient is created by AMP plugin, it’s assigned an expiration time. Once that time is reached, WordPress automatically removes the transient from the database. This is the default behavior.

    Each transient has a different expiration time, e.g. the Parsing CSS is a resource intensive operation, so we keep the transient for it for a month.

    The AMP plugin doesn’t need to explicitly delete transient data unless AMP plugin is being deleted, We also ensure that the user has opted-in Delete all the data from settings.

    • This reply was modified 6 months, 2 weeks ago by Milind More.
    Thread Starter JCV

    (@psykonevro)

    Hi @milindmore22
    Thanks for your response. Therefore, I can safely remove the transiants that didn’t get deleted for whatever reason ??
    Thanks for your plugin
    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hundred of entries _transient_timeout_amp* in wp_options’ is closed to new replies.