Make WordPress Core

Opened 16 months ago

#55833 new defect (bug)

Interference with the zlib output compression

Reported by: mjkhajeh's profile mjkhajeh Owned by:
Milestone: Awaiting Review Priority: normal
Severity: critical Version: 6.0
Component: Cache API Keywords:
Focuses: performance Cc:

Description

I activated zlib.output_compression from control panel(DirectAdmin) of hosting and this error has shown in my WP:

Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in /home/****/domains/****/public_html/wp-includes/functions.php on line 5275

Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in /home/****/domains/****/public_html/wp-includes/functions.php on line 5275

This error is in both frontend and wp dashboad.

I disabled all plugins and change theme to default but it was still the error.

This error causes a great drop in site speed both on the frontend and in the backend. The Query Monitor plugin also reports various slow queries that change as the page refreshes. All of these queries are also common WordPress queries.

Attachments (1)

zlib-example-errors.zip (53.0 KB) - added by mjkhajeh 16 months ago.
This is an example of slow queries in backend(WP dashboard)

Download all attachments as: .zip

Change History (1)

@mjkhajeh
16 months ago

This is an example of slow queries in backend(WP dashboard)

Note: See TracTickets for help on using tickets.