with laravel
And hosted to cloud server with 16 gig ram + 4core
64 numbers users use it simultaneously but it's very slow I mean page taking about 8 to 10 sec to load
Need some suggestions do I need to increase resources ?
Slow queries, n + 1 problems , memory leaks , loops . This should be be the first culprits . Debug the app and know the problems
You can use the auto debugger in html mode and it will auto reconstruct the loops into a while statement for removing delay. you could also u the cloud firewall to remove a memory leak in the cpu processing unit manager. or you can limit the number of data with an IF statement :)
Обсуждают сегодня