$config['enable_page_cache'] = true; $config['enable_gzip_compression'] = true; $config['db_pool_size'] = 10; function index() { async_task(function() { // ... }); parallel( function() { // ... }, function() { // ... }, ); // ... }