ShortPixel Image Optimizer

DOWNLOAD PLUGIN

ORIGINAL LINK

Increase your website’s SEO ranking, number of visitors, and ultimately your sales by optimising any image or PDF document on your website.
ShortPixel is an easy to use, lightweight, install-and-forget-about-it optimization plugin that can compress all your past images and PDF documents with a single click. New images are automatically resized/rescaled and optimized on the fly, in the background. It’s also compatible with any gallery, slider or eCommerce plugin.

Ready for a quick DEMO? Test our plugin and .
Or you can create a staging copy of your site using Staging and test it there.

Short Pixel uses minimal resources and works well with any shared, cloud, VPS or dedicated web hosting. It can optimize any image you have on your website even the images that aren’t listed in Media Library like those in galleries like , or added directly via FTP!

Both lossy and lossless image compression are available for the most common image types (JPG, PNG, GIF, WebP, and AVIF) plus PDF files.
We also offer glossy JPEG compression which is a very high-quality lossy optimization algorithm. Specially designed for photographers!
Optimized images mean better user experience, better PageSpeed Insights or GTmetrix results, better Google PageRank, and more visitors.

Make an instant compression test of your site or some images to test our optimization algorithms.

Why is ShortPixel the best choice when it comes to image optimization or PDF compression?

  • popular plugin with over 300,000 active installations – according to WordPress
  • compress JPG (and its variations JPEG, JPEG 2000, JPEG XR), PNG, GIF (still or animated) images and also PDF documents
  • option to convert any JPEG, PNG or GIF (even animated ones!) to WebP and AVIF for more Google love. to enable WebP?. is AVIF and why is it good?.
  • New!: full -CLI support for background processing, useful especially for websites with a very large Media Library
  • New!: Easily add cron jobs for background optimization. Useful if you have users uploading images via the front end of your website
  • option to automatically convert PNG to JPG if that will result in smaller images. Ideal for large images in PNG format
  • option to include the next generation images (WebP and AVIF) into the front-end pages by using the tag instead of , independent from generating them through the plugin
  • compatible with WP Retina 2x – all retina images are automatically compressed. to benefit from Retina displays?
  • optimize thumbnails as well as featured images. You can also select individual thumbnails to exclude from optimization
  • advanced exclusion options that allow excluding images based on filename, path, size or complex regex exclusions
  • ability to optimize any image on your site including images in NextGEN Gallery and any other image galleries or sliders
  • option to scale images down, with 2 different options, which is very useful to automatically resize large images. This applies to the featured images and there is no need for additional plugins like Imsanity
  • CMYK to RGB conversion
  • skip already optimized images
  • 24h support (24/7) directly from developers.
  • easily test lossy/glossy/lossless versions of the images with a single click in your Media Library
  • great for photographers: or remove EXIF data from your images, compress photos with lossless option
  • works well with both HTTPS and HTTP websites
  • fully compatible with any WordPress multisite install (either with sub-folders or sub-domains)
  • uses progressive JPEG for larger images in order to speed up the image display
  • you can run ShortPixel plugin on multiple websites or on a multisite with a single API Key
  • it is safe to test and use the plugin: all the original images are by default saved in a local backup that can be restored with a click, either one by one or in bulk
  • ‘Bulk’ optimize all the existing images in Media Library or in any gallery with one click
  • works great for eCommerce websites using WooCommerce or other plugins
  • works great with NextGEN gallery, Foo Gallery and any other galleries and sliders
  • fully compatible with the Offload Media plugin
  • compatible with WP Engine hosted websites and all the major hosting providers
  • compatible with WPML and WPML Media plugins
  • no file size limit
  • integrates with Gravity Forms post_image field type optimizing the images upon upload
  • compatible with watermarking plugins
  • option to deactivate auto-optimizing images on upload
  • no credits are used for the images that are optimised less that 5%
  • direct integration with Cloudflare by using a Cloudflare Token
  • 30 days optimization report with all image details and overall statistics
  • We are GDPR compliant! more.
  • free optimization credits for non-profits, us for details

How much does it cost?
ShortPixel comes with 100 free credits/month and additional credits can be bought for as little as $4.99 for 5,000 image credits.
Check out prices.

Testimonials:
★★★★★ A Super Plugin works very well 62% reduction overall.
★★★★★ The secret sauce for a WordPress website. 1mark
★★★★★ A must have plugin, great support! 13
★★★★★ Excellent Plugin! Even Better Customer Service!
★★★★★ Great image compression, solid plugin, equally great support. 1959
testimonials

Help us spread the word by recommending ShortPixel to your friends and collect 100 lifetime monthly additional image credits for each referred active user. Make money by promoting a great plugin with our 30% commission affiliate program.

