I have been using X Pro for several years. I love the customization capabilities I have to make my site look how I want it to between desktop, tablet, and mobile.
I am trying to get my Core Web Vital LCP score higher. I am using Cloudflare as a CDN to cache and improve my score. On some pages I am there, but the size of the cs.6f62d0f.js and x.js files that both seem to be required in order for the hamburger menu to work on mobile is making it really hard to have an LCP under 2.5 for all of my pages. Many of my pages are long blog posts where I know a big portion of the time is going to be spent loading the root document, so every bit of help I can get to slim down the css and js would be helpful.
Have you given any thought to splitting out the code in those js files so that only the functions truly needed to do LCP have to be loaded up front and then the others can be delayed?