johncandrew
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Core web vitals: Astra performs badHi Suman,
Thanks for your attention to this.
Please don’t check nemowine.com for examples though as I’m doing stuff to that site and I don’t want everyone to get confused between my horrible FOUT problems (mostly caused by my trying to get the best balance between load time and CLS anyway) and this CLS problem.
On that page (https://nemowine.com/wine/2016-donna-olimpia-1898-millepassi/), there are several layout shifts visible in Performance tab on Chrome (best to slow it down 6x to simulate field data). The layout shift that I think is affected by this on that page is: div.main-navigation.
Also, any site with the Astra +/- signs on it is going to suffer from this because they are inserted post-render by JS.
(And, @nicoter, I will look into all the CSS overrides and what’s causing them. Thank you for bringing it up, although it isn’t the cause of the problem that I was talking about.)
Thanks,
JohnForum: Themes and Templates
In reply to: [Astra] Core web vitals: Astra performs badHi @brainstormteam,
I think that this is becoming increasingly important. Yes, the lighthouse information suggests that the product pages have reasonable CLSs but the Chrome field data disagrees with this.
I think that this is down to the way that JS is being used in Astra.
Whilst I do believe that Google have a bugs all over their Crux data (for instance, I think that they’re attributing my mobile data to my desktop site and vice versa at the moment), I still have to live with it because it’s Google.
If you’d like me to work through this with a developer, I’d be happy to do a call with someone so that we can either a) propose options to improve performance on the Astra, or b) ameliorate the situation with a patch fix or general advice that might help me and others.
Thanks,
JohnForum: Themes and Templates
In reply to: [Astra] Core web vitals: Astra performs badHi @brainstormteam,
I concur on this. There are a few examples at https://nemowine.com/wine/2016-donna-olimpia-1898-millepassi/
For example, the plus and minus buttons on this page are impossible to custom style to avoid a layout shift as far as I can see, without overriding code that I’d rather not override.
Thanks,
JohnForum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Received unknown parameter: level3Hello. I have also been receiving this error for the past month. It doesn’t seem to affect payments but is concerning. Thanks, John
Forum: Plugins
In reply to: [WooCommerce] How Run Automatic Regenerate Product Lookup Tables By Cron jobIf you have WP-CLI installed, you should be able to create a normal cron job (crontab -e) something like this:
10 8 * * * {path to wp-cli}wp wc tool run regenerate_product_lookup_tables –user=1 –allow-root –path={path to website root}
This assumes that user 1 is an admin user. If not, change the userId to an admin user’s id.