- 🇹🇼Taiwan g-brodiei
Trying to reproduce with the following steps, but the issue described did not show.
- Installed Drupal version: 10.0.9 locally
- Copy example.settings.local.php to /sites/default/settings.local.php
- Uncomment last paragraph to in settings.php to take settings.local.php to override
- Check
development.services.yml
has the followinghttp.response.debug_cacheability_headers: true
under parameter section. - Clear cache
- Open site homepage and chrome devtools
- Navigate to Network tab on devtools and click on the homepage link shown in image
- See response headers for
X-Drupal-Cache-Contexts, X-Drupal-Cache-Max-Age, X-Drupal-Cache-Tags, X-Drupal-Dynamic-Cache
- The Response Headers show as expected, can't reproduce