Hi Everyone,
I just wanted to confirm something regarding the recent PPA Launchpad issue. My website is built on Laravel 8.83.27 and currently running on PHP 7.4.33.
Before May 1st, I migrated the server from AWS to another VPS cloud provider with better RAM and CPU resources. I initially deployed the website on a temporary domain, and everything was performing well until May 1st. However, after pointing the main domain to the new server, I started noticing that the website response has become significantly slower.
I have already cleared all caches and ensured proper permissions for the storage and cache directories, but the issue still persists.
What makes this more confusing is:
- I cloned the entire project locally using the same PHP version, and the performance is still slow.
- I also tried accessing the website on the old hosting server via its public IP, and it is now responding slowly there as well.
Given this behavior, I’m wondering if this could be related to the PPA Launchpad issue. Am I thinking in the right direction?
I was also considering upgrading the PHP version, but that would likely require upgrading Laravel as well, since Laravel 8 does not fully support PHP 8.1+. So I haven’t been able to test that path yet.
If anyone else is experiencing something similar or has any insights, I’d really appreciate your input.
P.S. There has been no new development or code changes in the past two months. and the site was perfectly working before May 1st on a previous and new hosting..