Hi, i also had this kind of problems on a big site (120 Mysql Tables) with aprox. 100000 page views a Day.
The best way to get the site running fast is: Use caching with memcached (sfMemCached class) We had a lot of problems with the standard file cache and SqliteCache. Use xcache or an other bytecode cachesystem like eAccelerator Improve your mysql indexes manually. I couldn't find a proper way to do it with the schema.yml files. Give your Server a lot, really a lot of RAM :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
