php - Magento, how to edit magento for access magento admin area without authentication -


i want speed test magento admin area 3rd party tool. can't magento admin area requires authentication. there way disable it?

yes there is. magento ships source , allowed modify it.

fork source repo, branch out testing code-base, hack , create patch can apply testing.

after testing inverse-apply patch.

if non-test code-base changes, rebase testing branch on top of it.

please take note tests might limited, because not speed-test original admin area modified one. e.g. speed tests not cover parts removed. might obvious, however, when you're testing , seeing results somehow forgotten. leaving note here.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -