Posts

Showing posts from November, 2021

How to Enable Page Cache in Codeigniter?

Image
  In this blog, we will see about  how to enable Page Cache in CodeIgniter?  by Lia Infraservices – The Leading   Web App Development Company in Chennai . In general, caching is the process of storing copies of files in cache memory or temporary storage location like a hard disk, so that they can be accessed more quickly. Cache on the Internet serves a similar purpose. That is they temporarily store the page content, needed for users to make their journey across the web. Caching a page will improve the page load speed. If the page is cached, then it will be stored in its fully rendered state. Next time, when the server gets a request for the cached page, it will be directly sent to the requested browser. Cached files are stored in the application or cache folder. Caching can be enabled on a per-page basis. While enabling the cache, we need to set the time, until which it needs to remain in the cached folder and after that period, it will be deleted automatically. To Know More Click Her

How to identify the speed and memory usage of a particulate loading page in PHP

Image
  The Codeigniter benchmark is known to start the moment the framework is invoked and ends by the output class right before sending the final view to the browser, enabling a very accurate timing of the entire system execution to be shown.  LIA Infraservices  the  best web app development company in Chennai  helps you to improve the performance of the application code in  PHP CodeIgniter  library Bench-marking Library in Codeigniter Knowing your PHP well makes your task easier. It has a very rich set of libraries and helpers. By using CodeIgniter, you will save a lot of time, if you are developing a website from scratch. Not only that, a website built in CodeIgniter is secure too, as it has the ability to prevent various attacks that take place through websites. The benchmark information may help you during development for debugging and optimization for the application code.  Purpose of Bench-marking Library in Codeigniter The sole purpose of Bench-marking Library in Codeigniter is to g