Tests are very important part of every app so it is also important to write them very well. However, sometimes is hard to keep the test suite clean an...
Reading slow query log is a great way to detect weak places in any app where you have to refactor code in order to improve performance. I used to thin...