Other plugins by ShortPixel

  • Adaptive Images – On-the-fly image optimization & CDN delivery
  • Media Replace – Easily replace images or files in Media Library
  • Thumbnails Advanced – Easily regenerate thumbnails
  • Image After Upload – Automatically resize each uploaded image
  • SVG Images – Secure upload of SVG files to Media Library
  • Critical CSS – Automatically generate above-the-fold CSS for fatster loading times and better SEO scores

Get in touch!

  • Email ://shortpixel.com/contact
  • Twitter ://twitter.com/shortpixel
  • Facebook ://www.facebook.com/ShortPixel
  • LinkedIn ://www.linkedin.com/company/shortpixel

Actions and Filters for Developers

The ShortPixel Image Optimiser plugin calls the following actions and filters:

do_action( 'shortpixel_image_optimised', $post_id ); 

upon successful optimization;

do_action("shortpixel_before_restore_image", $post_id); 

before restoring an image from backup;

do_action("shortpixel_after_restore_image", $post_id); 

after succesful restore;

For version 4.22.10 and earlier:

apply_filters("shortpixel_backup_folder", $backup_folder, $main_file_path, $sizes); 

just before returning the ShortPixel backup folder, usually /wp-content/uploads/ShortpixelBackups. The $sizes are the sizes array from metadata;

For version 5.0.0 and later:

$directory = apply_filters("shortpixel/file/backup_folder", $directory, $file); 

just before returning the ShortPixel backup folder, usually /wp-content/uploads/ShortpixelBackups).

apply_filters('shortpixel_image_exists', file_exists($path), $path, $post_id); 

post ID is not always set, only if it’s an image from Media Library;

apply_filters('shortpixel_image_urls', $URLs, $post_id); 

filters the URLs that will be sent to optimisation, $URLs is a plain array;

The filter below is deprecated starting with version 5.0.0!

apply_filters('shortpixel/db/chunk_size', $chunk); 

the $chunk is the value ShortPixel chooses to use as the number of selected records in one query (based on total table size), some hosts work better with a different value;

apply_filters('shortpixel/backup/paths', $PATHs, $mainPath); 

filters the array of paths of the images sent for backup and can be used to exclude certain paths/images/thumbs from being backed up, based on the image path. $mainPath is the path of the main image, while $PATHs is an array with all files to be backed up (including thumbnails);

apply_filters('shortpixel/settings/image_sizes', $sizes); 

filters the array ($sizes) of image sizes that can be excluded from processing (displayed in the plugin Advanced settings);

apply_filters('shortpixel/api/request', $requestParameters, $item_id); 

filters the parameters sent to the optimization API (through $requestParameters), described in detail here: Reducer API; $item_id contains the ID of the Media Library item, or the ID of the Custom Media item (when used). In short, this filter can be used to alter any parameters sent to the API, depending on the needs. For example, you can set different resize parameters for different post types, different compression levels, remove EXIF or not, covert WebP/AVIF, and basically any other parameter that is sent to the API for a specific image (together with all its thumbnails).

This filter enables the background ShortPixel processing in additional pages (see the original list). Here’s an example of this filter that enables the processing on the Comments screen (to be placed in your functions.php file):

add_filter('shortpixel/init/optimize_on_screens', function ($screens) {     $screens[] = 'edit-comments';     return $screens; }); 

The edit-comments is the ID of the screen where you want to enable the processing.

If you want to add multiple pages, here’s what the snippet looks like:

add_filter('shortpixel/init/optimize_on_screens', function ($screens) {     $screens = array('edit-comments', 'plugins', 'another-custom-post-type-page');     return $screens;     }); 

In order to define custom thumbnails to be picked up by the optimization you have two options, both comma separated defines:

define('SHORTPIXEL_CUSTOM_THUMB_SUFFIXES', '_tl,_tr'); 

will handle custom thumbnails like image-100x100_tl.jpg;

define('SHORTPIXEL_CUSTOM_THUMB_INFIXES', '-uae'); 

will handle custom thumbnails like image-uae-100×100.jpg;

define('SHORTPIXEL_USE_DOUBLE_WEBP_EXTENSION', true); define('SHORTPIXEL_USE_DOUBLE_AVIF_EXTENSION', true); 

will tell the plugin to create double extensions for the WebP/AVIF image counterparts, for example, image.jpg.webp/image.jpg.avif for image.jpg;

Hide the Cloudflare settings by defining these constants in wp-config.php:

define('SHORTPIXEL_CFTOKEN', 'the Cloudflare API token that has Purge Cache right'); define('SHORTPIXEL_CFZONE', 'The Zone ID from the domain settings in Cloudflare'); 

Add HTTP basic authentication credentials by defining these constants in wp-config.php

define('SHORTPIXEL_HTTP_AUTH_USER', 'user'); define('SHORTPIXEL_HTTP_AUTH_PASSWORD', 'pass'); 

SOURCE: WORDPRESS.ORG
HƯNG NGUYỄN – LINKPIZ.COM
ORIGINAL LINK

SHARE
By Linkpiz.com

Leave a Reply

No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.