igyhere
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] wp_cache_supports( ‘flush_group’ )Can you add the support for this? This is quite important to me.
Forum: Plugins
In reply to: [Roles & Capabilities] Cannot delete custom capabilitySame here, the issue seems to be real. Please make a fix.
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI Buffer Empty messages in error logHi, I have the same issue. Do we have some resolution?
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Slow php execution of pinterest codeHi thanks for taking a look.
The first two links are not links but names of the files of your plugin that are flagged to cause the performance issues. This is to help you figure out a solution quicker and easier.
The performance difference was also checked using a performance analyzing tool that profiles code execution and checks what is taking long. The result can be seen in the google drive folder I linked.
I get stable results when testing with and without the plugin and too much time is added by your plugin. I am sure that the Pinterest tech team will be able to check that themselves. The problem will occur once authorized via email and password on the plugin configuration steps.
Also, there is nothing conflicting here no plugins and no themes. These are internal files of the Pinterest plugin that run some encryption and decryption on every page load which takes 200ms!
Please look into the performance of the plugin.
Thanks for taking a closer look. I will also share your findings with the plugin. However, I would like to note that the get_available_payment_gateways() is Called only once on the original WooCommerce checkout page. Is it possible you can refactor CheckoutWC to also call it once?
Thanks π
thanks for looking into that. The gateway specifically is https://wordpress.com/plugins/ing-lease-now. They call their server to check payment availability and I already asked them to cache the call but that is another issue. Letβs say the call takes 500ms and is called in
get_available_payment_gateways()
Then checkout wc calls it twice and it slows down the whole checkout as this is the Ajax call that checkout wc uses for every update on the front end. This can be even worse when more gateways are used like that as this adds up.
Forum: Plugins
In reply to: [WooCommerce] Items entered into coupon “Allowed emails” field disappearHi, I had the same issue and the custom code fixed it too.
Will this be fixed in upcoming release?
Great can’t wait!
thank you for you reply. Will you be fixing the issue? I also added my concerns on WooCommerce GitHub issue. Please notify them of the missing customization options so they can make it possible for you to properly add the custom filter. I am sure this will be a big issue for many shops.
https://github.com/woocommerce/woocommerce/discussions/48138Forum: Plugins
In reply to: [Sequential Order Number for WooCommerce] Conflict: with GTM4WP pluginHi, I also have the same issue as above π
Forum: Plugins
In reply to: [WooCommerce] Errors: WARNING Error when setting property ‘parent_idI have the same issue? Any idea what this means and how to resolve this?
Same issue here, we have also custom ids. Please fix asap
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Slow php execution of pinterest codeHi, the issue is connected with pinterest plugin. On the screenshot you can see where the slow php function comes from and it is your plugin. I am also getting a lot of logs with some errors login in. Maybe this will help.
one is like this:
2024-02-11T21:02:00+00:00 ERROR There was a previous error trying to create or update merchant.and the other is like this:
2024-02-19T09:14:45+00:00 ERROR POST Request: https://api.pinterest.com/ads/v4/advertisers/549765255280/marketing_offer/V09PQ09NTUVSQ0VfMTQ2ODQxNF9DUkVESVRfMjAyNA==/redeem?is_encoded=true
Status Code: 400
API response: The offer has already been redeemed by this advertiser
Pinterest Code: 2324
2024-02-19T09:14:45+00:00 ERROR The offer has already been redeemed by this advertiser
Hi this indeed helped. Will this be added to the plugin? Also, I found that the {site_title} placeholder also is not working. Maybe it is a similar issue.
Hey @diegobarle,
Thanks for helping out. After connecting one more time the error is gone. Good work.