Hello,
I just updated to the recent cake1.2 and noticed that my pages load 5
times slower. Rendering time is over 2 seconds. So I installed xdebug
to check a little what is happening and I noticed that  the function
is_dir() uses 1/3 of all process time and is called over 1400 times
per request. After some feedback from the IRC channel I set debug to 0
and enabled caching which was previously disabled with
"Configure::write('Cache.disable', true);"

"tmp/cache/persistent" is now no longer empty but is_dir is still
called over 1400 times per request.

ls -l tmp/cache/persistent:
cake_core_core_paths  cake_core_default_en_us  cake_core_dir_map
cake_core_file_map


Does anyone else have this problem?

Best regards,
Loic.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to