Plugin Directory

Changeset 3441930


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

updated the readme.txt FAQ content

File:
1 edited

Legend:

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

    r3441902 r3441930  
    3535== Frequently Asked Questions ==
    3636
    37 = Does this work with WooCommerce? =
    38 It is recommended to exclude checkout, cart, and account pages using the "Excluded Paths" setting to ensure dynamic functionality remains intact.
     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).
     38
     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
     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.
     42
     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).
     44
     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.
     46
     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.
     48
     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.
    3950
    4051= How do I know if it's working? =
    4152Enable 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.
     53
     54= Does this work with WooCommerce? =
     55It is recommended to exclude checkout, cart, and account pages using the "Excluded Paths" setting to ensure dynamic functionality remains intact.
    4256
    4357== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.