reduce initial response time
Im building app with T3 stack but initial response time if I enable SSR in trpc is pretty slow. What usually causes it? Im using the whole stack. What are the ways to improve it?
https://cryptosito.vercel.app/
This is live website
Cryptosito
some coinmarket clone
5 Replies
First things first good looking site dude
second are you making any external calls ?
because if you are it might be that the server is waiting for data before it generates
Yeah Im fetching the data from coingecko API
How long does a fetch take
also could you build the project and post the output ?
hmm I played with it, changed the ssr to false, it seems to be better
thx for help anyway 😄
Ok you do you man