• 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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support litetim

    (@litetim)

    Hello @kowsar89
    We are aware of how many rows we have saved in options. The plugin is continuously improving and we will find the best way to reduce the options count.

    Looking forward to an update, hopefully sooner than later.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.