GD Library
Webp is a next generation image format developed by google.
Why do you need WebP?
The webp format provides 28%
compression over jpeg. if your image size 100 kb in jpeg, it'll be ~72kb
in webp format.
WebP only works on Chrome and Opera. Quix has fallback support for Mozilla and other non supported browser. When WebP
failed to load Quix will automatically load the jpeg
version.
WebP doesn't load on Chrome!
Make sure your server is fully configured for WebP support. To configure WebP please consult with your hosting provider.
Guideline that you can use when you will talk with your server administrator.
- WebP needs PHP GD library, But the problem is default GD library won't come with WebP support.
- For my webpage and better seo rank, you need to install PHP with WebP enabled.
- Here's the resource I found on internet :
Yum php-gd lib installer ( https://ma.ttias.be/install-gd-library-for-php5-on-centos/ )
PHP source to binary ( https://talk.plesk.com/resources/how-to-compile-php-gd-so-module-with-webp-support.4/ )
PHP docs ( https://php.net/manual/en/image.installation.php )