Open dev tools (ctrl-shift-c
or F12
) and switch to "Network" tab.
Write any url below and try to fetch that resource.
When fetching resource for the first time you can see outgoing request at network panel.
If fetch request twice then second time you'll get cached response immediately.
For example, https://jsonplaceholder.typicode.com/users
開発ツールを開き(ctrl-shift-c
またはF12
)、「ネットワーク」タブに切り替えてください。
初めてリソースをフェッチしたとき、ネットワーク・パネルに送信リクエストが表示されます。
リクエストを2回フェッチすると、2回目はすぐにキャッシュされたレスポンスが返ってきます。
例えば、https://jsonplaceholder.typicode.com/users