[WordPress] 外掛分享: Simply Static – The WordPress Static Site Generator

WordPress 外掛 Simply Static – The WordPress Static Site Generator 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Simply Static – The WordPress Static Site Generator」是 2015-09-21 上架。
  • 目前有 40000 個安裝啟用數。
  • 上一次更新是 2025-05-01,距離現在已有 6 天。
  • 外掛最低要求 WordPress 6.5 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 183 人給過評分。
  • 論壇上目前有 13 個提問,問題解答率 92% ,不低,算是個很有心解決問題的開發者團隊了!

外掛協作開發者

patrickposner |

外掛標籤

jamstack | security | performance | static site generator |

內容簡介

Simply Static 是一個靜態網站生成器,可以將現有的 WordPress 網站轉換為靜態網站,並放置在您的伺服器、靜態主機提供者或 CDN 上。它可以大幅改善您網站的效能,並減少安全風險,因為它消除了您傳統伺服器和靜態網站之間的連接。

Simply Static 也可以被本機開發工具,如 LocalWP 或 Lando,用於離線開發網站並將靜態網站推至線上。這可以將您的網站主機費用減少至零(視您的需求和使用的服務/提供者而定)。

將您的網站轉換為靜態網站可以大幅提高效能,Simply Static 消除了對您的資料庫的所有請求,從而減少第一次回應時間。對於使用許多動畫、圖形和其他負載重的工具,如輪播圖片的網站,效果尤其顯著。

消除與資料庫和傳統伺服器的連接可以降低被駭的風險,減少保持您的WordPress網站最新和保護資料的壓力(本地或在受保護的環境中)。

使用 Simply Static 將您的網站部署到靜態主機提供者、CDN 或 S3 Bucket 中,可以減少可靠網站主機所需的金額。

對於本機開發,您可以在本機上開發並推送靜態導出的網站到伺服器。為了確保一切正常運作,我建議只使用以下開發工具(完全支援):LocalWP 和 lando。

Simply CDN 是使用Simply Static生成的靜態網站的主機平台。建立帳戶,將安全令牌複製並貼上至 Simply Static,即可立即推送您的靜態網站上線。它可以處理緩存和安全性,提供暫時域名進行設置和測試,轉發表單提交以便寄送到您的電子郵件地址,處理具有自定義模板的404錯誤頁面,並在後台自動導出更改。

Simply Static Pro 是 Simply Static 的增強版本,具有各種功能。其 GitHub 整合讓您完全自動化整個開發過程。唯一需要的是 GitHub 帳戶,無需 Git 或 GitHub 知識,因為 Simply Static Pro 為您處理整個流程並保持您的存儲庫最新。這允許部署靜態網站至 GitHub Pages、Cloudflare Pages、Netlify、Vercel、Amazon S3、Digital Ocean Spaces、BunnyCDN(以及其他CDN提供者)和透過SFTP到您的伺服器的位置等。

原文外掛簡介

Simply Static is a static site generator that converts your existing WordPress website to a static website that you can host on your server, a static hosting provider, or a CDN.
It drastically improves the performance of your website and minimizes security risks as it removes the connection between your traditional server and your static website.
Simply Static can also be used by local development tools like LocalWP or Lando to develop your website offline and push the static site online.
This reduces your hosting costs to zero (depending on your requirements and the used service/provider).
Performance
Converting your website to a static website can drastically improve your performance. Simply Static eliminates all requests to your database and by that reducing the first time to byte.
This is especially impactful for websites that use long pages with a lot of animations, graphs, and other load-heavy tools like sliders.
Security
Removing the connection to your database and traditional server reduces the risk of getting hacked.
This reduces the stress to keep your WordPress website up to date and keeps your data secure (locally or in a protected environment).
Reduce hosting costs
Using Simply Static to deploy your website to one of the static hosting providers, a CDN or an S3 bucket reduces the amount of money required for reliable web hosting.
With the right setup, you can even host your website completely for free (Cloudflare Pages and GitHub Pages for example).
Local development
Develop your site locally and only push the static exported website on a server. To ensure everything works as expected I created a list of development tools that are completely supported:

LocalWP
lando

