Title: Static Porter
Author: Kayıhan Turgutoğlu
Published: <strong>18 Janar, 2026</strong>
Last modified: 21 Janar, 2026

---

Kërkoni te shtojca

![](https://ps.w.org/static-porter/assets/icon-256x256.png?rev=3442842)

# Static Porter

 Nga [Kayıhan Turgutoğlu](https://profiles.wordpress.org/kturgutoglu/)

[Shkarkim](https://downloads.wordpress.org/plugin/static-porter.3.5.6.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/static-porter/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/static-porter/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/static-porter/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/static-porter/#developers)

 [Asistencë](https://wordpress.org/support/plugin/static-porter/)

## Përshkrim

**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].

## Foto ekrani

 * [[
 * 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.
 * [[

## Instalim

 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].

## PBR

### 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].

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Static Porter” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë
personat vijues.

Kontribues

 *   [ KayÄ±han TurgutoÄŸlu ](https://profiles.wordpress.org/kturgutoglu/)

[Përkthejeni “Static Porter” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/static-porter)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/static-porter/), shkarkoni
[depon SVN](https://plugins.svn.wordpress.org/static-porter/), ose pajtohuni përmes
[RSS-je](https://plugins.trac.wordpress.org/log/static-porter/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/static-porter/).

## Regjistër ndryshimesh

#### 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].

## Të tjera

 *  Version **3.5.6**
 *  Përditësuar së fundi më **2 muaj më parë**
 *  Instalime aktive **Më pak se 10**
 *  Version WordPress-i ** 5.0 ose më i madh **
 *  E provuar deri me **6.9.4**
 *  Version PHP-je ** 7.0 ose më i madh **
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/static-porter/)
 * Etiketa
 * [optimization](https://sq.wordpress.org/plugins/tags/optimization/)[Page Speed](https://sq.wordpress.org/plugins/tags/page-speed/)
   [performance](https://sq.wordpress.org/plugins/tags/performance/)[seo](https://sq.wordpress.org/plugins/tags/seo/)
   [static site generator](https://sq.wordpress.org/plugins/tags/static-site-generator/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/static-porter/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

[Shtoni shqyrtimin tuaj](https://wordpress.org/support/plugin/static-porter/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/static-porter/reviews/)

## Kontribues

 *   [ KayÄ±han TurgutoÄŸlu ](https://profiles.wordpress.org/kturgutoglu/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/static-porter/)