Magento 2 and Varnish 5 The 2019 Stack Overflow Developer Survey Results Are In ...

Simulating Exploding Dice

What happens to a Warlock's expended Spell Slots when they gain a Level?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Sub-subscripts in strings cause different spacings than subscripts

should truth entail possible truth

Can I visit the Trinity College (Cambridge) library and see some of their rare books

Identify 80s or 90s comics with ripped creatures (not dwarves)

Single author papers against my advisor's will?

Why doesn't a hydraulic lever violate conservation of energy?

Presidential Pardon

Working through the single responsibility principle (SRP) in Python when calls are expensive

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

What is the padding with red substance inside of steak packaging?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Word to describe a time interval

Python - Fishing Simulator

60's-70's movie: home appliances revolting against the owners

Does Parliament need to approve the new Brexit delay to 31 October 2019?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Sort list of array linked objects by keys and values

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

What other Star Trek series did the main TNG cast show up in?

Am I ethically obligated to go into work on an off day if the reason is sudden?



Magento 2 and Varnish 5



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraVarnish top navigation menu goneHow to create a Varnish compatible theme in Magento 2?Magento 1.14 vs 2.0 Enterprise editionMagento 2 Migration Tool - Migrate Settings from 1.9 - 2.0 CEVarnish with Magento 2?Unable add product to cart after changing from production mode to developer modeMagento 2: Varnish + Redis for Full Page Cache at the same time?Php Readiness check failed due to different version of phpNo varnish headerswhile creating custom module upgrade command not working and all other commands not working before it works at the time of magento2 installationHow to dynamically change number of varnish servers with magento2?





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







2















According to Magento DevDocs http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish.html,




Magento 2 supports Varnish versions 3.0.5 or later or any Varnish 4.x
version.




Is there anyone who has tried Varnish 5 with Magento 2?










share|improve this question
















bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • v5 do NOT exist in repository anymore now

    – Ketan Borada
    Jan 30 at 12:32


















2















According to Magento DevDocs http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish.html,




Magento 2 supports Varnish versions 3.0.5 or later or any Varnish 4.x
version.




Is there anyone who has tried Varnish 5 with Magento 2?










share|improve this question
















bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • v5 do NOT exist in repository anymore now

    – Ketan Borada
    Jan 30 at 12:32














2












2








2








According to Magento DevDocs http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish.html,




Magento 2 supports Varnish versions 3.0.5 or later or any Varnish 4.x
version.




Is there anyone who has tried Varnish 5 with Magento 2?










share|improve this question
















According to Magento DevDocs http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish.html,




Magento 2 supports Varnish versions 3.0.5 or later or any Varnish 4.x
version.




Is there anyone who has tried Varnish 5 with Magento 2?







magento2 varnish






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 13 '18 at 7:49









7ochem

5,84493768




5,84493768










asked Feb 21 '17 at 17:47









Krt_MaltaKrt_Malta

15615




15615





bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 3 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • v5 do NOT exist in repository anymore now

    – Ketan Borada
    Jan 30 at 12:32



















  • v5 do NOT exist in repository anymore now

    – Ketan Borada
    Jan 30 at 12:32

















v5 do NOT exist in repository anymore now

– Ketan Borada
Jan 30 at 12:32





v5 do NOT exist in repository anymore now

– Ketan Borada
Jan 30 at 12:32










3 Answers
3






active

oldest

votes


















0














You shouldn't run into any issues. There aren't so many dramatic changes in Varnish Configuration Language between Varnish 4 & 5, so I suspect Magento's generated VCL will work out of the box with Varnish 5.






