Optimizing PHP websites
The following are the points that I picked up from an on-line course. Writing them here for reference to keep in mind while optimizing PHP websites: Choose the right version of PHP either use PHP7 or use HHVM. XHProf is a PHP profiling tool, similar to what you do with Xdebug. Query optimizing using Redis. Cache Aside pattern. Redis Features:… Read more →