Website Optimization Using Velo

So I have read the following regarding website optimization:

  1. https://www.editorx.com/shaping-design/article/mobile-first-vs-responsive-web-design

  2. https://www.editorx.com/shaping-design/article/mobile-ux-design-tips

  3. https://www.editorx.com/shaping-design/article/responsive-web-design

With that being said, do you (the community) use any other methods to optimize the speed of your website? Is there any Velo code that you use to help?:grinning:

You can use https://pagespeed.web.dev/ and similar tools to benchmark your website and see if there’s any functions you’ve written that might be slowing down page rendering (such as blocking a thread with await).

Why don’t they have anything to ensure designs are optimized for tablets? When you mess with the layout in desktop it messes with mobile version. It seems impossible to get all devices to look good and function similarly.