In Browser Image Compression

外掛說明

IBIC (In Browser Image Compression) compresses your images in your browser.

Useful for websites on shared hosting where no extra image libraries can be installed.

Why should you reduce images file size:

  • faster page load
  • improve your SEO (Search Engine Optimization)

Troubleshooting

I can’t see the image compression progress in the Media section

Please check that there is no error in the IBIC plugin section of the Site Health page:
/wp-admin/site-health.php?tab=debug

螢幕擷圖

  • The media compression status page

安裝方式

  1. Activate the plugin through the ‘Plugins’ menu in WordPress
  2. Upload images
  3. Enjoy!

You can check the image compression progress in the Media section.

常見問題集

How does it work?

Once you upload an image, the image will be optimized in the background.
Then this optimized image will be uploaded on the server.
Finally, URL rewriting will be used to serve the optimized image on your site.

What browsers are supported?

An up-to-date browser (Chrome, Firefox, Safari and Edge) is required in the admin to compress the uploaded images.
On your public website, webp image could be served for browsers that support this format, otherwise an optimized jpg / png image will be used instead.

What images formats are supported?

jpg and png are supported and will be optimized.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈In Browser Image Compression〉的開發相關工作。

參與者

〈In Browser Image Compression〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈In Browser Image Compression〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.1.0

  • The media attachment screen now has a meta box to display the compression status and allows comparing original and compressed images
  • WordPress 6.9 compatibility

2.0.0

  • The media compression status page now displays errors in a separate list
  • New design
  • Batch upload optimized images to avoid some server limitations (like max_file_uploads)
  • New health check available in the Site Health page /wp-admin/site-health.php?tab=debug
  • Fix missing translations

1.1.1

  • The media compression status page now displays the remaining images to be compressed
  • Add loading state to the image compression status list

1.1.0

  • Improve error management
  • New interface to check image compression status (Medias > Image compression)

1.0.0

  • First release