Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

CW Image Optimizer

Mô tả

The CW Image Optimizer is a WordPress plugin that will automatically and losslessly optimize your images as you upload them to your blog. It can also optimize the images that you have already uploaded in the past.

Because CW Image Optimizer uses lossless optimization techniques, your image quality will be exactly the same before and after the optimization. The only thing that will change is your file size.

The CW Image Optimizer plugin is based on the WP Smush.it plugin. Unlike the WP Smush.it plugin, your files won’t be uploaded to a third party when using CW Image Optimizer. Your files are optimized using the Linux littleutils image optimization tools (available for free). You don’t need to worry about the Smush.it privacy policy or terms of service because your images never leave your server.

Why use CW Image Optimizer?

  1. Your pages will load faster. Smaller image sizes means faster page loads. This will make your visitors happy, and can increase ad revenue.
  2. Faster backups. Smaller image sizes also means faster backups.
  3. Less bandwidth usage. Optimizing your images can save you hundreds of KB per image, which means significantly less bandwidth usage.
  4. Super fast. Because it runs on your own server, you don’t have to wait for a third party service to receive, process, and return your images. You can optimize hundreds of images in just a few minutes.

Contact and Credits

Written by Jacob Allred at Corban Works, LLC. Based on WP Smush.it.

Ảnh màn hình

  • Additional optimize column added to media listing. You can see your savings, or manually optimize individual images.
  • Bulk optimization page. You can optimize all your images at once. This is very useful for existing blogs that have lots of images.

Cài đặt

  1. Install littleutils on your Linux server (step-by-step instructions are below).
  2. Upload the ‘cw-image-optimizer’ plugin to your ‘/wp-content/plugins/’ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Done!

Installing littleutils: Ubuntu 11.04 (32-bit)

These instructions were tested with littleutils 1.0.27 and Ubuntu 11.04 (32-bit, desktop edition).

  1. Download the latest version of littleutils to your Download directory
  2. Open a terminal window (Applications -> Accessories -> Terminal)
  3. Move the download to a better location: sudo mv ~/Downloads/littleutils-1.0.27.tar.bz2 /usr/local/src/
  4. Use the root user account: sudo su
  5. Install dependencies: apt-get install gifsicle pngcrush lzip libpng12-0 libpng12-dev libjpeg-progs p7zip-full
  6. Uncompress littleutils: cd /usr/local/src && tar jxvf littleutils-1.0.27.tar.bz2 && cd littleutils-1.0.27
  7. Configure and install littleutils: ./configure –prefix=/usr && make && make install && make install-extra

Installing littleutils: CentOS 6.0 (32-bit)

These instructions were tested with littleutils 1.0.27 and CentOS 6.0 (32-bit, “Basic server” configuration).

  1. Log in as the root user.
  2. Enable the rpmforge repository: cd /usr/local/src/ && wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm && rpm -i rpmforge-release-0.5.2-2.el6.rf.i686.rpm
  3. Install dependencies: yum install gcc libpng libpng-devel gifsicle pngcrush p7zip lzip
  4. Download the latest version of littleutils: cd /usr/local/src; wget http://downloads.sourceforge.net/project/littleutils/littleutils/1.0.27/littleutils-1.0.27.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Flittleutils%2F
  5. Uncompress littleutils: tar jxvf littleutils-1.0.27.tar.bz2 && cd littleutils-1.0.27
  6. Configure and install littleutils: ./configure –prefix=/usr && make && make install && make install-extra

Troubleshooting

littleutils is installed, but the plugin says it isn’t. If you are confident that it is installed properly, then go to the plugin configuration page and disable the installation check.

It is also possible that your binaries aren’t accessible to your web server user. You can link these binaries using the following commands:
ln -s /usr/local/bin/opt-jpg /usr/bin/opt-jpg
ln -s /usr/local/bin/opt-png /usr/bin/opt-png
ln -s /usr/local/bin/opt-gif /usr/bin/opt-gif
ln -s /usr/local/bin/tempname /usr/bin/tempname
ln -s /usr/local/bin/imagsize /usr/bin/imagsize
ln -s /usr/local/bin/gifsicle /usr/bin/gifsicle
ln -s /usr/local/bin/pngcrush /usr/bin/pngcrush
ln -s /usr/local/bin/pngrecolor /usr/bin/pngrecolor
ln -s /usr/local/bin/pngstrip /usr/bin/pngstrip

Hỏi đáp

Can I use CW Image Optimizer with a Windows server?

No, CW Image Optimizer only supports Linux.

Do I have to have littleutils?

Yes, CW Image Optimizer will not work if littleutils isn’t installed. This plugin expects opt-jpg, opt-png, and opt-gif to be in the PATH.

Đánh giá

3 Tháng Chín, 2016
If you have console access to your server and you are able to install the prerequisites it works like a charm! Tested on a digitalocean droplet running Ubuntu.
3 Tháng Chín, 2016
Great if you concerned about your privacy. The compression is done in you server with open source tools. The only issue that I had is that I had to disable the installation check. But the instructions in the README file were clear and the it worked great on my images. Not recommended for people who don't know how to use Linux.
7 Tháng Hai, 2017
Good. I no need stupid smush.it. Info: not working with Apache2ITK (permissions, I think), but works with Apache2/FastCGI
Đọc tất cả 14 đánh giá

Người đóng góp & Lập trình viên

“CW Image Optimizer” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.1.10

  • Fix exec check on some systems.

1.1.9

  • Updated littleutils instructions.

1.1.8

  • Fixed undefined variable errors caused by absolute path code.
  • Fixed undefined index errors that were happening for some file types.

1.1.7

  • Made it easy to skip the check for littleutils. You can now do this from a settings page.
  • Added a check for exec(). Some PHP installations have this function disabled, which will prevent this plugin from working.

1.1.6

  • Made it possible to skip the check for littleutils binaries. This is useful on systems where the “which” command doesn’t work as expected.

1.1.5

  • Fixed PHP warnings in bulk optimization code when an image didn’t have any additional sizes.

1.1.4

  • Removed extra call to mime_content_type()

1.1.3

  • Added an additional method of determining MIME type for those that are missing mime_content_type()

1.1.2

  • Plugin works on Macs, too.
  • Added screenshots.
  • Added donate link.
  • Fixed link to plugin homepage.

1.1.1

  • Fixed versioning error.

1.1.0

  • Added warnings when image optimization binaries are missing.
  • Don’t display optimization link if unsupported MIME type.

1.0.2

  • Added a warning when the plugin is activated on a non-Linux server.

1.0.1

  • Updated readme.txt to conform to WordPress standards.

1.0.0

  • First edition