Guide12 min read

Hostinger WordPress Speed Optimization: 12 Steps to Sub-2s Load Times

Optimizing WordPress speed on Hostinger starts with enabling LiteSpeed Cache full-page caching, activating WebP image conversion, enabling the Hostinger CDN, minifying CSS/JS, and cleaning up the database. Following all 12 steps in this guide regularly achieves Google PageSpeed scores above 90 and TTFB under 200ms on the Business plan.

4.8(156 reviews)
|Updated 2/19/2026

Why WordPress Speed Matters (and Where Hostinger Starts)

Fresh Hostinger WordPress delivers 150ms TTFB, but plugins and images can drop PageSpeed to 55. These 12 steps restore sub-200ms TTFB and 90+ PageSpeed scores.

A 1-second delay in page load reduces conversions by 7% (Akamai data). Google uses Core Web Vitals — LCP, INP, CLS — as ranking signals. Hostinger gives you a fast foundation (LiteSpeed + NVMe), but the plugins, themes, and images you add can slow things down significantly.

Fresh WordPress on Hostinger Business plan: ~150ms TTFB, 95/100 PageSpeed. After adding a page builder, 20 plugins, and unoptimized images: ~800ms TTFB, 55/100 PageSpeed. These 12 steps get you back to fast.

Step 1–3: LiteSpeed Cache Configuration

Step 1: Enable Full-Page Caching
LiteSpeed Cache → Cache → Enable → Set cache TTL to 604800 (1 week). Enable separate caching for mobile devices.

Step 2: Enable Object Cache
LiteSpeed Cache → Cache → Object Cache → Enable. On shared hosting this uses file-based cache; on VPS you can connect Redis for even faster object caching.

Step 3: Enable Browser Cache
LiteSpeed Cache → Browser → Browser Cache → Enable. Sets proper cache headers for static assets (images, CSS, JS). Combined with CDN, this eliminates repeat-visitor load times almost entirely.

Step 4–6: Image Optimization

Step 4: Enable WebP Conversion
LiteSpeed Cache → Image Optimization → WebP Replacement → Enable. Modern browsers load WebP images that are 25-35% smaller than JPEG/PNG. Hostinger's server-side conversion runs automatically on new uploads.

Step 5: Enable Lazy Loading
LiteSpeed Cache → Page Optimization → Lazy Load Images → Enable. Images below the fold load only when scrolled into view, reducing initial page weight significantly.

Step 6: Optimize Existing Images
LiteSpeed Cache → Image Optimization → Send Optimization Requests → Run for all existing images. This batch converts and compresses your entire media library. Run once, then it's automatic for new uploads.

Step 7–9: CSS, JS & HTML Minification

Step 7: Minify CSS
LiteSpeed Cache → Page Optimization → CSS Minify → Enable. Also enable CSS Combine to merge multiple stylesheet files into one, reducing HTTP requests.

Step 8: Minify and Defer JavaScript
LiteSpeed Cache → Page Optimization → JS Minify → Enable → JS Defer → Enable. Deferring JS prevents render-blocking, which is the single biggest LCP improvement for most sites.

Step 9: Enable HTML Minification
LiteSpeed Cache → Page Optimization → HTML Minify → Enable. Removes whitespace and comments from HTML output. Small gain but every byte counts.

Step 10: Enable Hostinger CDN

From hPanel → Performance → CDN → Enable. Hostinger's CDN (powered by Cloudflare) caches static assets — images, CSS, JS, fonts — at edge locations globally. Visitors load these from the nearest edge server rather than your origin server in Vilnius or Ashburn.

CDN impact: US visitors to an EU-hosted site go from 450ms TTFB to 180ms. APAC visitors go from 800ms to 320ms. Enable CDN before publishing if you have global audiences.

Step 11–12: Database Cleanup & PHP Version

