I finally got the time to update PHP on my ubuntu server to PHP 7, my goodness did I find some speed. Before I updated, I tested PHP 7 on my staging environment, you have to be sure that an upgrade does not break any functionality provided with plugins. …
Tag: PHP
Find everything Torbjorn has written about php
What are you using to monitor your WordPress site? I’m using New Relic, I been using New Relic for a long time and like it, when my site goes down …
I recently installed a CodeIgniter 3.x application and another PHP application on a new server, I did run into some issues immediately, the apps were broken, it connected to the …
If you got the white screen after your last upgraded, you may want to read on. I will in this article explain how I go about debugging a site to …
You can hire a company to performance test a website, or you can do it yourself, this article will explain how you can do it yourself using Free available tools. …
If you need to change your PHP memory limit due to a plugin that requires higher limits. This is what you need to do. …
Are you find your server is running slowly, how to troubleshot to find out what is causing the problem. Lets start looking at the server, you need to login to your …
With the new release of CodeIgniter 3.0, one of the powerful add-on features to Codeigniter is the RESTful API server and client libraries. I will explain in this article how I use …
When website traffic grows to see an increase in traffic, one of the components that shows stress the fastest is the backend database. If your database is not distributed and configured …
As part of launching a new WordPress website, you need to do some optimization from the standard installation and give your WordPress improved performance improve page loads. There are a …
Recently I had a request, asking how can we set up redirects by country to have country-specific landing pages. This can be done by installing mod_geoip, you can download GeoIP …