Module features and benefits
- fast PrestaShop image regeneration – the module automatically retrieves available image types from the
ps_image_typetable and generates thumbnails matching your store configuration. - multiple entities in one tool – regeneration for products, categories, manufacturers, suppliers, and stores, without the need to run separate tools.
- multithreaded processing (AJAX workers) – parallel task execution increases server resource utilization and significantly reduces the regeneration time for large image libraries.
- less PHP startup overhead – work is split into short batches, reducing wasted time on starting long, heavy processes and improving stability under high load.
- speed control – settings for the number of workers and batch sizes let you adjust performance to your hosting environment (from safe regeneration to maximum speed mode).
- progress bars per entity – separate progress bars for each entity make it easier to monitor what is currently being processed and how much is left to complete.
- live log in real time – the real-time preview shows which image and for which ID is currently being generated, making diagnostics and process control easier.
- start, pause, resume, stop – full control over the regeneration process without interrupting the operation of the administration panel.
- support for modern formats – the ability to generate additional formats (e.g. WebP/AVIF) depending on the environment capabilities and PrestaShop version.
- secure requests – AJAX endpoints secured with an admin token so that the regeneration process can only be started by an authorized user in the Back Office.
- perfect after theme and thumbnail changes – regenerate images after a template update, thumbnail size changes, or media cleanup, without manual work.