A lot of developers think that Group by and distinct works similarly when it comes to getting unique records. and they assume that the performance remains the same in both of the cases. But this is not the case. In […]
In recent years, blogging has become a new phenomenon in the industry. There are millions of bloggers and lacs of are getting added daily. There are a lot of bloggers who start blogging for their interests. They do it for […]
Sorry to say but its nearly impossible to write a bug-free application. Especially when you are working on a large scale application. You cannot test the application in all the ways a user is going to interact with. But what […]
Github is the first choice when people think about creating an open source project and want to share it with the public. Github is also useful if you are developing a project and looking for a remote server to keep […]
One useful feature of PHP-FPM is the built-in health monitoring status page. We’ll show how to enable the status page of PHP – FPM on Linux in this article. Edit PHP-FPM config Open the file /etc/php/5.6/fpm/pool.d/www.conf and find sudo nano /etc/php/5.6/fpm/pool.d/www.conf and […]
Nginx status page provides real-time data about the Nginx server health. This data can be used to optimize the Nginx server for performance. Requirements Before proceeding make sure that your Nginx server is compiled with the ngx_http_stub_status_module . To check whether the Nginx […]
The International PHP Conference is the world’s first PHP conference and stands since more than a decade for top-notch pragmatic expertise in PHP and web technologies. Internationally renowned experts from the PHP industry meet up with PHP users and developers […]
Symfony is a popular PHP framework, especially when working on a high-level web application. Installing and setting up a Symfony project is a little bit tricky. But when it is done step by step in the proper way, it is […]
Sometimes you are running a website which has a local scope and no reason to explore the site to worldwide or you are having a lot of suspicious traffic from a particular country and you want to block that entire […]
You have launched a new site and Now you need to know how people are using it, How many people are actually visiting your site, How much time they are spending on your site, which is the main source of […]