share|improve this answer































    0














    Since Magento 2.2 Varnish 5 is officially supported (see http://devdocs.magento.com/guides/v2.2/config-guide/varnish/config-varnish.html )



    But as stated before, since there are no Major changed you will probably be find using Magento 2.0 or Magento 2.1. (You still might want to consider upgrading Magento 2.0 as it will not receive any more bug fixes)






    share|improve this answer































      0














      Mine seems to work as well as with Varnish 4. I followed the guides starting here:



      http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish-install.html



      Magento has a configuration export for Varnish 5 (since versions 2.2.x) to download also now so they seem to be fine with Varnish 5 as stated in docs.



      The VCL provided by magento does seem to just be for version 4 as the file states:



      # VCL version 5.0 is not supported so it should be 4.0 even though actually used Varnish version is 5
      vcl 4.0;



      My Current issues with varnish were/are:






      1. The Menu dissapearing which was fixed by a simple google although this is a bit of a workaround:



        Varnish top navigation menu gone




      2. Larger Categories show error:



        Error 503 Backend fetch failed


        This can be fixed with help from here: http://devdocs.magento.com/guides/v2.0/config-guide/varnish/tshoot-varnish-503.html although currently this is not working for me.




      Neither which are due to Varnish 5 however thought i would mention. All other testing seems to be mostly ok.






      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%2f161096%2fmagento-2-and-varnish-5%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









        0














        You shouldn't run into any issues. There aren't so many dramatic changes in Varnish Configuration Language between Varnish 4 & 5, so I suspect Magento's generated VCL will work out of the box with Varnish 5.






        share|improve this answer




























          0














          You shouldn't run into any issues. There aren't so many dramatic changes in Varnish Configuration Language between Varnish 4 & 5, so I suspect Magento's generated VCL will work out of the box with Varnish 5.






          share|improve this answer


























            0












            0








            0







            You shouldn't run into any issues. There aren't so many dramatic changes in Varnish Configuration Language between Varnish 4 & 5, so I suspect Magento's generated VCL will work out of the box with Varnish 5.






            share|improve this answer













            You shouldn't run into any issues. There aren't so many dramatic changes in Varnish Configuration Language between Varnish 4 & 5, so I suspect Magento's generated VCL will work out of the box with Varnish 5.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 22 '17 at 0:22









            Danila VershininDanila Vershinin

            41227




            41227

























                0














                Since Magento 2.2 Varnish 5 is officially supported (see http://devdocs.magento.com/guides/v2.2/config-guide/varnish/config-varnish.html )



                But as stated before, since there are no Major changed you will probably be find using Magento 2.0 or Magento 2.1. (You still might want to consider upgrading Magento 2.0 as it will not receive any more bug fixes)






                share|improve this answer




























                  0














                  Since Magento 2.2 Varnish 5 is officially supported (see http://devdocs.magento.com/guides/v2.2/config-guide/varnish/config-varnish.html )



                  But as stated before, since there are no Major changed you will probably be find using Magento 2.0 or Magento 2.1. (You still might want to consider upgrading Magento 2.0 as it will not receive any more bug fixes)






                  share|improve this answer


























                    0












                    0








                    0







                    Since Magento 2.2 Varnish 5 is officially supported (see http://devdocs.magento.com/guides/v2.2/config-guide/varnish/config-varnish.html )



                    But as stated before, since there are no Major changed you will probably be find using Magento 2.0 or Magento 2.1. (You still might want to consider upgrading Magento 2.0 as it will not receive any more bug fixes)






                    share|improve this answer













                    Since Magento 2.2 Varnish 5 is officially supported (see http://devdocs.magento.com/guides/v2.2/config-guide/varnish/config-varnish.html )



                    But as stated before, since there are no Major changed you will probably be find using Magento 2.0 or Magento 2.1. (You still might want to consider upgrading Magento 2.0 as it will not receive any more bug fixes)







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 22 '17 at 16:20









                    Jonas HünigJonas Hünig

                    41027




                    41027























                        0














                        Mine seems to work as well as with Varnish 4. I followed the guides starting here:



                        http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish-install.html



                        Magento has a configuration export for Varnish 5 (since versions 2.2.x) to download also now so they seem to be fine with Varnish 5 as stated in docs.



                        The VCL provided by magento does seem to just be for version 4 as the file states:



                        # VCL version 5.0 is not supported so it should be 4.0 even though actually used Varnish version is 5
                        vcl 4.0;



                        My Current issues with varnish were/are:






                        1. The Menu dissapearing which was fixed by a simple google although this is a bit of a workaround:



                          Varnish top navigation menu gone




                        2. Larger Categories show error:



                          Error 503 Backend fetch failed


                          This can be fixed with help from here: http://devdocs.magento.com/guides/v2.0/config-guide/varnish/tshoot-varnish-503.html although currently this is not working for me.




                        Neither which are due to Varnish 5 however thought i would mention. All other testing seems to be mostly ok.






                        share|improve this answer






























                          0














                          Mine seems to work as well as with Varnish 4. I followed the guides starting here:



                          http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish-install.html



                          Magento has a configuration export for Varnish 5 (since versions 2.2.x) to download also now so they seem to be fine with Varnish 5 as stated in docs.



                          The VCL provided by magento does seem to just be for version 4 as the file states:



                          # VCL version 5.0 is not supported so it should be 4.0 even though actually used Varnish version is 5
                          vcl 4.0;



                          My Current issues with varnish were/are:






                          1. The Menu dissapearing which was fixed by a simple google although this is a bit of a workaround:



                            Varnish top navigation menu gone




                          2. Larger Categories show error:



                            Error 503 Backend fetch failed


                            This can be fixed with help from here: http://devdocs.magento.com/guides/v2.0/config-guide/varnish/tshoot-varnish-503.html although currently this is not working for me.




                          Neither which are due to Varnish 5 however thought i would mention. All other testing seems to be mostly ok.






                          share|improve this answer




























                            0












                            0








                            0







                            Mine seems to work as well as with Varnish 4. I followed the guides starting here:



                            http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish-install.html



                            Magento has a configuration export for Varnish 5 (since versions 2.2.x) to download also now so they seem to be fine with Varnish 5 as stated in docs.



                            The VCL provided by magento does seem to just be for version 4 as the file states:



                            # VCL version 5.0 is not supported so it should be 4.0 even though actually used Varnish version is 5
                            vcl 4.0;



                            My Current issues with varnish were/are:






                            1. The Menu dissapearing which was fixed by a simple google although this is a bit of a workaround:



                              Varnish top navigation menu gone




                            2. Larger Categories show error:



                              Error 503 Backend fetch failed


                              This can be fixed with help from here: http://devdocs.magento.com/guides/v2.0/config-guide/varnish/tshoot-varnish-503.html although currently this is not working for me.




                            Neither which are due to Varnish 5 however thought i would mention. All other testing seems to be mostly ok.






                            share|improve this answer















                            Mine seems to work as well as with Varnish 4. I followed the guides starting here:



                            http://devdocs.magento.com/guides/v2.0/config-guide/varnish/config-varnish-install.html



                            Magento has a configuration export for Varnish 5 (since versions 2.2.x) to download also now so they seem to be fine with Varnish 5 as stated in docs.



                            The VCL provided by magento does seem to just be for version 4 as the file states:



                            # VCL version 5.0 is not supported so it should be 4.0 even though actually used Varnish version is 5
                            vcl 4.0;



                            My Current issues with varnish were/are:






                            1. The Menu dissapearing which was fixed by a simple google although this is a bit of a workaround:



                              Varnish top navigation menu gone




                            2. Larger Categories show error:



                              Error 503 Backend fetch failed


                              This can be fixed with help from here: http://devdocs.magento.com/guides/v2.0/config-guide/varnish/tshoot-varnish-503.html although currently this is not working for me.




                            Neither which are due to Varnish 5 however thought i would mention. All other testing seems to be mostly ok.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Nov 24 '17 at 12:24

























                            answered Nov 22 '17 at 16:09









                            harriharri

                            3,08611657




                            3,08611657






























                                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%2f161096%2fmagento-2-and-varnish-5%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)...

                                夢乃愛華...