Hello,
I have a problem with my code when I am fetching data with useEffect (https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations#useeffect) my Computed Time on vercel DB is okay but when I change my fetch to server components (https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations#server-components) my Computed Time goes up like crazy... Like 0.05h in every 10 minutes... This is just crazy.... I changed my app to use server components like 4-5 days ago and it cost like 6h per day Computed Time.... With useEffect it was like 1.5h per day...