Title: FlexiStatic
Author: 3UU
Published: <strong>2016年11月30日</strong>
Last modified: 2023年8月7日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://ps.w.org/flexistatic/assets/icon-256x256.jpg?rev=1543009)

# FlexiStatic

 作者: [3UU](https://profiles.wordpress.org/3uu/)

[ダウンロード](https://downloads.wordpress.org/plugin/flexistatic.2.1.4.zip)

 * [詳細](https://ja.wordpress.org/plugins/flexistatic/#description)
 * [レビュー](https://ja.wordpress.org/plugins/flexistatic/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/flexistatic/#installation)
 * [開発](https://ja.wordpress.org/plugins/flexistatic/#developers)

 [サポート](https://wordpress.org/support/plugin/flexistatic/)

## 説明

Performance is most important for the first post/page that a visitor of
 your blog
will request. Usually if the vistor like what he see the next pages are not so critical.
But the nature of static sites implies that any dynamic elements of your install
that reply upon WordPress plugins or internal functions to operate dynamically will
no longer work. So why do you want lost all the benefit from dynamic elements like
captchas when making all the post/pages static? Chose only the landing pages and
let the other posts work as prior.

FlexiStatic create real static html-sites. So you can also give the blog
 page (
start page) a performance boost whatever do you still use WP static page option.

## インストール

 1. Upload everything to the `/wp-content/plugins/` directory
 2. Activate the plugin using the plugins menu in WordPress
 3. use the link “flexi static” at the tools menu

## FAQ

### Q: Why do I need it?

A: You do not need it! Your visitors need it 😉 The most performant way to
 deliver
a website is static html content. But this is not the best way for all single posts
of your blog because you are losing the benefit of dynamic elements like captcha
checks. So the optimal solution would be only make the landing pages / the start
page static.

### Q: Does it work with a CDN?

A: Yes. A CDN will cache the content of you blog posts. Usually the CDN ask
 for
changes on your server before deliver the cached content. So real static content
can speed up this process to.

### Q: Why should I delete all static content before changing permalinks?

A: This plugin use the permalink provided by your WP core installation to
 create
and check if a static version of the post/page is still stored on your webserver.
So if do you change the definition of the permalink structure the plugin will not
find prior stored content. We are thinking about a log for all static URLs. But 
this will need additional storage in the database and we want try to have as small/
performant footprint as possible. Perhaps we will change this with a future version.
But it is not on our agenda at this time.

### Q: I get security warnings of the browser if I request a static file

A: If your server support http and https please make sure to create the
 static 
files while WP has configured the WP address and website address to the httpS://
version. BTW: Of course your server must support https connections to URI of your
blog.

### Q: Can I make a static version of my whole WP blog to transfer it on an

punblishing server? =
 A: No. There are other plugins to do this job. But this plugin
was developed with the aim to keep as most dynamic features of WordPress and plugins
as possible.

### EXPERIMENTAL FEATURES

Features marked as “experimental” in the admin menu are experimental!
 This means:
We think it is a good extension to our plugin that we would like to include in a
future version, but we are not sure yet about the best solution that works for all
or most people. So please feel free to use and test it and report back to us about
it. Experimental features might be removed in an update, if it does not work out.
So please pay close attention to our changelog!

### KNOWN BUGS

These are bugs or unexpected glitches that we know of, but that do not
 have an 
impact on the majority of users, are not security relevant and will perhaps be fixed
in the future – if we have time to spend or you provide us with a lot of “Kölsch”
😉

 * if do you set the Blog URI to http:// but have also https:// enabled the
    plugin
   will fetch the content from the http:// location and all references to elements
   like CSS and/or images within the HTML code are set by WP to the unsecured protocol.
   It is up to you to set the configuration of you post to the secured protocol 
   before creating static html code.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

FlexiStatic はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献し
ています。

貢献者

 *   [ 3UU ](https://profiles.wordpress.org/3uu/)

[“FlexiStatic” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/flexistatic)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/flexistatic/)するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/flexistatic/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/flexistatic/)
を [RSS](https://plugins.trac.wordpress.org/log/flexistatic/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 2.1.3

 * fix .htaccess suggestion
 * ready for PHP8

#### 2.1.2

 * optimized .htaccess
 * Bugfix: dont create a static index.html when page is set to front_page

#### 2.1.1

 * works also with parameters (like needed for client side JS) now

#### 2.0.2

 * optimize RewriteRules to work with installations in subdirs

#### 2.0.1

 * Bugfix: append index.html if the rel path is a directory

#### 2.0.0

 * Startpage now full compatible with WPMU

#### 1.0.4

 * show creation date of the static content
 * added autoupdate of a static startpage on any make/remove of static
    content.
   This is a workarround for people how forget to recreate the static blogpage on
   new/updated posts/pages.
 * bugfix: correct find real localtion of virtual subdirs

#### 1.0.3

 * Bugfix: DOCUMENT_ROOT != blog_root; dont use get_home_path() because of
    potenzial
   problems in chroot
 * cleanup README

#### 1.0.2

 * added hints how to change the .htaccess to support some dirty coded
    plugins 
   if the blog page becomes static
 * “finished” German translation

#### 1.0.1

 * Bugfix: if post URL is within a (virtual) directory, make sure that
    a index.
   html with the dynamic content is stored in the (sub)dir
 * cleanup readme

#### 1.0.0

 * initial stable on https://plugins.svn.wordpress.org/flexistatic/
 * code cleanup (intval – thanks to Ipstenu)
 * more/better translation
 * bugfix: do not make static content while saving post
    (todo: make Option in Metabox)

#### 0.4.1

 * bugfix: hold the page count when ceate/delete static blog startpage
 * code cleanup (sanitize really all _REQUEST now and esc_html the output)

#### 0.4.0

 * remove static version before editing a post and add a warning
 * add meta box with link to make the post static
 * add translations
 * code cleanup

#### 0.3.0

 * make compatible with modPagespeed

#### 0.2.0

 * add search option
 * clean up code
 * add readme.txt

#### 0.1.0

 * inital version

## メタ

 *  バージョン **2.1.4**
 *  最終更新日 **3年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 6.0またはそれ以降 **
 *  検証済み最新バージョン: **6.2.9**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/flexistatic/)
 * タグ
 * [performance](https://ja.wordpress.org/plugins/tags/performance/)[static page](https://ja.wordpress.org/plugins/tags/static-page/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/flexistatic/advanced/)

## 評価

レビューはまだ送信されていません。

[レビューを追加](https://wordpress.org/support/plugin/flexistatic/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/flexistatic/reviews/)

## 貢献者

 *   [ 3UU ](https://profiles.wordpress.org/3uu/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/flexistatic/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://folge.link/?bitcoin=1Ritz1iUaLaxuYcXhUCoFhkVRH6GWiMTP)