Skip to content

Projeto simples para exemplificar os padrões de renderização disponíveis no Next 12.2

Notifications You must be signed in to change notification settings

Fziliotti/Next-Padroes-de-Renderizacao

Repository files navigation

O intuito desse projeto é avaliar os 3 tipos de modelos de renderização mais comuns, e compará-los em relação as métricas difundidas pelo Web Vitals.

A execução dos testes de performance é realizada com a ferramenta lighthouse.

Para tal basta executar os seguintes comandos:

https://fziliotti.github.io/web-performance-teste/teste-1.html

lighthouse https://fziliotti.github.io/web-performance-teste/teste-1.html  --output json --output html --output-path ./lighthouse-reports1
lighthouse https://fziliotti.github.io/web-performance-teste/teste-2.html  --output json --output html --output-path ./lighthouse-reports2
lighthouse https://fziliotti.github.io/web-performance-teste/teste-3.html  --output json --output html --output-path ./lighthouse-reports3
lighthouse https://fziliotti.github.io/web-performance-teste/teste-4.html  --output json --output html --output-path ./lighthouse-reports4
lighthouse https://fziliotti.github.io/web-performance-teste/teste-5.html  --output json --output html --output-path ./lighthouse-reports5

About

Projeto simples para exemplificar os padrões de renderização disponíveis no Next 12.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published