Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9171499
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:10:16+00:00 2026-06-17T16:10:16+00:00

I would like to start Behat-ing my application and would like to see nr

  • 0

I would like to start Behat-ing my application and would like to see nr of queries executed per-page (in case I forgot some Join statement and Doctrine lazy-loads the relation).

How to do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T16:10:17+00:00Added an answer on June 17, 2026 at 4:10 pm

    If you use the Symfony2 Behat Extension, you should be able to the just the same thing as in Symfony2 functional tests. Profiler is just a service which can easily be retrieved from the container:

    $profiler = $kernel->getContainer()->get('profiler');
    

    Then you’ll need to load the profile for your response:

    $response = $session->getClient()->getResponse();
    $token = $response->getHeader('X-Debug-Token');
    $profile = $profiler->loadProfile($token);
    

    It is also possible to load the profile from Symfony\Component\HttpFoundation\Response object:

    $profile = $profiler->loadProfileFromResponse($response);
    

    However, $session->getClient()->getResponse() returns a Symfony\Component\BrowserKit\Response.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to start doing some testing of our SaaS application on our
I would like to start a community discussion. As per my question, when do
I would like to start publishing some news articles from time to time. An
I would like to start a System.Threading.Timer in my application when it launches (maybe
I would like to start an application from a pre-build step. However, I do
I would like to start implementing to my site some long polling like techniques.
I would like to start a timer when the application is started in IIS.
I would like to start doing some Android development, and would like a cheap
I would like to start developing an application for Ipad (a simple one). My
i would like to start the session when the login executed not before. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.