-
Notifications
You must be signed in to change notification settings - Fork 9.4k
why i disable all caches and enable xdebug that cause magento very slow? #1755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That's like asking why your car is slow if you remove all tires but add a heavily loaded trailer ;) |
XDebug slows PHP down in several (3-5-10, depends on a particular code) times, it is normal. |
@dfediuk Can you tell me a way to do efficient develop and to see the effect so as not to clear the cache every time |
@LifeAsBook , it depends on your developer flow. Could you, please, clarify what exactly you're modifying, so you need to cleanup cache all the time? Maybe you can disable just some specific parts of cache and still get benefits of other caches. What kind of files you often modify and need to refresh cache after it? |
@buskamuza thank you, you are beautiful! I do Implementing payment gateway in Magento 2 , what can i disable some specific parts? |
@LifeAsBook , sorry for the delay.
|
@buskamuza thank you very much!i want you to be a friend |
[Kraken] Move EQP static tests to Magento core
Hi @LifeAsBook. Thank you for your report. The fix will be available with the upcoming 2.4.1 release. |
No description provided.
The text was updated successfully, but these errors were encountered: