Tag: Website optimizations

Running on PHP-FPM

Have used FastCGI Process Manager (FPM) in other projects before. It really makes a whole lot of difference in page loading time. I don’t know why this has not become the default since PHP is literally everywhere and conventional PHP implementations are slow-ish. Also, it is not that complicated to set up. Of course, I…

continue reading
No Comments

Website Output Compression For Faster Page Loading Time

For the longest time I did not do anything to improve my websites’ loading time. Well that changed the other day. I forced myself to do it. Partially that is. I have not done much to change the settings on the configuration files of Apache2, MySQL and PHP. If I remember correctly, I have done…

continue reading
No Comments