I highly recommend not to use another tool for local development if you are not a programmer as in most cases manual package installation is required.
Simply Static Studio
We created a new service called Simply Static Studio that allows you to create a static website without any technical knowledge.
We are currently preparing for early-access – if you want to participate and give feedback, join today: Simply Static Studio – Early Access
Simply Static Pro
The pro version of Simply Static enhances the plugin with various features.

GitHub Integration
With the GitHub integration, you can completely automate your entire development process.
The only thing you need is a GitHub account, no knowledge of Git or GitHub itself is required, as Simply Static Pro handles the entire process for you and keeps your repository up to date.
This allows deploying your static website to:

GitHub Pages
Cloudflare Pages
Netlify
Vercel

AWS S3 Integration
Export directly to Amazon AWS S3 from Simply Static Pro. Connect your bucket and run your export.
SFTP
Export directly to a remote SFTP server. Connect your server and run your export.
BunnyCDN Integration
Export directly to BunnyCDN and get all the benefits of their CDN – including caching, file optimization and DNS management.
Incremental-, Builds and Single Exports
Use Incremental Exports to update only changes to your static website. No configuration needed, just choose Update and run the export.
Use Build Exports to quickly roll out global changes to your static website. Want to update your style.css file? Or a new plugin? Use a build export.
Use Single Exports to quickly publish new pages and posts to your static site. This also supports scheduled posts.
Forms
Create and use forms created with your favorite form plugin on your static website with Simply Static Pro. Supported plugins are:

Contact Form 7
Gravity Forms
WP Forms
FluentForms
WS Forms

You can decide if you want to use an external service like Zapier and IFTTT to offload the submission (webhook) or embed the form from your WordPress website via iFrame.
Search
Use a fully static search solution that does not rely on any Third-Party-Providers. It uses Fuse.js and creates an index of your whole website as a JSON file.
The search supports autosuggestion and fuzzy logic and is by default way more convenient than your default WordPress search.
Comments
Enable comments on your static website without the requirement of Third-Party-Providers. Use your original WordPress website to process the comment.
After a comment was submitted, Simply Static automatically exports a new static version of the post. You don’t have to do anything.
Multilingual
Use WPML, Polylang or TranslatePress and run static exports per language or all at once.
Simply Static Pro also supports configuring settings per language, using the available language switchers and more to export a your multilingual website as easy as possible.
WP-CLI
Simply Static Pro has a detailed and comprehensive integration with WP-CLI.
Control every option, run different kinds of exports and more with the WP-CLI integration.
Minification
Automatically minfiy HTML, CSS and JavaScript files on your static site.
We can even minify inline CSS & JavaScript.
Image Optimization
Automatically optimize images on your static website with our ShortPixel API integration.
Optimization
Replace default WordPress paths and completely hide that you are using WordPress behind the scenes.
Replace:

wp-content
wp-includes
wp-content/plugins/
wp-content/themes/
wp-content/uploads/

Hide & Disable:
Disabled unwanted features in WordPress before running an static export like:

XML-RPC
REST API URLs
Emoji support
Shortlink support
WordPress version in HTML

and much more.
Get the Pro version
You can get the pro version here.
Simply Static Course
We created an entire video course about Static WordPress with Simply Static – check out the first video:

You can watch the entire course entirely for free on YouTube here: Simply Static Course
Tutorials
We also publish new tutorials on our blog every other week on how to work with Simply Static and other static site tools.
You can check the latest tutorials here
Documentation
We have a super extensive documentation that covers every aspect of Simply Static and Simply Static Pro.
You can check the documentation here

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Simply Static – The WordPress Static Site Generator」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


2.1.0 | 2.1.2 | 2.1.3 | 2.1.4 | 2.1.6 | 2.1.7 | 2.1.9 | 2.2.1 | 2.2.2 | 2.2.6 | 2.2.7 | 2.2.9 | 2.3.1 | 2.3.2 | 3.1.2 | 3.1.3 | 3.1.4 | 3.1.5 | 3.1.6 | 3.1.7 | 3.1.8 | 3.1.9 | 3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | 3.2.4 | 3.2.5 | 3.2.6 | 3.2.7 | 3.2.8 | trunk | 2.1.5.9 | 3.1.7.1 | 3.1.7.2 | 3.1.7.3 | 3.1.7.4 | 3.1.8.1 | 3.2.4.1 | 3.2.4.2 | 3.2.5.1 | 3.2.5.2 | 3.2.5.3 | 3.2.5.4 | 3.2.7.1 | 3.2.7.2 | 3.2.8.1 |

