I have just tried with Laravel 4.1 using a project which I half way develop with Laravel 4.0. After I move everything over to clean new Laravel 4.1, everything running ok. However, one thing that is truly unacceptable is the slowness of Laravel 4.1. All webpages loads extremely slow. Everything I tried were running on my local PC with WampServer.
On Laravel 4.0, a webpage take about 97ms to load. However, on Laravel 4.1, the same page take about 1.14s to load. It is more than 10 times slower.
Do you experience the same problem like me on new Laravel? Is there any possible I can improve the speed?
Thanks.