Guys, Do you encounter slowness using symfony2 on windows xp? After I installed symfony2 PR8 on the machine, I browsed http://localhost/web/app_dev.php/. It took ages to finish. Probably more than 10 seconds. On Ubuntu it only takes about 1 second. I ever installed symfony1.4.9 and the performance under windows xp and ubuntu were comparable.
I profiled using xdebug and the problem is on file_exists php function call. Guess symfony2 makes a lot of file_exists function call. Probably this function is not optimized under windows or got additional internal logic that makes it runs slow (googling and found some say there is buffer mechanism in-built. not sure if true.). Or, windows is not good in file handling and linux is more advanced? I prefer working in windows because of notepad++. Notepad++ is only available in windows. I like the debugger plugin. It can be activated from any URL web page and it's quite stable. I tried netbeans under linux but it's slow and can only debug from a predefined URL and not stable (debugger sometimes doesn't work. probably due to my inexperience). Is there similar notepad++ under linux? Any idea and suggestion is really appreciated. Thanks. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en