Private chat Today we will create a very simple private chat using socket.io. “Private chat” means that users can join only if they have permission. On the server of the Symfony app the user's rights will be checked. Also, the chat will save the correspondence history in a database. What it shou...

December 4, 2015
Igor Dubiy
Igor Dubiy

Hi! Today I will give you 3 simple pieces of advice for database optimization in Symfony2. Tip 1. To reduce the number of requests to the database, you can send a read request on read replica. We need to create one or more database replications. In the AWS- service RDS it's very easy to do. In the ...

October 20, 2015
Igor Dubiy
Igor Dubiy

Hi! I will tell you how you can easily and quickly build an infrastructure for a Symfony2-app, which can be automatically scaled in relation to the load. To run a Symfony2-project on the AWS platform you need to go through several stages. First of all you need to choose the global region where thi...

September 16, 2015
Igor Dubiy
Igor Dubiy