Which feature in CodeIgniter can be used to improve performance by caching entire web pages?

  • Database Caching
  • Fragment Caching
  • Object Caching
  • Page Caching
CodeIgniter provides a feature called 'Page Caching' to store entire web pages in the cache. This helps in improving performance by serving pre-rendered pages instead of re-rendering them on every request.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *