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

Should I discuss the type of campaign with my players?

porting install scripts : can rpm replace apt?

How to tell that you are a giant?

Can an alien society believe that their star system is the universe?

Single word antonym of "flightless"

Seeking colloquialism for “just because”

How do I keep my slimes from escaping their pens?

How does the particle を relate to the verb 行く in the structure「A を + B に行く」?

Why did the IBM 650 use bi-quinary?

How to answer "Have you ever been terminated?"

How to call a function with default parameter through a pointer to function that is the return of another function?

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

What LEGO pieces have "real-world" functionality?

Why do people hide their license plates in the EU?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

How to react to hostile behavior from a senior developer?

Why are Kinder Surprise Eggs illegal in the USA?

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

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

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

What is the role of the transistor and diode in a soft start circuit?

Book where humans were engineered with genes from animal species to survive hostile planets

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

Overriding an object in memory with placement new



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

                                Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

                                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

                                How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2