Open dave1010 opened 10 years ago
I think this behavior is the way this plugin works. It was not built with this many URLs in mind, I think. The maintainer should move the secure/unsecure external urls to a table. This will make lookups and storage much more scalable.
The latest version (3.4.1) may address these issues, but I have not implemented the database caching in this version.
I've just got this error message in version 3.3.0 (I've trimmed about 1MB of serialised array data from the SQL):
This pushes the query over the limit (which caused error logs to grow at 2MB/s and the server's CPU to spike). I can increase the limit but it seems strange that the plugin is trying to update that much data. It looks like there's about 4000 URLs in the option_value, which I would have thought would be much less than 1MB.
Is this the expected behaviour or have I set something up wrongly?