Onepage (checkout) is very slow Planned maintenance scheduled April 17/18, 2019 at 00:00UTC...

Why are Kinder Surprise Eggs illegal in the USA?

Coloring maths inside a tcolorbox

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

String `!23` is replaced with `docker` in command line

Bete Noir -- no dairy

What is a non-alternating simple group with big order, but relatively few conjugacy classes?

Can a non-EU citizen traveling with me come with me through the EU passport line?

Why light coming from distant stars is not discreet?

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?

Why do people hide their license plates in the EU?

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

Using audio cues to encourage good posture

What is the meaning of the new sigil in Game of Thrones Season 8 intro?

What LEGO pieces have "real-world" functionality?

What's the meaning of 間時肆拾貳 at a car parking sign

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

How to align text above triangle figure

porting install scripts : can rpm replace apt?

Why is my conclusion inconsistent with the van't Hoff equation?

Storing hydrofluoric acid before the invention of plastics

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

Can I cast Passwall to drop an enemy into a 20-foot pit?

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

What is Arya's weapon design?



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 4 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

                                “%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

                                How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

                                夢乃愛華...