Static Porter

Description

Static Porter is a high-performance static site generator designed for speed and simplicity.
It crawls your website and converts your database-driven pages into flat HTML files, allowing your server to bypass PHP and MySQL entirely for lightning-fast load times[cite: 3].
Unlike traditional caching plugins, Static Porter generates a physical directory of your site[cite: 4].
When a visitor arrives, your server serves the pre-built HTML file instantly[cite: 5].

Automated Maintenance (Smart Refresh)

Never worry about stale content. Static Porter watches your ‘Publish’ button. When you post, we instantly regenerate just that post and your homepage—keeping your site fast and fresh without you lifting a finger[cite: 7, 23].

Key Features:

  • One-Click Full Crawl: Easily generate a static version of your entire site[cite: 6].
  • Server-Safe Crawling: Includes a real-time “Peak Memory” monitor and an emergency “Stop Crawl” button. Designed for budget shared hosting where resources are limited[cite: 11, 25, 26].
  • Persistent Cache Table: Monitor exactly which files are cached with individual ‘Delete’ and ‘Recrawl’ controls[cite: 8].
  • Advanced Optimization: Built-in HTML Minification and Gzip compression support[cite: 9].
  • Security & Caching: Automatically configures .htaccess with security headers and browser caching rules[cite: 10].

Screenshots

  • One-click static generation with real-time progress bar.
  • Precise control: Delete or recrawl specific pages without clearing the whole cache.
  • Visualize your efficiency: See exactly how much database load you are bypassing.

Installation

  1. Upload the static-porter folder to the /wp-content/plugins/ directory[cite: 12].
  2. Activate the plugin through the ‘Plugins’ menu in WordPress[cite: 13].
  3. Go to the ‘Static Porter’ menu in your sidebar.
  4. Configure your excluded paths and click ‘Start Full Crawl'[cite: 14].

FAQ

Will Static Porter really make my site faster?

Yes!
Traditional WordPress pages require the server to process PHP and query a MySQL database every time a visitor arrives[cite: 16].
Static Porter converts these into flat HTML files. Your server can then deliver these files instantly, bypassing the “heavy lifting” entirely[cite: 17].
This often results in a nearly instant Time to First Byte (TTFB)[cite: 18].

Will my URL structure or permalinks change?

No. This is one of the core strengths of Static Porter[cite: 19].
The plugin generates a static mirror of your site that follows your existing WordPress permalink structure perfectly[cite: 20].
Your visitors (and search engine bots) will continue to see the same clean URLs they always have, but the pages will simply load much faster[cite: 21].

Do I have to manually recrawl my site every time I write a post?

No. Static Porter includes a “Smart Refresh” feature. When you publish or update a post, the plugin automatically regenerates the static version of that specific post and your homepage[cite: 23].
It’s a “set-and-forget” solution for active bloggers[cite: 24].

Can I use this on a low-resource budget server?

Absolutely.
Static Porter is designed to be resource-efficient and includes a built-in “Peak Memory” monitor in the dashboard so you can track its impact[cite: 25].
If the crawl is too heavy for your server, you can use the “Stop Crawl” safety button at any time to immediately halt the process[cite: 26].

Does this plugin improve my site’s security?

Yes.
In addition to serving static files (which are inherently more secure than dynamic PHP), Static Porter automatically injects security headers into your .htaccess file[cite: 28].
This includes protection against clickjacking (X-Frame-Options) and MIME-type sniffing (X-Content-Type-Options)[cite: 29].

Will this help my Google search rankings (SEO)?

Speed is a major ranking factor for Google, especially with Core Web Vitals[cite: 30].
By serving ultra-fast static HTML and enabling Gzip compression and browser caching automatically, your site will likely see improved performance scores, which can lead to better visibility in search results[cite: 31].

What happens if I want to remove a single page from the cache?

Unlike simple “purge all” plugins, Static Porter gives you a persistent cache table[cite: 33].
You can view a list of every cached URL and use individual “Delete” or “Recrawl” buttons for precise control without affecting the rest of your static site[cite: 34].

Can I choose which parts of my site to make static?

Yes.
The dashboard allows you to toggle the crawling of Posts, Pages, Categories, and Tags independently[cite: 36].
You can also use the “Excluded Paths” box to prevent specific directories from ever being turned into static files[cite: 37].

How do I know if it’s working?

Enable the “HTML Attribution” setting.
View your website’s source code, and you will see a comment at the top confirming the page is being served as static HTML[cite: 39].

Does this work with WooCommerce?

It is recommended to exclude checkout, cart, and account pages using the “Excluded Paths” setting to ensure dynamic functionality remains intact[cite: 40].

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Static Porter” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Static Porter” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

3.5.6

  • UX Improvement: Dashboard now clearly indicates active/inactive status with a “reassurance” message for new users.
  • Workflow: Removed automatic page reload after crawling to allow reading of statistics.
  • Privacy: HTML attribution comment is now opt-in by default.

3.5.5

  • HTML Attribution Fix: Correctly outputs the verification message as an HTML comment on the first line of static pages[cite: 45].

3.5.4

  • New Icon: Updated plugin branding to a professional “Porter/Package” box icon[cite: 46].
  • UI Refresh: Restored sidebar labels and updated dashboard header icons[cite: 47].
  • Timer Update: Reduced post-crawl auto-refresh from 10 seconds to 5 seconds for a faster workflow[cite: 48].

3.4.7

  • Major fixes
  • Added Stop Crawl functionality[cite: 50].
  • Added individual row Delete and Recrawl buttons[cite: 51].
  • Added 10-second auto-refresh after crawl[cite: 51].