This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I'm encountering a very strange issue where October CMS stops reflecting my file changes on the frontend. php artisan cache:clear
as well as manually deleting cache files does not help. However, a server reboot appears to clear everything stored in memory and my changes are then reflected on the website.
At first, I thought this was a file sync issue. However, my remote files are updated as soon as I save them locally. Additionally, I can manually add an exception or dd("Whatever");
into index.php
and trace a few classes deep and see the process is killed each time.
1.) I am having trouble finding at what point October CMS starts caching the response 2.) Cache clearing commands do not help, only a container reboot clears the in-memory cache 3.) I am not sure why cache is being stored in memory anyway, if indeed it is. I do not see any PHP extensions that would do this. PHP Memcached is installed, but not in use nor configured to point to any Memecached servers.
1-1 of 1