The ________ feature in CodeIgniter's database utilities is used to improve query execution time.

  • Lazy Loading
  • Query Caching
  • Query Optimization
  • Result Compression
CodeIgniter's Query Caching feature is used to improve query execution time. By caching query results, subsequent requests for the same data can be served more quickly.
Add your answer
Loading...

Leave a comment

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