thanks broYou are waiting a solution without any information?
As you boy within "smart club" you can figure out how to fix the problem?
Anyway, is that seem wp rocket table (wpr prefix), which is Remove Unused CSS
This table storing unused css files (theme and plugins) so it can be huge depends on your plugins and theme files.
So backup this website and install on localhost and try on there which files storing on database
run the following SQL:
TRUNCATE `wpl8_wpr_rucss_resources`;
And turn off unused css feature in rocketwp settings![]()
I am by no means an expert on WP Rocket. But if it has a native feature to delete this CSS, I would strongly recommend using that feature instead of mucking around directly with the underlying table.
Same rule of thumb for most things in WordPress.