Firstly, I am totally new to Laravel and I wish to know more about the framework. I want to find out the reason why Laravel seems a lot faster with much lower memory footprints.
###Here are the screenshot of the debug bar for laravel 3
###and this is laravel 4
These are fresh install for different version. Is that because Laravel 4 has become a lot fatter compared to Laravel 3? Any suggestion on how can we optimize that?
Laravel gets better with every release. Optimize and it will surprize you.
My exp on Homestead :
That is very nice result you have there. I'm currently running XAMPP in my local machine with PHP 5.4. Can we achieve the same result without using Homestead because I'm trying to simulate the production environment locally.
This aspect is reason I'm hesitate to use laravel 4 now.
The best I could achieve with XAMPP on my local server was 70 - 100ms with 3MB run after optimizing.
Try :
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community