Title: Startklar Image Optimizer
Author: WEB-SHOP-HOSTING
Published: <strong>16 iunie 2022</strong>
Last modified: 16 iunie 2022

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

![](https://ps.w.org/startklar-image-optimizer/assets/icon-256x256.png?rev=2743648)

# Startklar Image Optimizer

 De [WEB-SHOP-HOSTING](https://profiles.wordpress.org/wshberlin/)

[Descarcă](https://downloads.wordpress.org/plugin/startklar-image-optimizer.1.0.zip)

 * [Detalii](https://ro.wordpress.org/plugins/startklar-image-optimizer/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/startklar-image-optimizer/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/startklar-image-optimizer/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/startklar-image-optimizer/#developers)

 [Suport](https://wordpress.org/support/plugin/startklar-image-optimizer/)

## Descriere

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.

## Capturi ecran

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

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

## Instalare

**Plugin installation.** Installation is done as standard for WP. Install „WP Crontrol”
plugin in addition if you need to run cron optimization.

**Plugin setup.** The setup interface is as simple and intuitive as possible. Go
to the admin page and make sure you have the JPEGOPTIM utility and the PNGQUANT 
utility installed. Use the admin page to view statistics and select how many images,
are processed per cycle. **Usage.** Create a new cron task for the action „startklar_image_optimizer_process”
in the plugin „WP Crontrol”. Screenshot #1 shows how easy it is to set up a cron-
task.

## Întrebări frecvente

### How can I check that the plugin is configured and working correctly?

You can temporarily activate debug mode in WordPress.

define( ‘WP_DEBUG’, true );
 define( ‘WP_DEBUG_LOG’, true );

‘WP_DEBUG’ is a PHP constant (a permanent global variable) that can be used to trigger
the debug mode throughout WordPress.
 ‘WP_DEBUG_LOG’ – When set to true, the log
is saved to debug.log in the content directory (usually /wp-content/plugins/startklar_image_optimizer/
debug.log) within your sites filesystem. Alternatively, you can set it to a valid
file path to have the file saved elsewhere.

Now you can see lines like this in your log file:

START OPTIMIZATION 14.06.2022 18:25:18
 _wp_attachment_metadata id=26 PROCESS FILEC:\
xampp1\htdocs\my-wp/wp-content/uploads/2022/06/pexels-jhovani-morales-12319997-200
×300.jpg BY jpegoptim END 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.

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Startklar Image Optimizer” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

 *   [ WEB-SHOP-HOSTING ](https://profiles.wordpress.org/wshberlin/)

[Tradu „Startklar Image Optimizer” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/startklar-image-optimizer)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/startklar-image-optimizer/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/startklar-image-optimizer/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/startklar-image-optimizer/)
prin [RSS](https://plugins.trac.wordpress.org/log/startklar-image-optimizer/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 1.0

 * First Release

## Meta

 *  Versiunea **1.0**
 *  Ultima actualizare **Acum 4 ani**
 *  Instalări active: **20+**
 *  Versiune WordPress ** 5.6 sau mai recentă **
 *  Testat până la **6.0.12**
 *  Versiune PHP ** 5.6.20 sau mai recentă **
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/startklar-image-optimizer/)
 * Etichete
 * [optimization](https://ro.wordpress.org/plugins/tags/optimization/)[performance](https://ro.wordpress.org/plugins/tags/performance/)
   [seo](https://ro.wordpress.org/plugins/tags/seo/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/startklar-image-optimizer/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

[Your review](https://wordpress.org/support/plugin/startklar-image-optimizer/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/startklar-image-optimizer/reviews/)

## Contributori

 *   [ WEB-SHOP-HOSTING ](https://profiles.wordpress.org/wshberlin/)

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/startklar-image-optimizer/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://www.paypal.com/donate/?hosted_button_id=J2FXPNSYGWLBE)