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

          Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

          Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

          What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company