How to display the symfony profiler for API request made in the browser?

前端 未结 5 1036
-上瘾入骨i
-上瘾入骨i 2021-02-02 08:15

I\'m developing a REST api with Symfony2 + FOSRest bundle.

I would like to know if there is any way for a call to the api in dev mode (app_dev.php) from the

5条回答
  •  情话喂你
    2021-02-02 08:29

    You can just open a seperate browser and browse to .../app_dev.php/_profiler/ there you will find all your requests done to app_dev.php including oute matching, DB queries involved, etc.

提交回复
热议问题