エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GitHub - mcurry/html_cache: CakePHP Plugin - Store a Cake generated page as plain HTML
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - mcurry/html_cache: CakePHP Plugin - Store a Cake generated page as plain HTML
/* * HtmlCache Plugin * Copyright (c) 2009 Matt Curry * http://pseudocoder.com * http://github.co... /* * HtmlCache Plugin * Copyright (c) 2009 Matt Curry * http://pseudocoder.com * http://github.com/mcurry/html_cache * * @author mattc <matt@pseudocoder.com> * @license MIT * */ /* About */ Cake's core cache helper is great, but the files it outputs are PHP files, so it will never be as fast as straight HTML files. This HTML Cache Helper writes out pure HTML, meaning the web server doesn't have to



2010/10/25 リンク