In this article, I will show how to minify HTML output using CodeIgniter framework. By removing unnecessary characters and lines in HTML code such as indentation, comments, empty lines, etc., you can save download file size without affecting the output but also improving the performance.
By creating correct indexes for tables based on the queries your applications use, you can improve performance of your application.
In this post, I'll discuss on basics of Database Indexes and best practices to follow.
We will be using "Mcrypt" PHP extension for this purpose of encryption and decryption. The mcrypt extension is an interface to the mcrypt cryptography library.
In this post, we will be learning to send push notification with OneSignal. OneSignal provides the facility of sending push notification in various platforms as iOS, Google Android, Web Push, Amazon Fire, Windows Phone and Mac OS X.
In this article, we are going to get in detail about various techniques of Client-Server Communication.
Learn about Simple HTTP Requests, Ajax Polling, Server Sent Events, Websocket, Comet.
A web cache is an approach for the temporary storage (caching) of web documents, such as HTML pages and images, to reduce bandwidth usage and server load. The content of a webpage can be stored in a file temporarily so that every time server receives a request, it doesn't need to process time and again.