Network Tabt

The Network Tab will show information about all the HTTP requests your page makes. It is specially useful when you use the Data or DataGraphQL.

Network Button

To access the tab, use the button located at the bottom right of the editor.

Listt

Network List

The first page of the Network tab is a list of all the request made by the page with an option to inspect the details of each one.

Detailst

Network Details

This page will show information about the request like:

  • URL
  • Time
  • Request information
  • Response

The last one is useful to inspect the data returned by the API and helps a lot when using data binding properties.