Using CloudFlare for websites and Applications is one of the most intelligent decisions that you can take towards the security and performance for your app. This article discusses how to Configure Cloudflare for the best performance of blogging sites. … [Read more...] about How to Configure Cloudflare for blogging sites
wordpress
How to Optimize WordPress for best performance
Being a server admin, I have been receiving a lot of requests to speed up their sites and optimise WordPress installations so that they load very fast. I am citing a few examples on how to optimize WordPress in a clever way. 1. Choose a light weight theme. The theme is the soul of a WordPress site. If you choose a poorly designed theme, it will take a lot of time to load … [Read more...] about How to Optimize WordPress for best performance
How to configure SSL to work with Varnish Cache
Varnish cache is a super caching application which will cache your website pages and images in RAM and deliver it directly to the visitors, thereby speeding up the web site.The major drawback of Varnish Cache is that you will not be able to run secure pages with Varnish Cache … [Read more...] about How to configure SSL to work with Varnish Cache
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to Setup WordPress Hosting server using nginx
This is how I set up a WordPress hosting for my clients. And believe me, I have got a page load time of less than one second, and when set up in a $10 digital ocean server, it could handle ~200 concurrent users. … [Read more...] about How to Setup WordPress Hosting server using nginx