私はこれを得た:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\APP\www\protected\extensions\less\lib\lessphp\lessc.inc.php on line 504
私はそれがこれと関係があるかもしれないと思います:
'components'=>array(
'less'=>array(
'class'=>'ext.less.components.LessCompiler',
'forceCompile'=>true, // indicates whether to force compiling
//'compress'=>false, // indicates whether to compress compiled CSS
//'debug'=>false, // indicates whether to enable compiler debugging mode
'paths'=>array(
'less/style.less'=>'css/style.css',
),
),
- forceCompileは、cssファイルが毎回再生成されることを意味しますか?
- これは私のアプリケーションを遅くしますか?
- 強制的にコンパイルしないと、高速になりますか?
- アプリを高速化するために他にできることはありますか?