Plugin Directory

Changeset 3351770


Ignore:
Timestamp:
08/28/2025 07:28:32 AM (7 months ago)
Author:
coreessentials
Message:

correct readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webp-image-converter-replacer/tags/1.0.0/readme.txt

    r3324884 r3351770  
    1919* **Faster Page Load Times:** WebP images are typically 25–35 % smaller than JPEG at similar quality, which helps pages load faster and boosts Core Web Vitals.
    2020* **Safety Checks:** Originals are **only deleted if** the WebP conversion succeeds *and* results in a smaller file. If WebP is larger (rare, usually if the original is tiny or already well-compressed), the plugin keeps the original.
    21 * **Preserve Image Meta & Thumbnails:** All thumbnail sizes generated by WordPress are also converted and replaced. The plugin updates database references to `.webp`, so posts and pages seamlessly use the new files.
     21* **Preserve Image Meta & Thumbnails:** All thumbnail sizes generated by WordPress are also converted and replaced.
    2222* **No Expensive External API – 100 % On-Server:** Uses PHP's GD or Imagick extensions. No API keys, no external calls—ideal for privacy and closed environments.
    2323* **Lightweight and No Runtime Overhead:** The plugin runs only during conversion. It adds no front-end scripts or bloat; WordPress simply serves the WebP images afterward.
Note: See TracChangeset for help on using the changeset viewer.