Onepage (checkout) is very slow Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Suggestions for making Magento CE fasterOnepage checkout, or not Onepage checkoutKaspersky false positive in onepage checkout, Magento 1.9 CEOnepage Checkout error - Review is not definedOnepage checkout Uncaught TypeError: Cannot set property 'checked' of nullOnepage checkout tab rearrangingOnepage checkout returns 500onepage checkout js errorRemove “CHECKOUT METHOD” from onepageFatal Error Onepage checkoutMagento 2: Onepage Checkout

Is the Standard Deduction better than Itemized when both are the same amount?

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

How to tell that you are a giant?

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?

Short Story with Cinderella as a Voo-doo Witch

51k Euros annually for a family of 4 in Berlin: Is it enough?

Echoing a tail command produces unexpected output?

How to react to hostile behavior from a senior developer?

Is it fair for a professor to grade us on the possession of past papers?

Using audio cues to encourage good posture

What exactly is a "Meth" in Altered Carbon?

Why do we bend a book to keep it straight?

How widely used is the term Treppenwitz? Is it something that most Germans know?

How to align text above triangle figure

What LEGO pieces have "real-world" functionality?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Why is "Consequences inflicted." not a sentence?

Why light coming from distant stars is not discreet?

If a contract sometimes uses the wrong name, is it still valid?

How to find all the available tools in mac terminal?

What would be the ideal power source for a cybernetic eye?

How to run gsettings for another user Ubuntu 18.04.2 LTS

Should I use a zero-interest credit card for a large one-time purchase?



Onepage (checkout) is very slow



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Suggestions for making Magento CE fasterOnepage checkout, or not Onepage checkoutKaspersky false positive in onepage checkout, Magento 1.9 CEOnepage Checkout error - Review is not definedOnepage checkout Uncaught TypeError: Cannot set property 'checked' of nullOnepage checkout tab rearrangingOnepage checkout returns 500onepage checkout js errorRemove “CHECKOUT METHOD” from onepageFatal Error Onepage checkoutMagento 2: Onepage Checkout



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








8















My website is lightning fast (loads under 1 second) using different AJAX and Caching extensions, but all grinds to a complete stop when checking out. Load times can jump up to around 10 seconds, sometimes even more. Even refreshing /checkout/onepage/ can take forever.



I know this issue probably depends on numerous things, but let me begin by asking how I would be able to narrow down the causes. Is there some debugging mode available that can tell me what exactly is being loaded while waiting?










share|improve this question






















  • Your store isn't quick. You hid poor performance with a cache and are still suffering from it. Top Tip. Make your store faster, remove the cache, magento.stackexchange.com/questions/84283/…

    – Ben Lessani - Sonassi
    Oct 1 '15 at 16:11


















8















My website is lightning fast (loads under 1 second) using different AJAX and Caching extensions, but all grinds to a complete stop when checking out. Load times can jump up to around 10 seconds, sometimes even more. Even refreshing /checkout/onepage/ can take forever.



I know this issue probably depends on numerous things, but let me begin by asking how I would be able to narrow down the causes. Is there some debugging mode available that can tell me what exactly is being loaded while waiting?










share|improve this question






















  • Your store isn't quick. You hid poor performance with a cache and are still suffering from it. Top Tip. Make your store faster, remove the cache, magento.stackexchange.com/questions/84283/…

    – Ben Lessani - Sonassi
    Oct 1 '15 at 16:11














8












8








8


2






My website is lightning fast (loads under 1 second) using different AJAX and Caching extensions, but all grinds to a complete stop when checking out. Load times can jump up to around 10 seconds, sometimes even more. Even refreshing /checkout/onepage/ can take forever.



I know this issue probably depends on numerous things, but let me begin by asking how I would be able to narrow down the causes. Is there some debugging mode available that can tell me what exactly is being loaded while waiting?










share|improve this question














My website is lightning fast (loads under 1 second) using different AJAX and Caching extensions, but all grinds to a complete stop when checking out. Load times can jump up to around 10 seconds, sometimes even more. Even refreshing /checkout/onepage/ can take forever.



I know this issue probably depends on numerous things, but let me begin by asking how I would be able to narrow down the causes. Is there some debugging mode available that can tell me what exactly is being loaded while waiting?







ce-1.9.0.1 onepage-checkout






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 1 '15 at 13:19









TijdschriftenzoTijdschriftenzo

