-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rodolfo-ferreira
committed
Jun 18, 2024
1 parent
0543061
commit 41d9c2c
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# requestAnalysis | ||
# Análise de requisição | ||
|
||
Finalidade da criação dos arquivos é somente para acompanhar o vídeo feito sobre as requisições na loja. <br /> | ||
No checkout, páginas `checkout#/cart`, `checkout#/shipping` e `checkout#/payment` foi colhido <br /> | ||
os dados via devTools, aba Rede e exportanto o HAR com filtro para Fetch/XHR. | ||
|
||
Não houve excessos de requisíções conforme foi apontado. | ||
|
||
Página: `checkout#/cart` teve total de: 6 requisições - `GET`: 2 e `POST`: 4. <br /> | ||
Página: `checkout#/shipping` teve total de: 5 requisições - `GET`: 2 e `POST`: 3. <br /> | ||
Página: `checkout#/payment` teve total de: 14 requisições - `GET`: 1 e `POST`: 13. <br /> |