Linux 软件免费装
Banner图

ImageKit - URL based image manipulation and optimization

开发者 imagekit
更新时间 2021年8月5日 13:18
PHP版本: 3.3 及以上
WordPress版本: 5.7.2
版权: GPLv2 or later
版权网址: 版权信息

标签

photo photos upload images cdn content delivery network picture pictures thumbnail image management thumbnails batch image optimization image manipulation image optimisation imagekit wepb

下载

3.0.5 1.0.2 1.0.3 1.0.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 4.0.1 4.1.0 4.1.2 4.1.3 1.0.1 4.1.1

详情介绍:

Images make up a critical part of all websites and mobile applications these days. They are the centerpieces of a great product and user experience. Managing your images and delivering the perfect image, tailored and optimized for your user’s device is, therefore, more critical than it has ever been. However, this takes up a lot of development and maintenance time that could have otherwise been used in building your core product. This is where ImageKit can excel. This plugin will automatically update all the image URLs in your post so that images are fetched from ImageKit for optimization and faster delivery instead of your web server. Gets the best out of all your images in less than 10 minutes Requirements You just need to Create an account on ImageKit to use this plugin and get optimization benefits on your WordPress website instantly. About ImageKit Support

安装:

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->ImageKit setting screen to configure the plugin. Check out WordPress integration guide

升级注意事项:

Updated integration steps and documentation links.

常见问题:

Do I have to register on ImageKit.io to use this module?

Yes, you need to create an account on https://imagekit.io first to use this plugin.

How does this plugin works?

This plugin changes the HTML content of the post to replace base URL with ImageKit endpoint so that images are loaded via ImageKit.

I installed the plugin but Google pagespeed insights is still showing image related warnings

This plugin automatically optimize the images and serve them in next-gen format including WebP. However, this plugin does not automatically resize the images as per the layout. WordPress 4.4 has added native support for responsive image. Learn more to make your themes image responsive.

Do I have to manually change the old posts to optimize their images?

No, this plugin automatically takes care of that.

Does this plugin support custom CNAME?

Yes, you can email developer@imagekit.io to configure custom CNAME for your account and then specify that in the plugin setting page.

Can I configure this plugin to use ImageKit for custom upload directories?

Yes, you can specify any number of custom directory locations on plugin settings page

Does ImageKit support all image formats?

ImageKit supports all popular image formats that cover 99.99% of the use case. On the settings page, you can further configure if you want to allow or disallow a particular file type to be loaded via ImageKit.

I installed the plugin, but the ImageKit website analyzer is suggesting more optimization.

This is because image dimensions are not as per the layout. We could have done it using Javascript in the frontend like other plugins, but we do not recommend it. The browser triggers the image load as soon as it sees an image URL in HTML and intentionally delaying this while Javascript calculates the ideal width will ultimately slow down the image load for your users. WordPress 4.4 has added native support for a responsive image. Learn more to make your themes image responsive.

更新日志:

4.1.2 Bug Fixes 4.1.1 Bug Fixes and tested on Wordpress 5.7.2 4.1.0 Bug Fixes. Tested for PHP 8 and Wordpress 5.6 4.0.1 Bug Fixes and Lazy Load Update 4.0.0 Bug Fixes and Added Lazy Load support 3.0.5 Modified the Registration message on settings page 3.0.4 Updated readme 3.0.2 Bug fix 3.0.1 A bug fix for checking value of imagekit_id 3.0.0 Added and updated documentation links. Simplified the integration steps. 2.0.7 Stopped transforming image urls to use ImageKit's resizing transformations. 2.0.6 Added CNAME support