I have a Shopify app that I migrated from React to Remix SSR about a month ago. My main goal was to get the BFS badge, since with React it was really hard to keep LCP under 2.5 seconds.
App has around 900 installs, so I thought I wouldn’t need the cold start add-on to improve LCP scores. But I noticed the LCP didn’t get better - in fact, it seems slightly worse.
Does this mean 900 installs isn’t enough to avoid the cold boot problem? Or should I just wait longer to see improvement?
maybe you have some suggestions?