I do changes in my php-file and refresh the page in browser, changes are applied first, then I do some other changes, refresh again(ctrl+R, many times) and see it UNchanged, like it's cached. About 1-2 min pass(approximatly) and changes do get applied, although I didn't edit the file. This scenario repeats many times. I do not understand what is going on, please help. I've tried this btw:
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
but it didn't help