Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfo-ferreira committed Jun 18, 2024
1 parent 0543061 commit 41d9c2c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
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 />

0 comments on commit 41d9c2c

Please sign in to comment.