Skip Navigation

[Resolved] Is it safe to delete transient? Double checking with you

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 6 replies, has 2 voices.

Last updated by Christopher Amirian 6 months, 1 week ago.

Assisted by: Christopher Amirian.

Author
Posts
#2704971

Tell us what you are trying to do?

Options table became 1,8GB large. Is it safe to delete it? Does your plugin might rely on transients to store critical data that shouldn't be deleted?? I am thinking of all Non-Expired Transients and Expired Transients.

Is there any documentation that you are following?
YES, all of thee best practices. We didnt do anything else special that would bloat the database with the transients. The database is 5 years old.

Is there a similar example that we can see?

What is the link to your site?

#2704985

What is the support response time?

#2705017

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

There should not be any issues regarding that. But I strongly suggest that you have a backup of the website before doing so.

The response time is about 4-24 hours.

Thanks.

#2705477

options table is 1.8GB large
Cant figure it out what did the Toolset and WPML in the last 5 years of usage did. Trying to clean it up.

#2705568

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Is there any reason that you think those plugins might be in play?

In general, the transient cache deletion should not have any issues, but having a complete backup of the database is a wise choice before doing any database related action.

Thanks.

#2705662

It seems like the database table options is bloated with wpml notices. Not transient problem

https://wpml.org/forums/topic/how-to-prevent-keeping-wpml_notices-in-wp_option-table/

#2705791

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

It is ok to remove the WPML Notices from the options table. But again I would suggest that you have a complete backup so if an unexpected thing happens you will have a way to go back to the previous state.

Thanks.

#2705794

I see it is not Toolset closely related, but anyway - there are so many WPML notices in the options table. There is no known or recommended practices to prevent the accumulation of these notices.