Startklar Image Optimizer Wordpress Plugin - Rating, Reviews, Demo & Download

Startklar Image Optimizer Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

This plugin allows you to optimize images from your media library and thus improve the SEO performance of your site.
This plugin is based on the JPEGOPTIM utility and PNGQUANT utility which must be installed on your host.
The essence of our plugin is that when it starts, it sorts through all the attachments for the articles of your WP-site
and processes them right at the place where they are located.
After that, the attachment is marked as processed, which prevents it from being processed again.
In the admin page you can view the total number of your images and the number of processed images,
as well as select the number of images to be processed in one cycle.
At the moment, the script for optimization is made in the form of a standard wp-action (its name is “startklar_image_optimizer_process”)
that can be called from another place.

Here is an example of how to call this action:
do_action( ‘startklar_image_optimizer_process’ );

For example, for a simple implementation, you can use the “WP Crontrol” plugin (https://ru.wordpress.org/plugins/wp-crontrol/)
by which you can create a cron task that can optimize one image every minute.
This tactic was chosen in order to process all the files of the site without introducing excessive load to the site
(since the native cron in WP is activated by hits and has a runtime limit, like similar http sessions of this host).

Screenshot #1 shows how easy it is to set up a cron-task.

START OPTIMIZATION 14.06.2022 18:25:18

_wp_attachment_metadata id=26
PROCESS FILEC:xampp1htdocsmy-wp/wp-content/uploads/2022/06/pexels-jhovani-morales-12319997-200×300.jpg BY jpegoptim

After processing, the source file should reduce in size, it’s not difficult to track.

After checking, return the constants that are responsible for debugging to their original state.

Screenshots

  1. How easy it is to set up a cron-task.

    How easy it is to set up a cron-task.


Reviews & Comments