Takes long time to load the login page from Apache web serverWhat Apache settings might affect the speed of a CodeIgnitor page load from one server to another?Proxy Error 502 “Reason: Error reading from remote server” with Apache 2.2.3 (Debian) mod_proxy and Jetty 6.1.18page loading stops half-way, no server or sql loadweb page slow load due to long DNS lookupLong waiting times before Apache 2.2 server response (Gentoo LAMP)drupal on development machine slowOne site takes a long time to make a connection, other sites on server finePHP + Apache long wait timeIs it bad to redirect http to https?How do I know website slowness is related to network or my server

Should I put programming books I wrote a few years ago on my resume?

How to write a convincing religious myth?

Why did the World Bank set the global poverty line at $1.90?

What STL algorithm can determine if exactly one item in a container satisfies a predicate?

Does the new finding on "reversing a quantum jump mid-flight" rule out any interpretations of QM?

Increase speed altering column on large table to NON NULL

Is there a DSLR/mirorless camera with minimal options like a classic, simple SLR?

Varying the size of dots in a plot according to information contained in list

Is Lambda Calculus purely syntactic?

Do you have to have figures when playing D&D?

Proving that a Russian cryptographic standard is too structured

C++ logging library

A word that means "blending into a community too much"

I've been given a project I can't complete, what should I do?

tabular: caption and align problem

variance of number of isolated vertices in random graph G(n,p)

Are polynomials with the same roots identical?

empApi with Lightning Web Components?

Grep Match and extract

The usage of kelvin in formulas

What would be the way to say "just saying" in German? (Not the literal translation)

What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?

How to make the letter "K" that denote Krylov space

Sql Server delete syntax



Takes long time to load the login page from Apache web server


What Apache settings might affect the speed of a CodeIgnitor page load from one server to another?Proxy Error 502 “Reason: Error reading from remote server” with Apache 2.2.3 (Debian) mod_proxy and Jetty 6.1.18page loading stops half-way, no server or sql loadweb page slow load due to long DNS lookupLong waiting times before Apache 2.2 server response (Gentoo LAMP)drupal on development machine slowOne site takes a long time to make a connection, other sites on server finePHP + Apache long wait timeIs it bad to redirect http to https?How do I know website slowness is related to network or my server






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















We have an Apache web server 2.2.22 installed in Ubuntu 12.04.4. The site uses PHP pages and MySQL as database in a dedicated DB server.



Once in a while, we face slowness connecting our site and see that the site page loading time is increased. It takes 10 seconds to 30 seconds to display the login page. This happens for a few minutes then the website page loading is fast for an hour or two and then the issue happens again like this all day. The server is hosted by a third party vendor and confirmed with their support that there is no issue with the data center network.



The CPU & Memory resources are not utilized much and the disk I/O seems normal. I searched internet for the similar issue and checked a few Apache settings like Hostnamelookup Off and MaxRequestPerChild setting. All look fine.



Will there be anything I need to check at the Apache settings.? This issue started recently. There was no configuration change but the website loads slow. Please help me to fix this issue.










