0

PHPStorm 7.0 MAMP 2.2 (Not Pro) Chrome broweser

After I did some changes to my PHP code in PHPStorm IDE I hit the "Reload this page" button in Chrome. Some times I have to hit the button about 5 times or quit Chrome and turn on Chrome again to see the changes I did in PHPStorm. Are there any ways to fix this issue?

user1166240
  • 187
  • 2
  • 13
  • Try to disable your browser cache. http://stackoverflow.com/questions/5690269/disabling-chrome-cache-for-website-development – gearsdigital Mar 27 '14 at 19:41
  • If this does not help disable the php cache. But this depends on you t development environment. http://stackoverflow.com/questions/19073270/stop-caching-for-php-5-5-3-in-mamp – gearsdigital Mar 27 '14 at 19:43
  • Thanks a lot. I will try to disable browser cache – user1166240 Mar 27 '14 at 19:48
  • 1
    Thanks. I commented out all the OPCache lines at the end of the php.ini file. PATH: /Applications/MAMP/bin/php/php5.5.3/conf/php.ini Work well. – user1166240 Mar 27 '14 at 20:07
  • Glad that it worked for you! As my Answer solves your problem i added my comments as answer. – gearsdigital Mar 27 '14 at 20:32

1 Answers1

0

Try to disable your browser cache.

Disabling Chrome cache for website development

If this does not help disable the php cache. But this depends on your development environment.

Stop caching for PHP 5.5.3 in MAMP

Community
  • 1
  • 1
gearsdigital
  • 12,634
  • 6
  • 39
  • 69