cleverinformatica
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Attachments for WooCommerce] Can’t access AttachementsHi, any insights on this issue??
Best regards
Forum: Fixing WordPress
In reply to: Autoloades Options may affect performanceHi @im3dabasia1 ,
Thanks for the support. Already disabled our cache plugin and cleared both wordpress and server cache, and the issue still persistes. When i disable the mentioned plugins/snippets, and clear all database transients the warning persists, but the number reduces significantly. Lastly i ran some queries to verify how many options i have and their respective size and got:
SELECT COUNT(*) FROM wp_options; 11762
SELECT SUM(LENGTH(option_value)) AS total_size FROM wp_options; 5308037SELECT SUM(LENGTH(option_value)) AS total_size FROM wp_options WHERE autoload = ‘yes’; 192452
SELECT COUNT(*) FROM wp_options WHERE autoload = ‘yes’; 614SELECT SUM(LENGTH(option_value)) AS total_size FROM wp_options WHERE autoload = ‘auto’; 22962
SELECT COUNT(*) FROM wp_options WHERE autoload = ‘auto’; 66SELECT SUM(LENGTH(option_value)) AS total_size FROM cl_options WHERE autoload = ‘no’; 1842728
SELECT COUNT(*) FROM wp_options WHERE autoload = ‘no’; 9718The warnign persists indicating now 1019 autoloaded options that amount to over 1mb, but even if we sum the options set for yes and auto we only get arroung 0.21 mb. Also the sum of all options doesnt amount to the total, for size or number having a small disparity in count but large in size, from arround 2mb to 5 mb, leading to my following question, may the autoload field not be populated for some options??
Thanks for the help,
Best regards,
Sérgio
Forum: Plugins
In reply to: [Order Attachments for WooCommerce] Can’t access AttachementsYes we are talking about the ‘My Account -> Attachments’ tab. Can i obtain some sort of log that may give us some more information?? When the link is clicked it redirects to the my account page and presents the same page with code 200
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Rewrite Rules Callsok, will do. This problem’s resolution will be adressed in the plugin changelog, so that i know when a update is valid??
Best regards
I got a response back from TRANSLATEPRESS MULTILINGUAL, stating the problem was introduced in the latest version of the plugin and will be solved on a future version. I will revert to the previous update for now, and wait for their resolution.
Thanks for the support @giuse
Thanks for the feedback @giuse, already submited a ticket, will wait and inform about any progress.
Best regards
Hi Jose
Thanks for the feedback, if you manage to create the little plugin to help better undrestand the cause i apreciate it.
Waiting to hear from you againEven though the plugin is already fully compatible with HPOS an update must be made to declare the compatibility with woocommerce, otherwise woocommerce will continue to list it as Incompatible