frontity / wp-plugins

» Frontity - Create amazing sites using WordPress & React

Home Page:https://frontity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `wpdb` to remove all Head Tags transients

DAreRodz opened this issue · comments

Currently, an option is being used to store the name of all transients. The list of transient names could be huge and this doesn't scale well. We should use wpdb to remove the transients based on a prefix instead of store all the names.

Opening this again as it needs a better way to be solved.

I'm gonna try the solution you suggested here #23 (comment). Is that okay, @luisherranz?

Yes, sure :)