Hi, I’m currently using vercel to host my website (water-watch.co.uk). We receive about 40 viewers a day and have at the minute many requests as google/bing crawls us. As such, I’m having issue with the fluid CPU threshold on free tier.
We’ve consumed 3hr 50 of the 4hr limit. Many efforts have been taken to cut this further, caching all our static pages but the issue is since we’re a site with live data, this isn’t going to always be possible. The bulk of our minutes come from our individual site pages which do a call to a cloudflare worker, collect the data stored in dynamobd and give it to vercel, using an edge function. Is there any way to further cut this? We’ve increased dynamo provisioning but with a 2.7Gb database, things will always be a challenge.
Middleware also consumes about 20% of this but I’m a bit hesitant as I’m less familiar with CF UI compared to vercel.
As such I’m looking to temporarily switch to pro to keep the site alive, but it’s honestly incredibly confusing. Parts of the site seem to imply we’d loose our fluid allowance from free and just have to pay?? So what am I giving $20 for!!! If someone could carify that would be appreciated. We’re a next.js based app if that helps