Dear,
I would like to have your opinion on a topic related to the way Woodmart scripts are designed and how they can be improved to fit with Core Web Vitals.
For instance, the js script “\wp-content/themes/woodmart/js/functions.js” contains hundreds of diffèrent functions all mixed up into 1 file.
However, we all know that combining everything in 1 file is not a good behavior anymore, especially with HTTP2. The consequence is that many js functions are loaded altough we may not always use them all.
You’ve designed a wonderful CSS Generator. Could it be possible to do the same for JS functions? Allow us to enable only scripts that we use from your theme instead of loading 100%, which obviously will never be the case.
Thanks