0

I have been developing the website with Silex and I experienced that the frontend just doesn't update immediately when I upload an image from the backend. Even I set the cache mode to be false it seems not to fix the problem.

So how can i disable cache/ refresh cache so it can update at frontend side? Please let me know if more info is needed.

2
  • 1
    Seem rather like browser cache. If you can, try changing link to your images to include modification timestamp in query string (ex instead of example.com/image.jpg use example.com/image.jpg?ts=123456789) Commented Feb 27, 2018 at 11:39
  • @dev-null-dweller im think this website has the strongest cache i have ever seen, do you mean that this is browser's problem more than the website itself?
    – warmjaijai
    Commented Mar 2, 2018 at 2:47

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.