「WordPressサイトのモダンWeb対応入門」リンク集

紙の書籍に記載されたURLの手入力は手間がかかります。このリンク集を使うことで、ワンクリックで目的のぺージを呼び出せます。


■はじめに
表示が2秒遅いだけで、直帰率は50%増加
https://webtan.impress.co.jp/e/2014/07/08/17757

■本書を読む前に
日経BP社のサイト(正誤表)
https://project.nikkeibp.co.jp/bnt/atcl/21/P96860/
ダウンロードサイト(付録ダウンロード、ソースコードの更新情報、関連リンク)
https://www.staffnet.co.jp/hp/pub/support/

■1章
デモサイトへのアクセス
https://www.staffnet.co.jp/kt-home/offline-index.html
WordPressプラグイン ContactForm7
https://ja.wordpress.org/plugins/contact-form-7/

■2章
WordPress REST API
https://developer.wordpress.org/rest-api/
REST APIの動作確認
https://www.staffnet.co.jp/kt-home/wp-json/wp/v2/posts
ブラウザのストレージ制限と削除基準https://developer.mozilla.org/ja/docs/Web/API/IndexedDB_API/Browser_storage_limits_and_eviction_criteria
Browsers support and limitation towards PWA
https://medium.com/@zaffarabbasmughal/browsers-support-and-limitation-towards-pwa-2e6c58cd16d5#:~:text=This%20is%20the%20hard%20limit,support%20at%20all%20on%20IOS

■3章
本書ダウンロードページURL
https://www.staffnet.co.jp/hp/pub/support
LOCALの公式サイトURL
https://localwp.com/
テストサイトの管理者ログインURL
https://modern01.local/admin
テストサイトのトップページURL
https://modern01.local/
開始確認ぺージのURL
https://modern01.local/offline-index.html

■4章
開始確認ぺージのURL(テストサイト用)
https://modern01.local/offline-index.html
Puppeteer(ブラウザの自動制御ツール)
https://pptr.dev/

■5章
jsdom
https://www.npmjs.com/package/jsdom
npmで公開されているPuppeteerモジュール
https://www.npmjs.com/package/puppeteer
Chromium ブラウザ
https://ja.wikipedia.org/wiki/Chromium
Puppeteerを利用するためのAPIクラス
https://pptr.dev/#?product=Puppeteer&version=v7.0.1&show=api-overview
データURL
https://developer.mozilla.org/ja/docs/Web/HTTP/Basics_of_HTTP/Data_URIs

■6章
ServiceWorkerの概念と使い方https://developer.mozilla.org/ja/docs/Web/API/Service_Worker_API#service_worker_concepts_and_usage
ServiceWorkerをサポートするブラウザ
https://developer.mozilla.org/ja/docs/Web/API/ServiceWorker#browser_compatibility
Cache API
https://developer.mozilla.org/ja/docs/Web/API/Cache
ServiceWorkerのバックグラウンド同期機能https://developer.mozilla.org/ja/docs/Web/API/Web_Periodic_Background_Synchronization_API