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

  • SEARCH
  • Home
  • 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 8233535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:09:45+00:00 2026-06-07T18:09:45+00:00

UPDATE 1: After doing an strace on the server, I have discovered that the

  • 0

UPDATE 1:

After doing an strace on the server, I have discovered that the mmap’s process is taking 90% of this processing time. I’ve discoverd that 1 of the pages is taking a minute to load.

So I found this link:
PHP script keeps doing mmap/munmap

It possibly shows the same problem. However, I don’t understand what the anwer means by correctly disabling the php error handlers?

ORIGINAL QUESTION:

How do I check for bottle necks on my web server when loading a specific web page which is being served by my server?

For some reason, a couple of pages on my site have become very slow, and I am not sure where the slowness is happening.

Screenshot from Chrome Dev Tools:

Click here to enlarge:
enter image description here

So basically, I need to find out what is taking this section to long to load? Client Side web tools can’t seem to break this down?

  • 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-07T18:09:47+00:00Added an answer on June 7, 2026 at 6:09 pm

    Derick Rethans (author of Xdebug) released quite a nice article today called What is PHP doing?

    It covers the strace that you’ve already done, but also shows you how you can use a custom .gdbinit to get the actual php function name that is causing the problem.

    Of course you have to run your script from the command line with gdb, so I hope that your problem is reproducible in this way.

    mmap is for creating a memory mapped view of a file.

    If it really is the error handler causing it, I’d guess that your script is generating a lot of errors (which you are trying to log), maybe a NOTICE for an undefined index in a loop or something).

    Check the log file (is anything being logged at all?), check permissions on the log file if nothing is logged, also double check what your error reporting level is set to.

    var_dump(ini_get('error_reporting') & E_NOTICE); – Non-zero if you are reporting notices.

    error_reporting(E_ALL & ~E_NOTICE); – Turn off reporting notices.

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

Sidebar

Related Questions

Update: I updated this after doing some digging and realizing that this might be
Update: After some more reading I see that this problem is totally general, you
After doing my code update. I got this error. Could you help me figure
update: After not getting anywhere with this, I noticed that when I pulled the
I have placed a 3rd party control inside update panel after doing asynchronous postback
This question might have asked here number of times . After doing some google
Update After doing some more experiments, I have to reformulate my question completely as
UPDATE: After searching a bit I don't seem to be alone about this problem:
Update: After playing around with this for a few hours, went with a multi-query
Because of min time betwwen update it display the location update after 1 sec

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.