MT Optimize Module: Speed & SEO

Last updated on May 21, 2026 01:42

Website speed is a critical ranking factor for Google and directly impacts your e-commerce conversion rates. The MT Optimize Module is a powerful performance suite designed to automatically speed up your PolyCMS website with zero manual coding.

Core Features

Once enabled via Settings > Modules, MT Optimize runs silently in the background, intercepting the HTML response before it reaches the user's browser.

1. Asset Minification

The module automatically strips out unnecessary whitespace, comments, and line breaks from your CSS and JavaScript files. This reduces the overall file size that visitors need to download, resulting in faster render times.

2. Image Optimization (WebP Conversion)

Large images are the #1 cause of slow websites. MT Optimize automatically hooks into the PolyCMS Media Library. When you upload a .jpg or .png, the module automatically creates a highly compressed .webp version and serves it to compatible browsers, often reducing image payload by up to 70% without visible quality loss.

3. Lazy Loading

Images below the "fold" (the part of the screen you have to scroll down to see) are not loaded immediately. The module injects the loading="lazy" attribute into all `` tags inside your post content, prioritizing the loading of text and critical CSS first.

4. Database Optimization

Over time, your database collects "overhead" (like old post revisions, expired transients, and orphaned tags). The MT Optimize dashboard provides a one-click "Clean Database" button to flush out this junk data, keeping your SQL queries lightning fast.

Configuration

Navigate to Settings > MT Optimize to toggle specific features.

If you are using a custom theme that heavily relies on specific JavaScript execution orders, you might want to disable JS Minification if it causes conflicts, while keeping Image Optimization active.

Pro Tip: Pair the MT Optimize module with a robust CDN (Content Delivery Network) like Cloudflare for the comprehensive performance setup.