Slow page transitions (especially in dynamic pages)
Unanswered
Bartholomeas posted this in #help-forum
Hello, im using nextjs app dir 13.5.6 and have pretty frustrating problem with page transitions with Link component.
I have list of products, then each product have link that takes user to page of this product [slug]. The problem is that after pressing product card its often like 2-3 seconds delay. I already applied suspenses, streaming, many optimizations but without any results..
(its SSR list and each product too)
Do you have any ideas how to solve that? I've seen many posts on the internet but without any satisfying solution :/
Thanks!
I have list of products, then each product have link that takes user to page of this product [slug]. The problem is that after pressing product card its often like 2-3 seconds delay. I already applied suspenses, streaming, many optimizations but without any results..
(its SSR list and each product too)
Do you have any ideas how to solve that? I've seen many posts on the internet but without any satisfying solution :/
Thanks!