Performance Issue: Large Query & max_allowed_packet Error
-
Hello Stackable Team,
I’m experiencing a critical performance issue on my site caused by the Stackable plugin.
On a shared hosting environment, the plugin creates a single, extremely large query (over 4 MB) when trying to save the _transient_stackable_get_design_library_json_v4 option.
The problematic query is:
INSERT INTO \wp_options(option_name,option_value,autoload) VALUES ('_transient_stackable_get_design_library_json_v4', ...)This causes a Got a packet bigger than ‘max_allowed_packet’ bytes error and makes my admin area very slow. I cannot change the server’s max_allowed_packet setting because I’m on shared hosting.
Could you please provide a way to disable this specific function or suggest a fix for this behavior?
Thank you for your help.
You must be logged in to reply to this topic.