Enabling ________ in CodeIgniter can reduce the server load and improve response time.
- CSRF Protection
- Output Compression
- Query Caching
- Session Encryption
Output compression reduces the size of the server response, leading to faster page loading times and reduced bandwidth usage. This is crucial for improving the overall performance of a web application.
Loading...
Related Quiz
- A developer needs to optimize a query that fetches large datasets by applying filters. The optimal approach involves using ________ in CodeIgniter's Query Builder.
- In CodeIgniter 4, how does the Model's 'find' method enhance data retrieval flexibility?
- What is the default behavior of transactions in CodeIgniter regarding auto-commit?
- Which directory contains the primary index.php file that serves as the entry point for a CodeIgniter application?
- What is the role of 'Profiling' in CodeIgniter when it comes to performance optimization?