Category Archives: Web Development

WordPress php 5 vs WordPress php 7 Benchmark Test

Posted on

By now we all heard about php 7 and its speed improvements, so we sat out to test its performance by benchmarking two WordPress installations, one running on php 5.5.9 and another one running on php 7.0.3   Test Environment: Php 5 test server 1 CPU 512mb Ram Ubuntu 14.04 LTS NGINX 1.4.6 MySQL 5.5.46 […]

How to install or upgrade PHP 5 to PHP 7

Posted on

In this tutorial we will walk you through on how to install or upgrade php to PHP 7, this instructions are for those who run a server with a LEMP (Linux, Nginx, Mysql and PHP) configuration. our server is running on Ubuntu 14.04 LTS and PHP 5.9. The first thing you need to do is […]

Posted in Web Development | Comments Off on How to install or upgrade PHP 5 to PHP 7

NGINX Web Server Dynamic Modules

Posted on

NGINX 1.9.11 released a new feature that will come very handy called Dynamic Modules which will load the NGINX modules on runtime instead of on build as it used to be. Previously if you wanted to use a module you had to compile it into NGINX source installation and if you used it or not the module was […]