1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
Is caching enabled on your web server?
With Apache, if you use something like "mod_cache.so", it will be cached.
https://httpd.apache.org/docs/2.4/en/mod/mod_cache.html
Also, if you are using php, please check the settings in "php.ini".
If the setting value of "opcache.revalidate_freq" in "php.ini" is a large number, it will take time to update.
https://www.php.net/manual/en/opcache.configuration.php
Relevant content
- asked 3 years ago
- asked 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago