Posts

Configuring Varnish Cache on a Website

There are many reasons which makes web application not perform according to its esteemed expectations. The one prominent among those is the slow application load time which is due to the sluggish cache performance. To speed up that, there are many tools available in the market like Varnish, Memcached and others. So, this article demonstrates how to configure Varnish in PHP applications to get 10x faster cache loading speed. It shows the detailed workflow of Varnish cache, how it works and gives a boost to the app performance. In short, it’s a complete tutorial on how to configure Varnish in web applications and get its performance rocketing within few time.

Your Guide To Migrate PHP Version

Whenever the new version of PHP is launched, the first thing developers do is take it for a test run. Once they have made sure that the new version is perfect for their app, they begin the PHP migration process. The migration might sound easy, but there a lot of things that could go wrong. This PHP migration tutorial will guide you throughout the process so you can migrate to the new version without any issue. It details the version migration process, PHP migration tools and migration process from one hosting to another.
Laravel based applications requires fast web speed and optimum performance, which is only possible with an advanced hosting. This article demonstrates the clear drawbacks of shared hosting and why they are not considered for deploying modern web applications. Because, it is a known fact that shared hosting comes up with many hassles including limited resources, slow web speed, low-security mechanisms and others. This article rightly highlights those issues in detail manner and shows why Laravel shared hosting are not a good choice. Besides it, the article gives potential facts why Cloud hosting is said as the next generation hosting, that constitutes all the advanced features a modern web application needs.

Use PHPSeclib for SFTP Connection

Symfony is one of the most used PHP framework in the market. Many developers recommend it because of its advanced MVC architecture. Yet uploading, deleting files through SFTP server often becomes difficult in it for the budding developers. Hence, this article demonstrates how you could setup PHPSeclib in symphony to easily create FTP connection and upload/delete files with it. PHPSeclib is a secure communication library that helps connecting with SFTP, to securely upload/delete application files. Available as an independent package, this article demonstrates its complete integration process with Symfony framework.