The MU forums have moved to WordPress.org

How to disable compression for all blogs (5 posts)

  1. goko
    Member
    Posted 16 years ago #

    I want to disable gzip compression for all blogs. Since I cannot find option for that here is what I already done.

    It is a bit hackish but non-the-less:
    * disabled gzip_compression(); after wp(); in wp-blog-header.php
    * change gzip_compression() function to return false no matter what in functions.php
    * changed gzipcompression's option_value to 0 in wp_X_options database table

    * Played a bit with TinyMCE files since they have some gzip lines but left them unchanged because I do not think they are important for that issue.

    * Deleted cookies and browser's cache. I am unaware if there is any caching on server side by default on wpmu.

    After that main page of each blog (note: assigned to home.php) is still served compressed.

    Please let me know if You have any permanent solutions or just some ideas what else could be done to resolve that issue.

  2. goko
    Member
    Posted 16 years ago #

    to the top

  3. goko
    Member
    Posted 16 years ago #

    ^^

  4. goko
    Member
    Posted 16 years ago #

    ^^

  5. theapparatus
    Member
    Posted 16 years ago #

    Did you clear your browser's cache as well as wpmu's cache before trying to view home.php again? I'm wondering if you're looking at a cache of the page.

About this Topic

  • Started 16 years ago by goko
  • Latest reply from theapparatus