Im working on symfony project i got strange problem in production envirment. when i load the page it always getting to cache any dynamic data are not loading to the page. when i clear the cache browser its getting fixed data display correctly
my configuration in symfony config files cache false my application currently hosted in cloud envirment
My symfony config file cache.yml settings here
default:
enabled: off
with_layout: false
lifetime: 86400