This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Force gzip

توضیحات

This plugin implements gzip output compression to speed up load times.

The plugin also does a check to see if browsers are incorrectly saying that they do not support GZIP when they actually do. This can speed up load times for a significant portion of users.

For requests with missing or mangled Accept-Encoding headers, inspect the User-Agent to identify browsers that should understand gzip.
* Test their ability to decompress gzip.
* If successful, send them gzipped content!

See:

  • http://www.stevesouders.com/blog/2010/07/12/velocity-forcing-gzip-compression/
  • http://en.oreilly.com/velocity2010/public/schedule/detail/14334
  • http://wpdevel.wordpress.com/2010/07/13/forcing-gzip-httpwww-stevesouders-co/

نصب

  • Upload the plugin folder to your blog
  • Activate it.

You’re done!

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Force gzip” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Force gzip” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.1

  • Less aggressive with the cookie (uses a session cookie as Google does)
  • Do not do a check if we find Accept-Encoding: identity.
  • Match browser versions instead of just greater than (To catch IE6, etc)

1.0.0

  • Initial Plugin