विवरण
The DMN Image Compression plugin automatically compresses and optimizes images uploaded to your WordPress site using a self-hosted compression gateway. It replaces large or wide images with compressed versions to reduce file sizes and improve site performance, while keeping the original image URLs intact.
Images larger than the configured minimum size or wider than the configured maximum width are sent to the compression gateway for resizing and quality adjustment. The plugin also supports batch processing of existing images and automatic compression on new uploads. All actions are logged to the database (admin logs) and exposed on the plugin settings page for monitoring.
External services
This plugin connects to an external compression gateway to perform image resizing and compression. The gateway is hosted at: https://dmndev.co.za/apps/dmnic/dmn_ic_request.php
What the service is and what it is used for:
– The gateway accepts an image URL and returns a compressed image. The plugin uses this service to reduce image file sizes and optionally resize images to the configured maximum width.
What data is sent and when:
– Each time an image is processed the plugin makes an HTTP GET request to the gateway. The following query parameters are sent:
– url: the publicly accessible URL of the image being compressed
– domain: the host/domain of the WordPress site requesting compression
– q: integer compression quality (1-100)
– w: integer target width in pixels
Why this data is sent:
– The gateway needs the image URL to download the image to compress and the domain + parameters to tailor the output (quality and width) for the request.
Links:
– Gateway domain: https://dmndev.co.za/
इंस्टॉलेशन
- Upload the plugin files to the
/wp-content/plugins/dmn-image-compressiondirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Configure the plugin settings under Settings DMN Image Compression if needed.
सामान्य प्रश्न
-
How does the plugin compress images?
-
It uses the configured compression gateway to resize and compress images based on the configured quality and width parameters. The request is sent to the gateway and the returned image is saved over the original file on disk.
-
Will this plugin affect existing images?
-
Yes, you can batch-process existing images in your media library using the built-in batch feature, or rely on automatic compression for new uploads.
-
Does it keep the original image URLs?
-
Yes, the plugin replaces the original image files with compressed versions, maintaining the same attachment ID and URLs to avoid broken links.
-
Where can I find logs of compression activity?
-
Compression activity is recorded in the plugin’s admin logs (accessible from Tools DMN IC Logs) and in the plugin settings page.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “DMN (Image Compression)” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
1.0.1
- Updated readme to fix inconsistance in wording.
1.0.0
- Initial release of DMN Image Compression plugin using a compression gateway for image optimization.
- Supports batch processing and automatic compression on upload.
- Admin logs and settings page included.
