Hi @redvivi Recently, I launched my app and connected it to Google Search Console. Unfortunately, I’m seeing a significant negative impact from bundle.js and pdf.min.js libraries being loaded early (on a page load). I tested the same app with the plugin completely removed, and the difference is quite significant: Plugin installed: Performance Mobile 22 / Desktop 27 Plugin removed: Performance Mobile 49 / Desktop 63 I’m wondering if there could be a middle ground: instead of loading the libraries on-demand, could they simply be loaded after the initial page load / initial render ?