Slow API and Filament App after a couple of weeks in the Live Server

Hi there, are there any similar issues or insights to what might be the issue? I have a Filament V3 App that was moved to the Production Site Last November 28, for the first week it was okay the Speed of the App and API is great! But after a couple weeks it was noticebly slow, the Requests are now minimum of almost 1 minute and the page load. This is similar to a recent Filament v3 App as well that I just put into live just last week, first it was okay but become slow as well. I've already cleared the cache, and the Server Load such as CPU, Memory is just below 1%. Thank you so much!
3 Replies
DrByte
DrByte7mo ago
I've not encountered what you describe, when using Filament (but have with other older applications), but I do have questions: - What's the Filament version? and Laravel and PHP versions? - What's the webserver engine? like, is it a typical LAMP stack? or is it serverless? - What's the hosting platform? - What sort of load-balancing, caching, firewalling or other services sit in front of the webserver/s? Sometimes those services are what's causing the slowness. - When you use browser inspection tools, what exactly is the slow part of the pages?
awcodes
awcodes7mo ago
Could potentially be something in your app that is throwing sizable errors that are getting logged and there’s nothing setup to rotate your log files.
Mike Wazowski
Mike Wazowski6mo ago
Hi guys,. thanks so much for replying I've fixed the issue, it seems to be the Database