Hi Elliott, Just wanted to let you know that your videos are truly valuable. Please keep up the amazing work, as it really makes a difference in the community. I look forward to more content like this!
It's on the list, but here are a few cheap wins you can implement right away: • Review your hosting provider to ensure you're getting the best performance for your budget. • Optimize your images to reduce their file size and improve page load times. • Monitor and deactivate unused plugins to reduce unnecessary load on your site. • Assess which plugins are vital for your site's functionality and monitor the CSS and JS being loaded. • Take advantage of the new 'strategy' parameter in WordPress 6.3's wp_enqueue_script() function. Set it to 'defer' or 'async' for scripts to improve load times and Core Web Vitals (CWV) scores. • Oh... and avoid throwing mainstream caching plugins to try and solve the issue, its better to resolve what this issue is at source before adding a caching plugin, you'll get much better results that way. Implementing these strategies can help improve your site's performance while you work on other optimizations. Hope this helps in the meantime!
I wouldn’t deactivate ACF at all, core doesn’t have a great UI or UX for this just yet and I’m sure ACF will exploit this new functionality over their next updates
For a very basic single key yes, if you are using complex repeating fields you will need to know the exact key given by ACF, in this first release there aren't any provisions for complex array's or looping data in a Block Theme tempate as they are simply .html files, that said I'm sure there will be some improvements in future releases of WordPress - hope this helps :)
Such a great video, Elliott. Many thanks for introducing this 'new feature'!
My pleasure!
Hi Elliott,
Just wanted to let you know that your videos are truly valuable.
Please keep up the amazing work, as it really makes a difference in the community.
I look forward to more content like this!
Thank you, I really appreciate your kind words 🙏
This was an awesome video. It was an efficient and uncompromising tutorial. Great stuff!!!!
Glad you enjoyed it! Thank you so much 🙏
Great video Elliot 👍
Thanks Jamie 🙏
Great introduction to the topic
Thank you for the feedback and glad you liked it :)
Hopefully next step in G is a UI that implements the API so we don't have to edit the post content markup directly like that?
Yeah for sure, now the engineers have done the binding I’m sure there’s more on the horizon 👍
Looking forward to a proper UI for this to arrive.
Yup, that’ll be sweet 👍
Hey bro! Please make a video on WordPress Speed Optimization & Core Web Vitals!
It's on the list, but here are a few cheap wins you can implement right away:
• Review your hosting provider to ensure you're getting the best performance for your budget.
• Optimize your images to reduce their file size and improve page load times.
• Monitor and deactivate unused plugins to reduce unnecessary load on your site.
• Assess which plugins are vital for your site's functionality and monitor the CSS and JS being loaded.
• Take advantage of the new 'strategy' parameter in WordPress 6.3's wp_enqueue_script() function. Set it to 'defer' or 'async' for scripts to improve load times and Core Web Vitals (CWV) scores.
• Oh... and avoid throwing mainstream caching plugins to try and solve the issue, its better to resolve what this issue is at source before adding a caching plugin, you'll get much better results that way.
Implementing these strategies can help improve your site's performance while you work on other optimizations. Hope this helps in the meantime!
thanks, great video!
Thanks for sharing!!
Don't we need ACF anymore if it's once released?
I wouldn’t deactivate ACF at all, core doesn’t have a great UI or UX for this just yet and I’m sure ACF will exploit this new functionality over their next updates
What about constraining what post metadata can be entered?
Not sure I fully understand what you mean, can add more context to your question.
Video TOP!
Thank you 🙏
Would this work with input fields made by ACF, considering it also saves into post meta?
For a very basic single key yes, if you are using complex repeating fields you will need to know the exact key given by ACF, in this first release there aren't any provisions for complex array's or looping data in a Block Theme tempate as they are simply .html files, that said I'm sure there will be some improvements in future releases of WordPress - hope this helps :)
You can if you hook twig into the block rendering process
@@brokeartisan That is expert level, hard to find visual learning guide from internet
I'm sorry. I'm good at programming at all :( I don't understand how to add acf in this video.