Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Slow

Status
Not open for further replies.

linkzda

Programmer
Jul 29, 2014
1
0
0
MX
Hi there,

    I have installed Apache/2.4.4 (Win32) PHP/5.4.15 on my server.

    The problem I have is that when sending the request to (ex. server takes up to 40-50 seconds to respond.

    When this happens, I have to re-give "Enter" and then responds fast (less than 1 second). Does not always happen, but if it is recurrent.

    For a moment I suspected that I was the sqlsrv driver to use to connect to MSSQL but did a test with the time () from the first line to the last and responds in less than 1 second (when he has the incidence of 40 seconds)

    I hope I can support with any suggestions for tuning apache or some tool to monitor it.
 
Basically the only answer possible is, ....





....

No idea.

Will you be offering more clues?

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
the fast load after the first load is probably your browser cache. as for the slow part of the first response, is probably your php code not written having speed as a primary goal, or your apache server serves both your slow php code along with any other scripts like css/js and the images of course.

``The wise man doesn't give the right answers,
he poses the right questions.''
TIMTOWTDI
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top