After adding the Cloudflare CDN to a store, there are still issues with mobile Performance according to Google's PageSpeed Insights. The main issue seems to be with the MMX JavaScript files, followed by the CSS files:
Google recommends "Deferring or inlining" - how would that be done?
The next big bite comes from Google's own fonts: fonts.googleapis.com, which is configured to display=swap (but I'm not sure where the configuration is at or coming from)
There are other issues with Layout shift culprits - some being MMX (PageBuilder) related. How do these issues get resolved?
json.mvc?Store_Code=CnJ&Function=CSSResource_Outpu t&CSSCombinedResource_Code=stylesheet&T=46c4ef5c
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-hero&T=53089179
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-base&T=ca06111c
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-button&T=c13aa290
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-text&T=497de5dc
json.mvc?Store_Code=CnJ&Function=CSSResource_Outpu t&CSSResource_Code=mm-theme-styles&T=7d086829
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-hero&T=53089179
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-base&T=ca06111c
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-button&T=c13aa290
json.mvc?Store_Code=CnJ&Function=JavaScriptResourc e_Output&JavaScriptResource_Code=mmx-text&T=497de5dc
json.mvc?Store_Code=CnJ&Function=CSSResource_Outpu t&CSSResource_Code=mm-theme-styles&T=7d086829
The next big bite comes from Google's own fonts: fonts.googleapis.com, which is configured to display=swap (but I'm not sure where the configuration is at or coming from)
There are other issues with Layout shift culprits - some being MMX (PageBuilder) related. How do these issues get resolved?