mod rewrite - cakephp slow because of mod_rewrite? -
i have web made cakephp 1.3.10. web seems slower every time new folders/pages added (which happens pretty often).
i believe reading somewhere mod_rewrite found in 3 .htaccess files may have it.
is true?
i'm trying work without htaccess files, links messed up. there way avoid having edit links in website? seems have add /app/webroot/ before every file i'm linking (css, js, etc) , add /index.php before every link in website.
is way?
have measured how time spent in mod_rewrite , how in php? in experience problem time cake spends looking files in file system, gets progressively worse when add files , directories.
you can use xdebug profile application, or add calls print time in appropriate places in framework see how time has passed since beginning of request.
Comments
Post a Comment