theunnicked
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Poor backend performance when plugin is enabled@kingsleyinfo It’s still an ongoing issue. The github thread has not been resolved and no update fixing this problem has been released.
I’m still waiting for a proper fix, not a workaround.
Forum: Plugins
In reply to: [Google for WooCommerce] Poor backend performance when plugin is enabledLet me reiterate. The issue that I’m reporting is: your functionality of getting a notification count for a badge in the admin menu impacts the admin panel load times on all of the admin pages. The performance issue seems to be localised only to a filter
google_for_woocommerce_admin_menu_notification_count, because once it is disabled, the performance returns back to normal levels, with Google for WooCommerce turned on and configured.I’ve managed to reproduce this issue on a clean WordPress install.
I can disable the filter using
add_action( 'admin_menu', function () {
remove_all_filters( 'google_for_woocommerce_admin_menu_notification_count' );
}, 0 );and the performance returns back to expected levels.
I suggest that one of your devs looks at the performance impact of getting the notification count and maybe consider caching the response, because such an expensive function shouldn’t be called on each page render.
Forum: Plugins
In reply to: [Google for WooCommerce] Poor backend performance when plugin is enabledForum: Plugins
In reply to: [Google for WooCommerce] Poor backend performance when plugin is enabledI’ve observed this behaviour on a clean WordPress install with a default theme.
Here are the reproduction steps:
- Install Worpress (v6.9.1) with theme Twenty Twenty-Five (v1.4)
- Install and activate WooCommerce (v10.4.3), Google for WooCommerce (v3.5.2) and Black Bar (v4.1.4)
- Complete the setup of Google for WooCommerce plugin connecting the store to the Google Merchant Center
Black Bar is a profiling plugin that is used to measure performance of specific hooks.
google_for_woocommerce_admin_menu_notification_count hook starts to have a significant impact on load time AFTER completing the setup of Google for WooCommerce.
Before connecting the store to wordpress.com and to Google Merchant Center, the execution of the hook took around 20ms, after connecting the execution time increased to over 1.5s. Overall load time after completing the plugin setup changes from 500ms to 4.5s. The performance impact is observable only in the admin panel. I did not observe any performance change on the front end.
Sorry for the late reply, I did some more testing.
If you’ll choose a predefined theme color, everything works correctly. The issue occurs only when using a custom color from the color picker. Please see the attached screen recording: https://drive.google.com/file/d/18ynay7opiDMigOJPF8QrhuAneu6UXGAm/view?usp=sharing
It works! Thank you for a quick reaction to the issue.
Forum: Plugins
In reply to: [WooCommerce] Autofilled password blocks account detail updateHi, users have reported the same issue with autocomplete on my site. Is that something that maybe should be tweaked directly in the plugin and not require manual changes to handle?
I’ve emailed you the file.
After further tests on a clean WP installation, WebP Converter throws an error when Smush plugin is activated as well.
Hi, I have experienced the same error.
After updating to the newest version of the plugin (3.1.1) the problem still occurs when uploading to the media library a .docx file or .pdf generated from the .docx file.Error message below:
Error Message: Uncaught TypeError: Argument 1 passed to WebpConverter\Conversion\Media\Upload::init_attachment_convert() must be of the type array, null given, called in /public_html/wp-includes/class-wp-hook.php on line 292 and defined in /public_html/wp-content/plugins/webp-converter-for-media/src/Conversion/Media/Upload.php:39Forum: Plugins
In reply to: [Contact Form 7] wpcf7.initForm is not a function@takayukister any news on that fix? I have stumbled on this error as well