Home Forums Voip 26 Custom Works Reply To: Custom Works

Nishit Shan
Participant
Post count: 1887

Hello Andrey,

I was reviewing the application to understand the existing and current working functionality as a precautionary measure. During this review, I noticed that the page https://portal.voip.us/user-home is not loading properly and keeps loading continuously without displaying content.

Since I have previously worked on this module, one possible reason could be the large size of the database, which currently contains approximately 9 lakh+ records. This may be impacting performance. Additionally, multiple API calls involved in loading this page could also be contributing to the issue.

Another important observation is that the project is still running on Laravel 8, which is around 5 years old. This version no longer receives regular updates or active support, which may also be a factor in the current performance and stability issues.

I wanted to highlight these points to keep you informed, as some of these issues might persist even after certain changes are made.

To improve performance and stability, it would be advisable to upgrade the framework to a newer version and optimize the existing codebase accordingly.

I am still in the process of reviewing the project, and these are my initial findings that I felt were important to share.