After months and months of development, our PHP application is finally live and running. What is going to happen next? In an imaginary world, we sit and relax. We watch our application get popular and users flood in. And the application will just handle itself nicely because we have done all t...
Project curl is a command-line tool that is used to do Internet transfers for resources specified as URLs using Internet protocols. You can read more about its history at https://ec.haxx.se/. In this tutorial, we learn about using curl to do some simple server testing. Table Of Content ...
In simple terms, to horizontally scale a PHP application means adding more servers instead of upgrading the existing servers. However, to technically achieve that, your PHP application must be ready for the scale. In this article, we share 3 rules of thumb to make your PHP application ready f...
As a web developer, you must have heard the term "cache" in various situations. To help you fully understand what cache means, we wrote this article. Table Of Content OpCode Cache Application Cache ...
When placing a CakePHP 3 project to a subdirectory, it will not work out of the box. Some specific Nginx setups are required for it to work. For demonstration purposes, suppose we want to place a CakePHP 3 project to a subdirectory called demo. Table Of Content Serving static fil...