1681412




1681412












  • Your store isn't quick. You hid poor performance with a cache and are still suffering from it. Top Tip. Make your store faster, remove the cache, magento.stackexchange.com/questions/84283/…

    – Ben Lessani - Sonassi
    Oct 1 '15 at 16:11


















  • Your store isn't quick. You hid poor performance with a cache and are still suffering from it. Top Tip. Make your store faster, remove the cache, magento.stackexchange.com/questions/84283/…

    – Ben Lessani - Sonassi
    Oct 1 '15 at 16:11

















Your store isn't quick. You hid poor performance with a cache and are still suffering from it. Top Tip. Make your store faster, remove the cache, magento.stackexchange.com/questions/84283/…

– Ben Lessani - Sonassi
Oct 1 '15 at 16:11






Your store isn't quick. You hid poor performance with a cache and are still suffering from it. Top Tip. Make your store faster, remove the cache, magento.stackexchange.com/questions/84283/…

– Ben Lessani - Sonassi
Oct 1 '15 at 16:11











3 Answers
3






active

oldest

votes


















7














Profile, Profile, Profile.




  • xDebug

  • Tideways


  • Blackfire

  • New Relic

Obviosuly do you have serious performance problems, which you hide behind




different AJAX and Caching extensions




Fix this.






share|improve this answer






























    3














    The main problem with the speed in the checkout is the cache module. Magento use a cache module witch use the Zend_Cache library and create a huge numbers of files that makes the site terrible slow. You can easy replace it with this:

    Cm_Cache_Backend_File

    or even better, magento is prepared to work with Redis. With this feature the cache goes to RAM instead the File System. It's a little more tricky but, like I said, Magento it's prepared to use it so it.
    Good luck!






    share|improve this answer






























      3














      here is possible reasons for slow magento checkout:



      • magento has to query too many shipping gateway URLs to collect
        shipping rates. disable UPSP, UPS, Fedes, DHL shipping methods if you
        don't use them.

      • you are using magento 1.9.0.1 that means new order email is sent
        during checkout - check how fast is that. if mail server is down
        customers will wait forever after they click on submit order button.

      • magento gift message extension adds its 2 cents to checkout page load
        time. disable it if you don't need it.

      you don't need fancy profilers mentioned above - enable default magento profiler or use simple Aoe Profiler and check the trace - it could be some third party extension observers slowing you down.



      See these 7 fixes for slow magento site as well.






      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
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f84912%2fonepage-checkout-is-very-slow%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        7














        Profile, Profile, Profile.




        • xDebug

        • Tideways


        • Blackfire

        • New Relic

        Obviosuly do you have serious performance problems, which you hide behind




        different AJAX and Caching extensions




        Fix this.






        share|improve this answer



























          7














          Profile, Profile, Profile.




          • xDebug

          • Tideways


          • Blackfire

          • New Relic

          Obviosuly do you have serious performance problems, which you hide behind




          different AJAX and Caching extensions




          Fix this.






          share|improve this answer

























            7












            7








            7







            Profile, Profile, Profile.




            • xDebug

            • Tideways


            • Blackfire

            • New Relic

            Obviosuly do you have serious performance problems, which you hide behind




            different AJAX and Caching extensions




            Fix this.






            share|improve this answer













            Profile, Profile, Profile.




            • xDebug

            • Tideways


            • Blackfire

            • New Relic

            Obviosuly do you have serious performance problems, which you hide behind




            different AJAX and Caching extensions




            Fix this.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Oct 1 '15 at 13:31









            Fabian BlechschmidtFabian Blechschmidt

            33.5k764174




            33.5k764174























                3














                The main problem with the speed in the checkout is the cache module. Magento use a cache module witch use the Zend_Cache library and create a huge numbers of files that makes the site terrible slow. You can easy replace it with this:

                Cm_Cache_Backend_File

                or even better, magento is prepared to work with Redis. With this feature the cache goes to RAM instead the File System. It's a little more tricky but, like I said, Magento it's prepared to use it so it.
                Good luck!






                share|improve this answer



























                  3














                  The main problem with the speed in the checkout is the cache module. Magento use a cache module witch use the Zend_Cache library and create a huge numbers of files that makes the site terrible slow. You can easy replace it with this:

                  Cm_Cache_Backend_File

                  or even better, magento is prepared to work with Redis. With this feature the cache goes to RAM instead the File System. It's a little more tricky but, like I said, Magento it's prepared to use it so it.
                  Good luck!






                  share|improve this answer

























                    3












                    3








                    3







                    The main problem with the speed in the checkout is the cache module. Magento use a cache module witch use the Zend_Cache library and create a huge numbers of files that makes the site terrible slow. You can easy replace it with this:

                    Cm_Cache_Backend_File

                    or even better, magento is prepared to work with Redis. With this feature the cache goes to RAM instead the File System. It's a little more tricky but, like I said, Magento it's prepared to use it so it.
                    Good luck!






                    share|improve this answer













                    The main problem with the speed in the checkout is the cache module. Magento use a cache module witch use the Zend_Cache library and create a huge numbers of files that makes the site terrible slow. You can easy replace it with this:

                    Cm_Cache_Backend_File

                    or even better, magento is prepared to work with Redis. With this feature the cache goes to RAM instead the File System. It's a little more tricky but, like I said, Magento it's prepared to use it so it.
                    Good luck!







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Oct 1 '15 at 14:40









                    LuksLuks

                    1088




                    1088





















                        3














                        here is possible reasons for slow magento checkout:



                        • magento has to query too many shipping gateway URLs to collect
                          shipping rates. disable UPSP, UPS, Fedes, DHL shipping methods if you
                          don't use them.

                        • you are using magento 1.9.0.1 that means new order email is sent
                          during checkout - check how fast is that. if mail server is down
                          customers will wait forever after they click on submit order button.

                        • magento gift message extension adds its 2 cents to checkout page load
                          time. disable it if you don't need it.

                        you don't need fancy profilers mentioned above - enable default magento profiler or use simple Aoe Profiler and check the trace - it could be some third party extension observers slowing you down.



                        See these 7 fixes for slow magento site as well.






                        share|improve this answer





























                          3














                          here is possible reasons for slow magento checkout:



                          • magento has to query too many shipping gateway URLs to collect
                            shipping rates. disable UPSP, UPS, Fedes, DHL shipping methods if you
                            don't use them.

                          • you are using magento 1.9.0.1 that means new order email is sent
                            during checkout - check how fast is that. if mail server is down
                            customers will wait forever after they click on submit order button.

                          • magento gift message extension adds its 2 cents to checkout page load
                            time. disable it if you don't need it.

                          you don't need fancy profilers mentioned above - enable default magento profiler or use simple Aoe Profiler and check the trace - it could be some third party extension observers slowing you down.



                          See these 7 fixes for slow magento site as well.






                          share|improve this answer



























                            3












                            3








                            3







                            here is possible reasons for slow magento checkout:



                            • magento has to query too many shipping gateway URLs to collect
                              shipping rates. disable UPSP, UPS, Fedes, DHL shipping methods if you
                              don't use them.

                            • you are using magento 1.9.0.1 that means new order email is sent
                              during checkout - check how fast is that. if mail server is down
                              customers will wait forever after they click on submit order button.

                            • magento gift message extension adds its 2 cents to checkout page load
                              time. disable it if you don't need it.

                            you don't need fancy profilers mentioned above - enable default magento profiler or use simple Aoe Profiler and check the trace - it could be some third party extension observers slowing you down.



                            See these 7 fixes for slow magento site as well.






                            share|improve this answer















                            here is possible reasons for slow magento checkout:



                            • magento has to query too many shipping gateway URLs to collect
                              shipping rates. disable UPSP, UPS, Fedes, DHL shipping methods if you
                              don't use them.

                            • you are using magento 1.9.0.1 that means new order email is sent
                              during checkout - check how fast is that. if mail server is down
                              customers will wait forever after they click on submit order button.

                            • magento gift message extension adds its 2 cents to checkout page load
                              time. disable it if you don't need it.

                            you don't need fancy profilers mentioned above - enable default magento profiler or use simple Aoe Profiler and check the trace - it could be some third party extension observers slowing you down.



                            See these 7 fixes for slow magento site as well.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited 8 mins ago

























                            answered Nov 4 '16 at 9:02









                            Konstantin GerasimovKonstantin Gerasimov

                            3,505830




                            3,505830



























                                draft saved

                                draft discarded
















































                                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%2f84912%2fonepage-checkout-is-very-slow%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

                                Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

                                Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

                                Aasi (pallopeli) Navigointivalikko