Performance

  • Auto Convert JPEG to WEBP when Uploading Images in WP

    Since WP 7.1, it introduces Client-Side Media Processing that brings several benefits, including compress images. That makes me think it’s time to remove my favorite plugin that compresses and converts images to .webp, Modern Image Formats. But while WP 7.1 does compress images when uploading, it doesn’t convert them to .webp as that plugin does.…

  • Use WP-CLI to Update WordPress Plugins

    Updating plugins via WP-CLI offers many advantages over the traditional method. It’s faster and more reliable because it runs directly on the server.

  • Use WP-CLI to Update WordPress core

    Use WP-CLI to easily update WordPress core to the latest release or to a specific version.

  • Install WP-CLI for better WordPress management

    WP-CLI is a powerful command-line tool that makes WordPress management faster, more efficient, and scriptable.