Magento 1 taking too long to login in admin (sometimes)Magento backend session timeoutCannot Log Back into Magento admin 1.9.xMagento Admin Nginx 404Fatal error Upgrading to 1.9.1 related to ConfigurableSwatchesReindex catalog categories url issueAdmin login doesn't workFatal error: Call to a member function getIdByCode() on boolean inCheckout redirecting to the cart pageUnable to see the actual images in the back endWhy are browsers failing to load some static content?

How do I professionally let my manager know I'll quit over an issue?

When Bnei Yisroel travelled in the midbar, what happened on Shabbos?

Print one file per line using echo

Subtract the Folded Matrix

Draw a symmetric alien head

How long did the SR-71 take to get to cruising altitude?

Why does Linux list NVMe drives as /dev/nvme0 instead of /dev/sda?

Cut the gold chain

King or Queen-Which piece is which?

A word for delight at someone else's failure?

I just entered the USA without passport control at Atlanta airport

How do internally carried IR missiles acquire a lock?

Very tricky nonogram - where to go next?

What was the flower of Empress Taytu?

Is declining an undergraduate award which causes me discomfort appropriate?

I found a password with hashcat, but it doesn't work

What is the oldest commercial MS-DOS program that can run on modern versions of Windows without third-party software?

Why isn't my calculation that we should be able to see the sun well beyond the observable universe valid?

Why don't countries like Japan just print more money?

Prisoner on alien planet escapes by making up a story about ghost companions and wins the war

Designing a magic-compatible polearm

How do I remove this inheritance-related code smell?

Why does independence imply zero correlation?

Non-misogynistic way to say “asshole”?



Magento 1 taking too long to login in admin (sometimes)


Magento backend session timeoutCannot Log Back into Magento admin 1.9.xMagento Admin Nginx 404Fatal error Upgrading to 1.9.1 related to ConfigurableSwatchesReindex catalog categories url issueAdmin login doesn't workFatal error: Call to a member function getIdByCode() on boolean inCheckout redirecting to the cart pageUnable to see the actual images in the back endWhy are browsers failing to load some static content?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm checking out a problem occurring in a Magento 1.9.2.2 instance for a client. Basically, the website becomes really slow sometimes, but the major problem is in Admin Page.



When the user logs in (or logs out) from Admin, it takes too long (about 3 minutes) and just ends up showing a Request Timeout, then when I try to reload the page, it just enters the admin (because the cookies have been created).



So far I have tried the following



  • Inspecting exception.log and system.log files

  • Deactivated ALL community and local modules

  • Changed redirections

  • Cleaned cache and sessions (files and database)

  • Changed PHP memory_size and timeout.

The only clue I have I saw in system.log. When logging, the system.log receives some XML paths, like these:



/home/nplplkrh/public_html/app/design/frontend/base/default/layout/core.xml
/home/nplplkrh/public_html/app/design/frontend/base/default/layout/page.xml



When the problem occurs, some part of this code just repeats without stopping, as if the code is loading the same XML files uninterruptedly.



The oddest fact is that this problem just occurs sometimes, really often, but not always. I had a whole week without any problem, but it started over again this week.



I appreciate if you guys could help me to debug this problem.



Thank you very much.










share|improve this question









