Warning: Undefined array key 0 in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 406

Warning: Attempt to read property "parent" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 407

Warning: Attempt to read property "term_id" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 413

Warning: Attempt to read property "cat_name" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 413

キャッシュマニフェストでキャッシュを指定する


Warning: Undefined variable $pre in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 517
HTML

キャッシュマニフェストとは

一度見たウェブページの内容をファイルに保存しておくことをキャッシュといいます。 キャッシュによってオフラインでもウェブサイトを閲覧できたり、再アクセスする際に素早くページを表示したりできます。

ブラウザにもキャッシュ機能はありますが、キャッシュの保存対象や削除はブラウザ側の判定になるため、期待通りのファイルを保持してくれない場合があります。

そこでキャッシュを明確に指定するのがキャッシュマニュフェストです。 キャッシュマニフェストはキャッシュしたいリソースを定義できるファイルです。 更新頻度が低いもの、重い画像、オフライン利用など目的に応じて明示的にキャッシュを指定する事ができます。

キャッシュマニフェストの作成

MIME TYPEを設定する

.htaccess などでサーバにMIME TYPEの設定をします。

ddType text/cache-manifest .appcache

HTMLタグにマニュフェスト属性を付ける

マニュフェストファイルを作成する

以下の要領でマニュフェストファイルを記述します。
なお、キャッシュを更新させたい場合は、マニュフェストファイルを変更して保存すれば更新されます。

ACHE MANIFEST 
#キャッシュ対象のパス
CACHE:
img/head.jpg
CSS/style.CSS
#キャッシュ非対象のパス
NETWORK:
js/jquery.js
#アクセスできなかった場合の代替ファイル
FALLBACK:
error.HTML

Warning: Undefined variable $category in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 79

Warning: Attempt to read property "name" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 79

の記事

eyecatch

CLSエラー(累積レイアウトシフトエラー)の調査・対応方法

eyecatch

PCサイトとスマホサイトの違い

eyecatch

HTMLの歴史

eyecatch

定数の宣言と命名規約

eyecatch

インターネット入門‐そもそもインターネットって何?

eyecatch

投稿やカテゴリを任意の順番に並び替えるプラグイン


Warning: Undefined variable $category in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 84

Warning: Attempt to read property "count" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 84
HOME