This document discusses scaling Symfony applications. It begins by introducing the speaker and their experience scaling large applications. It then covers scaling different aspects of an application including the web server, sessions, database, and filesystem. For each area, it provides recommendations such as using PHP opcode caching, storing sessions in Redis or Memcached, considering database sharding for very large databases, and using an abstraction layer like FlysystemBundle to store files in cloud storage like Amazon S3. The overall message is that scaling can be achieved through configuration changes and decoupling services rather than code changes.