Title: Translatepress not function
Last modified: September 29, 2023

---

# Translatepress not function

 *  Resolved [josecn](https://wordpress.org/support/users/josecn/)
 * (@josecn)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/translatepress-not-function/)
 * Hello
 * I am using buddyboss like my principal theme, I recently have performance issues,
   this code help me with this issue “
 * function enable_zlib_output_compression() {
   if (function_exists(‘ini_set’)) {
   ini_set(‘zlib.output_compression’, ‘On’);ini_set(‘zlib.output_compression_level’,‘
   1’);}}add_action(‘init’, ‘enable_zlib_output_compression’);” But after try, I
   see that this code doesn’t work with translate press, when I add it in a snippet,
   the translate press function doesn’t work.
 * Could you help me with this issue?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftranslatepress-not-function%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Andrei](https://wordpress.org/support/users/andrei202/)
 * (@andrei202)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/translatepress-not-function/#post-17101920)
 * Hey there,
 * Thanks for contacting us!
 * From what we can tell, You cannot specify additional output handlers if zlib.
   output_compression is activated . Meaning TranslatePress will not work as it’s
   built using output buffers.
 * However, you should probably use HTTP2 & Gzip on a web server level, and this
   will compress your page, not PHP. It’s faster and better this way.
 * Regards,
 *  Thread Starter [josecn](https://wordpress.org/support/users/josecn/)
 * (@josecn)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/translatepress-not-function/#post-17102500)
 * OKay, I will try.
 * Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Translatepress not function’ is closed to new replies.

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [TranslatePress - Translate Multilingual sites with AI Translation](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

## Tags

 * [translate press](https://wordpress.org/support/topic-tag/translate-press/)

 * 2 replies
 * 2 participants
 * Last reply from: [josecn](https://wordpress.org/support/users/josecn/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/translatepress-not-function/#post-17102500)
 * Status: resolved