New contributor



Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I'm checking out a problem occurring in a Magento 1.9.2.2 instance for a client. Basically, the website becomes really slow sometimes, but the major problem is in Admin Page.



    When the user logs in (or logs out) from Admin, it takes too long (about 3 minutes) and just ends up showing a Request Timeout, then when I try to reload the page, it just enters the admin (because the cookies have been created).



    So far I have tried the following



    • Inspecting exception.log and system.log files

    • Deactivated ALL community and local modules

    • Changed redirections

    • Cleaned cache and sessions (files and database)

    • Changed PHP memory_size and timeout.

    The only clue I have I saw in system.log. When logging, the system.log receives some XML paths, like these:



    /home/nplplkrh/public_html/app/design/frontend/base/default/layout/core.xml
    /home/nplplkrh/public_html/app/design/frontend/base/default/layout/page.xml



    When the problem occurs, some part of this code just repeats without stopping, as if the code is loading the same XML files uninterruptedly.



    The oddest fact is that this problem just occurs sometimes, really often, but not always. I had a whole week without any problem, but it started over again this week.



    I appreciate if you guys could help me to debug this problem.



    Thank you very much.










    share|improve this question









    New contributor



    Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      0












      0








      0


      1






      I'm checking out a problem occurring in a Magento 1.9.2.2 instance for a client. Basically, the website becomes really slow sometimes, but the major problem is in Admin Page.



      When the user logs in (or logs out) from Admin, it takes too long (about 3 minutes) and just ends up showing a Request Timeout, then when I try to reload the page, it just enters the admin (because the cookies have been created).



      So far I have tried the following



      • Inspecting exception.log and system.log files

      • Deactivated ALL community and local modules

      • Changed redirections

      • Cleaned cache and sessions (files and database)

      • Changed PHP memory_size and timeout.

      The only clue I have I saw in system.log. When logging, the system.log receives some XML paths, like these:



      /home/nplplkrh/public_html/app/design/frontend/base/default/layout/core.xml
      /home/nplplkrh/public_html/app/design/frontend/base/default/layout/page.xml



      When the problem occurs, some part of this code just repeats without stopping, as if the code is loading the same XML files uninterruptedly.



      The oddest fact is that this problem just occurs sometimes, really often, but not always. I had a whole week without any problem, but it started over again this week.



      I appreciate if you guys could help me to debug this problem.



      Thank you very much.










      share|improve this question









      New contributor



      Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I'm checking out a problem occurring in a Magento 1.9.2.2 instance for a client. Basically, the website becomes really slow sometimes, but the major problem is in Admin Page.



      When the user logs in (or logs out) from Admin, it takes too long (about 3 minutes) and just ends up showing a Request Timeout, then when I try to reload the page, it just enters the admin (because the cookies have been created).



      So far I have tried the following



      • Inspecting exception.log and system.log files

      • Deactivated ALL community and local modules

      • Changed redirections

      • Cleaned cache and sessions (files and database)

      • Changed PHP memory_size and timeout.

      The only clue I have I saw in system.log. When logging, the system.log receives some XML paths, like these:



      /home/nplplkrh/public_html/app/design/frontend/base/default/layout/core.xml
      /home/nplplkrh/public_html/app/design/frontend/base/default/layout/page.xml



      When the problem occurs, some part of this code just repeats without stopping, as if the code is loading the same XML files uninterruptedly.



      The oddest fact is that this problem just occurs sometimes, really often, but not always. I had a whole week without any problem, but it started over again this week.



      I appreciate if you guys could help me to debug this problem.



      Thank you very much.







      magento-1.9 admin magento-1.9.2






      share|improve this question









      New contributor



      Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited Jun 11 at 19:29









      Sam

      71212




      71212






      New contributor



      Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked Jun 11 at 19:15









      Lucas LimaLucas Lima

      12




      12




      New contributor



      Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Lucas Lima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Best Practice for Magento 1.9 speed Optimization



          1. Clean database log

          2. Caching configuration

          3. Magento server configuration optimization

          4. Optimize the MySQL server

          5. Advantage performance optimization

          6. Minimize the third party extension & Keep your site clean

          7. Ensure you are running the latest version

          8. Choose Best Web Hosting

          9. Use optimized Magento themes

          10. Optimize Magento Site on Mobile





          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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
            );



            );






            Lucas Lima is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278002%2fmagento-1-taking-too-long-to-login-in-admin-sometimes%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














            Best Practice for Magento 1.9 speed Optimization



            1. Clean database log

            2. Caching configuration

            3. Magento server configuration optimization

            4. Optimize the MySQL server

            5. Advantage performance optimization

            6. Minimize the third party extension & Keep your site clean

            7. Ensure you are running the latest version

            8. Choose Best Web Hosting

            9. Use optimized Magento themes

            10. Optimize Magento Site on Mobile





            share|improve this answer



























              0














              Best Practice for Magento 1.9 speed Optimization



              1. Clean database log

              2. Caching configuration

              3. Magento server configuration optimization

              4. Optimize the MySQL server

              5. Advantage performance optimization

              6. Minimize the third party extension & Keep your site clean

              7. Ensure you are running the latest version

              8. Choose Best Web Hosting

              9. Use optimized Magento themes

              10. Optimize Magento Site on Mobile





              share|improve this answer

























                0












                0








                0







                Best Practice for Magento 1.9 speed Optimization



                1. Clean database log

                2. Caching configuration

                3. Magento server configuration optimization

                4. Optimize the MySQL server

                5. Advantage performance optimization

                6. Minimize the third party extension & Keep your site clean

                7. Ensure you are running the latest version

                8. Choose Best Web Hosting

                9. Use optimized Magento themes

                10. Optimize Magento Site on Mobile





                share|improve this answer













                Best Practice for Magento 1.9 speed Optimization



                1. Clean database log

                2. Caching configuration

                3. Magento server configuration optimization

                4. Optimize the MySQL server

                5. Advantage performance optimization

                6. Minimize the third party extension & Keep your site clean

                7. Ensure you are running the latest version

                8. Choose Best Web Hosting

                9. Use optimized Magento themes

                10. Optimize Magento Site on Mobile






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 11 at 20:06









                Inzamam WaikarInzamam Waikar

                218




                218




















                    Lucas Lima is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Lucas Lima is a new contributor. Be nice, and check out our Code of Conduct.












                    Lucas Lima is a new contributor. Be nice, and check out our Code of Conduct.











                    Lucas Lima is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Magento Stack Exchange!


                    • 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%2fmagento.stackexchange.com%2fquestions%2f278002%2fmagento-1-taking-too-long-to-login-in-admin-sometimes%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

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form