asp.net - Unexpected request size for Asp.WebForms application after update of components -


i've got following problem:

we've updated our components. before update page request size 22kb in size (140k characters, including whitespace). after update request size 180~kb (180k characters, including whitespace).

i have assumed there's direct relation of request answer length , characters sent can't quite explain how 30%~ increase in characters results in 9 times request content sent.

does ring bell anyone? can't quite see difference comming from.

the reason was, old version has gzip compression enabled while new 1 not, despite configuration beeing set have enabled. it's matter of research why not returning gzip encoded content now.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -