Reduce initial server response time
by @genasanford (95), 3 months ago
Last post helped me to eliminate render blocking resources, now I have a new issue coming up tha is reduce initial server response time for
https://ebetterbooks.com
How can I do That??
by @ms (1896), 3 months ago
Check your code. It's basically all about your app, database queries and how quickly you can send response for a request.
If you can't improve optimizing your app and database, you can always upgrade to a better hardware, but from my perspective, there is always room to improve the app. It's cheaper, makes more sense, specially long term and you should focus on that.
Pro tip: do not spam the board with your website links.