CodeIgniter Forums
Performance Extrapolation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Performance Extrapolation (/showthread.php?tid=57784)



Performance Extrapolation - El Forum - 04-10-2013

[eluser]Radou[/eluser]
Hello There !

I developed a new application using CI and I reached the final stage of my test phase before deploying the entire app on a shared hosting plan.

My application contains currently 5 fake users, when I test for the performance I have these values almost each time

Code:
Time elapsed : 0.0420  Memory : 2.62MB

The app will be potentially used by more than 10K members from the beginning, I would like to know if it is possible to get an estimation or an extrapolation on the performance based on the two values I presented above. I would like to take necessary precaution on the choice of the hosting, and whether or not I should go with a dedicated hosting, will that make the website faster ?

Thanks in advance.