Forums

testCompression script in admin (2 posts)

  1. ricardobeat
    Member
    Posted 1 year ago #

    Hi,

    When multi-site is enabled I get two requests to wp-compression-test on every page load in the admin interface.

    It seems the function compression_test() [wp-admin/includes/template.php:3834] is being called repeatedly. It happens regardless of user role and current site.

    Any ideas?

  2. ricardobeat
    Member
    Posted 1 year ago #

    I managed to stop it with update_site_option('can_compress_scripts', 1), setting it to 0 would keep loading the script.

Topic Closed

This topic has been closed to new replies.

About this Topic