share|improve this question






























    1















    We have an Apache web server 2.2.22 installed in Ubuntu 12.04.4. The site uses PHP pages and MySQL as database in a dedicated DB server.



    Once in a while, we face slowness connecting our site and see that the site page loading time is increased. It takes 10 seconds to 30 seconds to display the login page. This happens for a few minutes then the website page loading is fast for an hour or two and then the issue happens again like this all day. The server is hosted by a third party vendor and confirmed with their support that there is no issue with the data center network.



    The CPU & Memory resources are not utilized much and the disk I/O seems normal. I searched internet for the similar issue and checked a few Apache settings like Hostnamelookup Off and MaxRequestPerChild setting. All look fine.



    Will there be anything I need to check at the Apache settings.? This issue started recently. There was no configuration change but the website loads slow. Please help me to fix this issue.










    share|improve this question


























      1












      1








      1








      We have an Apache web server 2.2.22 installed in Ubuntu 12.04.4. The site uses PHP pages and MySQL as database in a dedicated DB server.



      Once in a while, we face slowness connecting our site and see that the site page loading time is increased. It takes 10 seconds to 30 seconds to display the login page. This happens for a few minutes then the website page loading is fast for an hour or two and then the issue happens again like this all day. The server is hosted by a third party vendor and confirmed with their support that there is no issue with the data center network.



      The CPU & Memory resources are not utilized much and the disk I/O seems normal. I searched internet for the similar issue and checked a few Apache settings like Hostnamelookup Off and MaxRequestPerChild setting. All look fine.



      Will there be anything I need to check at the Apache settings.? This issue started recently. There was no configuration change but the website loads slow. Please help me to fix this issue.










      share|improve this question
















      We have an Apache web server 2.2.22 installed in Ubuntu 12.04.4. The site uses PHP pages and MySQL as database in a dedicated DB server.



      Once in a while, we face slowness connecting our site and see that the site page loading time is increased. It takes 10 seconds to 30 seconds to display the login page. This happens for a few minutes then the website page loading is fast for an hour or two and then the issue happens again like this all day. The server is hosted by a third party vendor and confirmed with their support that there is no issue with the data center network.



      The CPU & Memory resources are not utilized much and the disk I/O seems normal. I searched internet for the similar issue and checked a few Apache settings like Hostnamelookup Off and MaxRequestPerChild setting. All look fine.



      Will there be anything I need to check at the Apache settings.? This issue started recently. There was no configuration change but the website loads slow. Please help me to fix this issue.







      apache-2.2






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 12 '15 at 4:13







      Manny0606

















      asked Mar 12 '15 at 0:27









      Manny0606Manny0606

      12818




      12818




















          1 Answer
          1






          active

          oldest

          votes


















          0














          It is most likely not a configuration issue in apache, php, or mysql, but instead some other activity on the server causing the periodic slowness. Check for other processes running in that window where the site is slow. Given the environment you mentioned, I bet something is running on that server periodically like a cron job doing a backup or someone running AWStats with way too much log retention.






          share|improve this answer























          • There is no cron job or anyother process that runs in the server. I used google chrome's developer mode to see where the page loading takes time. I see few css scripts take few seconds to load. The connection setup is fast, DNS lookup, Inital connection, SSL takes only few milli seconds, but at the Request/Response side waiting for TTFB takes more time (15s,18s,23s..). Will there be any issue with loading the scripts? or something else with the server?

            – Manny0606
            Mar 13 '15 at 2:54












          • The .htaccess file was huge and I removed few entries that are made for blocking web robots and made entries in robots.txt. After that the site's response seems better. I'm just monitoring the site speed for a few days.

            – Manny0606
            Mar 18 '15 at 0:58











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "2"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f674773%2ftakes-long-time-to-load-the-login-page-from-apache-web-server%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          It is most likely not a configuration issue in apache, php, or mysql, but instead some other activity on the server causing the periodic slowness. Check for other processes running in that window where the site is slow. Given the environment you mentioned, I bet something is running on that server periodically like a cron job doing a backup or someone running AWStats with way too much log retention.






          share|improve this answer























          • There is no cron job or anyother process that runs in the server. I used google chrome's developer mode to see where the page loading takes time. I see few css scripts take few seconds to load. The connection setup is fast, DNS lookup, Inital connection, SSL takes only few milli seconds, but at the Request/Response side waiting for TTFB takes more time (15s,18s,23s..). Will there be any issue with loading the scripts? or something else with the server?

            – Manny0606
            Mar 13 '15 at 2:54












          • The .htaccess file was huge and I removed few entries that are made for blocking web robots and made entries in robots.txt. After that the site's response seems better. I'm just monitoring the site speed for a few days.

            – Manny0606
            Mar 18 '15 at 0:58















          0














          It is most likely not a configuration issue in apache, php, or mysql, but instead some other activity on the server causing the periodic slowness. Check for other processes running in that window where the site is slow. Given the environment you mentioned, I bet something is running on that server periodically like a cron job doing a backup or someone running AWStats with way too much log retention.






          share|improve this answer























          • There is no cron job or anyother process that runs in the server. I used google chrome's developer mode to see where the page loading takes time. I see few css scripts take few seconds to load. The connection setup is fast, DNS lookup, Inital connection, SSL takes only few milli seconds, but at the Request/Response side waiting for TTFB takes more time (15s,18s,23s..). Will there be any issue with loading the scripts? or something else with the server?

            – Manny0606
            Mar 13 '15 at 2:54












          • The .htaccess file was huge and I removed few entries that are made for blocking web robots and made entries in robots.txt. After that the site's response seems better. I'm just monitoring the site speed for a few days.

            – Manny0606
            Mar 18 '15 at 0:58













          0












          0








          0







          It is most likely not a configuration issue in apache, php, or mysql, but instead some other activity on the server causing the periodic slowness. Check for other processes running in that window where the site is slow. Given the environment you mentioned, I bet something is running on that server periodically like a cron job doing a backup or someone running AWStats with way too much log retention.






          share|improve this answer













          It is most likely not a configuration issue in apache, php, or mysql, but instead some other activity on the server causing the periodic slowness. Check for other processes running in that window where the site is slow. Given the environment you mentioned, I bet something is running on that server periodically like a cron job doing a backup or someone running AWStats with way too much log retention.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 12 '15 at 4:43









          Andrew DomaszekAndrew Domaszek

          4,77011025




          4,77011025












          • There is no cron job or anyother process that runs in the server. I used google chrome's developer mode to see where the page loading takes time. I see few css scripts take few seconds to load. The connection setup is fast, DNS lookup, Inital connection, SSL takes only few milli seconds, but at the Request/Response side waiting for TTFB takes more time (15s,18s,23s..). Will there be any issue with loading the scripts? or something else with the server?

            – Manny0606
            Mar 13 '15 at 2:54












          • The .htaccess file was huge and I removed few entries that are made for blocking web robots and made entries in robots.txt. After that the site's response seems better. I'm just monitoring the site speed for a few days.

            – Manny0606
            Mar 18 '15 at 0:58

















          • There is no cron job or anyother process that runs in the server. I used google chrome's developer mode to see where the page loading takes time. I see few css scripts take few seconds to load. The connection setup is fast, DNS lookup, Inital connection, SSL takes only few milli seconds, but at the Request/Response side waiting for TTFB takes more time (15s,18s,23s..). Will there be any issue with loading the scripts? or something else with the server?

            – Manny0606
            Mar 13 '15 at 2:54












          • The .htaccess file was huge and I removed few entries that are made for blocking web robots and made entries in robots.txt. After that the site's response seems better. I'm just monitoring the site speed for a few days.

            – Manny0606
            Mar 18 '15 at 0:58
















          There is no cron job or anyother process that runs in the server. I used google chrome's developer mode to see where the page loading takes time. I see few css scripts take few seconds to load. The connection setup is fast, DNS lookup, Inital connection, SSL takes only few milli seconds, but at the Request/Response side waiting for TTFB takes more time (15s,18s,23s..). Will there be any issue with loading the scripts? or something else with the server?

          – Manny0606
          Mar 13 '15 at 2:54






          There is no cron job or anyother process that runs in the server. I used google chrome's developer mode to see where the page loading takes time. I see few css scripts take few seconds to load. The connection setup is fast, DNS lookup, Inital connection, SSL takes only few milli seconds, but at the Request/Response side waiting for TTFB takes more time (15s,18s,23s..). Will there be any issue with loading the scripts? or something else with the server?

          – Manny0606
          Mar 13 '15 at 2:54














          The .htaccess file was huge and I removed few entries that are made for blocking web robots and made entries in robots.txt. After that the site's response seems better. I'm just monitoring the site speed for a few days.

          – Manny0606
          Mar 18 '15 at 0:58





          The .htaccess file was huge and I removed few entries that are made for blocking web robots and made entries in robots.txt. After that the site's response seems better. I'm just monitoring the site speed for a few days.

          – Manny0606
          Mar 18 '15 at 0:58

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f674773%2ftakes-long-time-to-load-the-login-page-from-apache-web-server%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

          How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

          Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos