Plugin Directory

Changeset 3441935


Ignore:
Timestamp:
01/18/2026 01:54:05 PM (3 months ago)
Author:
kturgutoglu
Message:

readme.txt updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static-porter/trunk/readme.txt

    r3441930 r3441935  
    3535== Frequently Asked Questions ==
    3636
    37 = 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. Static Porter converts these into flat HTML files. Your server can then deliver these files instantly, bypassing the "heavy lifting" entirely. This often results in a nearly instant Time to First Byte (TTFB).
     37= Will Static Porter really make my site faster? =
     38Yes! Traditional WordPress pages require the server to process PHP and query a MySQL database every time a visitor arrives. Static Porter converts these into flat HTML files. Your server can then deliver these files instantly, bypassing the "heavy lifting" entirely. This often results in a nearly instant Time to First Byte (TTFB).
    3839
    39 = 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. It’s a "set-and-forget" solution for active bloggers.
     40= Do I have to manually recrawl my site every time I write a post? =
     41No. 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. It’s a "set-and-forget" solution for active bloggers.
    4042
    41 = 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. 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.
     43= Can I use this on a low-resource budget server? =
     44Absolutely. 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. 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.
    4245
    43 = 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. This includes protection against clickjacking (X-Frame-Options) and MIME-type sniffing (X-Content-Type-Options).
     46= Does this plugin improve my site's security? =
     47Yes. In addition to serving static files (which are inherently more secure than dynamic PHP), Static Porter automatically injects security headers into your .htaccess file. This includes protection against clickjacking (X-Frame-Options) and MIME-type sniffing (X-Content-Type-Options).
    4448
    45 = Will this help my Google search rankings (SEO)? = Speed is a major ranking factor for Google, especially with Core Web Vitals. 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.
     49= Will this help my Google search rankings (SEO)? =
     50Speed is a major ranking factor for Google, especially with Core Web Vitals. 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.
    4651
    47 = 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. 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.
     52= What happens if I want to remove a single page from the cache? =
     53Unlike simple "purge all" plugins, Static Porter gives you a persistent cache table. 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.
    4854
    49 = 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. You can also use the "Excluded Paths" box to prevent specific directories from ever being turned into static files.
     55= Can I choose which parts of my site to make static? =
     56Yes. The dashboard allows you to toggle the crawling of Posts, Pages, Categories, and Tags independently. You can also use the "Excluded Paths" box to prevent specific directories from ever being turned into static files.
    5057
    5158= How do I know if it's working? =
Note: See TracChangeset for help on using the changeset viewer.