Step 11: Database Optimization
LiteSpeed Cache → Database Optimization → Clean Post Revisions, Auto Drafts, Spam Comments, and Transients. Run monthly. A cluttered database adds 50-200ms to every uncached page load. Schedule monthly cleanups with WP-Cron or manually.

Step 12: Update PHP Version
hPanel → Websites → PHP Configuration → Select PHP 8.3. WordPress on PHP 8.3 is measurably faster than 7.4 or 8.0 for typical sites. Always test with a staging site before changing PHP on production.

Frequently Asked Questions

Why is my WordPress site slow on Hostinger?

Common causes: LiteSpeed Cache not configured, unoptimized images, too many plugins, page builder overhead (Elementor/Divi), or PHP version below 8.0. Start with the LiteSpeed Cache setup in this guide — it resolves 80% of Hostinger WordPress speed issues.

Does Hostinger WordPress support Redis caching?

Redis object caching is available on Hostinger VPS plans (you install and configure Redis yourself). On shared hosting plans, LiteSpeed Cache uses file-based object caching, which is fast but not as performant as Redis. Upgrade to VPS if Redis is critical for your use case.

How do I check my Hostinger WordPress site speed?

Use Google PageSpeed Insights (pagespeed.web.dev), GTmetrix, or Pingdom. Test before and after each optimization step. For TTFB measurement, use WebPageTest.org with Hostinger's server location selected as the test origin.

Does enabling CDN break my WordPress site?

Rarely, but it can cause issues with dynamic content (forms, AJAX, logged-in states). If you see issues after enabling CDN, exclude dynamic URLs from CDN caching via hPanel CDN settings or LiteSpeed Cache exclusion rules. WooCommerce cart and checkout should always be excluded from CDN.

What is LiteSpeed Cache and how does it help?

LiteSpeed Cache is a WordPress plugin that works with Hostinger's LiteSpeed web server to serve pre-built HTML pages from memory instead of executing PHP for every visitor. This reduces TTFB from 500-800ms to 50-150ms for cached pages. It's the single most impactful optimization available on Hostinger.

  1. 1

    Enable LiteSpeed full-page caching

    LiteSpeed Cache → Cache → Enable with 604800 TTL. Enable separate mobile caching.

  2. 2

    Configure object and browser caching

    Enable object cache and browser cache in LiteSpeed Cache settings.

  3. 3

    Enable WebP image conversion

    LiteSpeed Cache → Image Optimization → WebP Replacement → Enable.

  4. 4

    Add lazy loading to images

    LiteSpeed Cache → Page Optimization → Lazy Load Images → Enable.

  5. 5

    Batch optimize existing images

    LiteSpeed Cache → Image Optimization → Send Optimization Requests for all existing media.

  6. 6

    Minify CSS and combine stylesheets

    LiteSpeed Cache → Page Optimization → CSS Minify and CSS Combine → Enable.

  7. 7

    Minify and defer JavaScript

    LiteSpeed Cache → Page Optimization → JS Minify and JS Defer → Enable.

  8. 8

    Minify HTML output

    LiteSpeed Cache → Page Optimization → HTML Minify → Enable.

  9. 9

    Enable Hostinger CDN

    hPanel → Performance → CDN → Enable for global edge caching.

  10. 10

    Clean WordPress database

    LiteSpeed Cache → Database Optimization → Clean revisions, drafts, spam, and transients.

  11. 11

    Update PHP to 8.3

    hPanel → Websites → PHP Configuration → Select PHP 8.3. Test on staging first.

Get Hostinger WordPress — Built for Speed

LiteSpeed server and NVMe SSD provide the fastest foundation for WordPress optimization. From $2.99/mo.

Try Hostinger WordPress
HF

Henry Fontaine

Chief of Staff & COO, RocketLabs

AI-native operator building the future of search visibility. Part of the team behind 3 tech exits and 400+ programmatic SEO deployments.

SEOAI OptimizationProgrammatic SEOGEOAEO
Follow on X →Published: 2/19/2026Updated: 2/19/2026