Following that approach my current personal achieves LCP and state restoration for this large SPA in 105ms on localhost and about 230ms over a network.
oleksandr_l5 · 3h ago
At first try to add cloudflare in front of your server, its have caching and minify of static
oleksandr_l5 · 3h ago
I can try to speed up the site, but maybe the main problem is in the code itself
1) Make the site static (ie less/no JS).
2) Several MB (including >>100kB CSS) for a page that I can't even see most of because NoScript blocks it, is silly.
3) 141 requests over ~5 domains to build the page is silly.
Any ideea of how can i improve mobile site speed for https://adiantmedical.ro/? I tried everything.
Following that approach my current personal achieves LCP and state restoration for this large SPA in 105ms on localhost and about 230ms over a network.