延伸相關外掛(你可能也想知道)

  • Wordfence Security – Firewall, Malware Scan, and Login Security 》fective way to manage multiple WordPress sites with Wordfence installed from a single location., Monitor security status across all your sites from...。
  • Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) 》le Plugins include Complianz GDPR, Disable Updates Manager, and Really Simple CAPTCHA., , Really Simple SSL是一個外掛,自動配置你的網站最大程度上使...。
  • Jetpack – WP Security, Backup, Speed, & Growth 》search engines, and grow your traffic with Jetpack. It’s the ultimate toolkit for WordPress professionals and beginners alike., , Customize and des...。
  • Hostinger Tools 》- Hostinger Onboarding WordPress Plugin 简化和加快了WordPress网站的设置过程。, - 提供了简便和快速的方式来建立WordPress网站。。
  • Limit Login Attempts Reloaded – Login Security, Brute Force Protection, Firewall 》Limit Login Attempts Reloaded 是一款WordPress外掛,可阻止暴力破解攻擊並透過限制常規登錄、XMLRPC、Woocommerce和自訂登錄頁面的登錄嘗試次數來優化您的...。
  • ManageWP Worker 》, Want to clone or migrate your WordPress website to a new host or domain? No problem! With ManageWP, you can easily clone or migrate your website ...。
  • Security Optimizer – The All-In-One Protection Plugin 》透過精心挑選且易於配置的功能,SiteGround Security 外掛提供了您所需的一切來保護您的網站並預防多種威脅,例如暴力破解攻擊、登錄錯誤、資料外洩等等。, ...。
  • Safe SVG 》Safe SVG 可以讓你安心地在 WordPress 中上傳 SVG 檔案!, 它能夠讓你允許上傳 SVG 檔案的同時,確保它們已經經過消毒以防止 SVG/XML 弱點影響你的網站。此外...。
  • Loginizer 》Loginizer 是一個 WordPress 外掛,可幫助您對抗暴力攻擊,當 IP 地址達到最大重試次數時,該外掛會阻止其登錄。您可以使用 Loginizer 將 IP 地址列入黑名單...。
  • All-In-One Security (AIOS) – Security and Firewall 》vated to your website, All-in-One Security's WAF will detect and block hacking attempts, adding an extra layer of security to your WordPress site. ...。
  • Solid Security – Password, Two Factor Authentication, and Brute Force Protection 》ing iThemes Security Plugin can benefit you:, 保護您的 WordPress 網站的最佳外掛程式, 平均每天有 30,000 個網站遭受駭客攻擊,在網路上每 39 秒就會有一...。
  • User Role Editor 》「User Role Editor」WordPress 外掛讓您輕鬆更改使用者角色和權限。, 只需打開您希望新增到所選角色的能力核取方塊,然後按「更新」按鈕以保存您的更改。完...。
  • Sucuri Security – Auditing, Malware Scanner and Security Hardening 》Sucuri Inc. 是全球公認的網站安全權威,專門為 WordPress 安全提供專業知識。, Sucuri Security WordPress 擴充套件對所有 WordPress 使用者免費提供。它是...。
  • MainWP Child – Securely Connects to the MainWP Dashboard to Manage Multiple Sites 》這是一個針對「MainWP Dashboard」的子外掛程式,可將您的 WordPress 網站連接至 MainWP Dashboard。, MainWP是一個完整的 WordPress 管理解決方案,是自助...。
  • SiteGuard WP Plugin 》版本: 1.6.7, , 您可以在日文網頁和英文網頁上找到文件、常見問題和更詳細的資訊。 , 安裝SiteGuard WP Plugin後,WordPress安全性會得到提高。, 本外掛是一...。

文章
Filter
Apply Filters
Mastodon