Stop polluting the options table
-
I’ve got the Litespeed plugin installed, and when I checked the wp_options table, I found over 200 rows just from Litespeed. I’m like, what the hell, man! This is straight-up database pollution. On top of that, WordPress Site Health is now warning me about too many autoloaded options, and it’s clear that part of the blame is on this plugin.
Why not serialize the option data to keep it in fewer rows, like most well-optimized plugins do? This would be a sensible improvement. Perhaps we can see this in future updates?
Note: Not sure if your developer is aware of this –
The wp_options table is not intended to hold thousands of records
Ref: https://10up.com/blog/2017/wp-options-table/
- You must be logged in to reply to this topic.