Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lori ryan 239 posts 573 karma points
    Sep 24, 2018 @ 15:32
    lori ryan
    0

    Umbraco Forms Gzip

    Just doing some performance testing on my Umbraco website. I noticed that the umbraco form assets are in a folder that gzip ignores as per the web.config

     <location path="umbraco">
        <system.webServer>
          <urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" />
        </system.webServer>
    

    Ive tried setting the above to true but that breaks umbraco forms in the admin section.

    Has anybody else ran into this and come up with a workaround / solution?

    Umbraco version 7.10.4 Umbarco Forms Version: 7.0.0

    Thanks in advance Lori

  • lori ryan 239 posts 573 karma points
    Sep 26, 2018 @ 15:28
    lori ryan
    0

    any help?? please

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Oct 16, 2018 @ 12:18
    Alex Skrypnyk
    0

    Hi Lori

    Did you fix this issue?

    Alex

  • lori ryan 239 posts 573 karma points
    Oct 16, 2018 @ 13:37
    lori ryan
    0

    not yet

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Oct 16, 2018 @ 13:47
    Alex Skrypnyk
    0

    I just found that our umbraco forms files are coming from /App_Plugins/UmbracoForms/Assets/ folder, that are supporting gzip on our site.

    What version of Umbraco Forms are you using?

    How do you render form?

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft