Hi,
I've installed yii today I have tried to run yii-app with bootstrap. I run yii on windows, MySQL, Apache 2.2. PHP 5.3.21
When I start localhost/yii/web/ application runs forever and never ends on both in firefox and IE the same. It consumes almost 100% of resources.
When I close FF or IE everything returns to normal.
Why is this?
Page 1 of 1
Yii-App Consumes 100% Of Resources
#2
Posted 15 February 2013 - 07:47 PM
try to change the 'watch' =>false, in params.php.
Check if your problem is the Infinite *.less requests
github.com/Crisu83/yii-app/issues/2
I'm new with less, so i don't know the real use of 'watch'.
'less.options' => array( 'env' => 'development', 'watch' => false, ),
Check if your problem is the Infinite *.less requests
github.com/Crisu83/yii-app/issues/2
I'm new with less, so i don't know the real use of 'watch'.
#3
Posted 16 February 2013 - 02:27 AM
jneto, on 15 February 2013 - 07:47 PM, said:
try to change the 'watch' =>false, in params.php.
Check if your problem is the Infinite *.less requests
github.com/Crisu83/yii-app/issues/2
I'm new with less, so i don't know the real use of 'watch'.
'less.options' => array( 'env' => 'development', 'watch' => false, ),
Check if your problem is the Infinite *.less requests
github.com/Crisu83/yii-app/issues/2
I'm new with less, so i don't know the real use of 'watch'.
Yes, that solved my problem, thanks.
After 2 days' studying the yii I like it very much.
Share this topic:
Page 1 of 1

Help











