{Gözleg {lang langto to-a terjime et

{Gözleg {sözüniň {langfromdan Iňlis sözüne {jemleýji netijäniň {ahyrky netijesi} terjimelerini görkezmek.

{Gözlegiň Portugaliýa -dan {langto to-a terjimesi

Portugaliýa
Iňlis

PT A seção de intervalos do painel Performance no Chrome DevTools inclui um marcador de LCP e mostra qual elemento está associado com a LCP quando você passar o mouse sobre o campo Related Node.

EN The Timings section of the Performance panel in Chrome DevTools includes a LCP marker and shows you which element is associated with LCP when you hover over the Related Node field.

Portugaliýa Iňlis
painel panel
performance performance
chrome chrome
inclui includes
marcador marker
mostra shows
elemento element
está is
você you
campo field
node node
lcp lcp

PT Imagens: novo filtro (autoptimize_filter_imgopt_lazyload_from_nth) para dizer ao Autoptimize para não carregar as primeiras X imagens (para melhorar o LCP / CLS).

EN Images: new filter (autoptimize_filter_imgopt_lazyload_from_nth) to tell AO not to lazyload the first X images (to improve LCP/ CLS).

Portugaliýa Iňlis
imagens images
novo new
dizer tell
primeiras first
x x
lcp lcp

PT No entanto, eles realmente não se preocupam com seu SEO porque não estão tentando classificar o LCP para os mecanismos de pesquisa

EN However they don't really care about their SEO because they are not trying to rank LCP for search engines

Portugaliýa Iňlis
realmente really
tentando trying
pesquisa search
lcp lcp

PT A métrica Largest Contentful Paint (LCP) informa o tempo de renderização da maior imagem ou bloco de texto visível na janela de visualização (viewport), em relação a quando a página começou a carregar pela primeira vez.

EN The Largest Contentful Paint (LCP) metric reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading.

Portugaliýa Iňlis
métrica metric
renderização render
imagem image
ou or
bloco block
texto text
visível visible
começou started
carregar loading
lcp lcp

PT Para manter baixo o overhead de calcular e despachar novas entradas de desempenho, alterações no tamanho ou na posição de um elemento não geram novos candidatos a LCP

EN To keep the performance overhead of calculating and dispatching new performance entries low, changes to an element's size or position do not generate new LCP candidates

Portugaliýa Iňlis
calcular calculating
desempenho performance
alterações changes
tamanho size
ou or
posição position
elemento element
geram generate
candidatos candidates
lcp lcp

PT Isto é porque é um elemento <svg> e elementos <svg> não são considerados candidatos LCP

EN That's because it's an <svg> element, and <svg> elements are not currently considered LCP candidates

Portugaliýa Iňlis
porque because
um an
svg svg
gt gt
considerados considered
candidatos candidates
s s
lt lt
lcp lcp

PT O primeiro candidato LCP é o texto no segundo quadro.

EN The first LCP candidate is the text in the second frame.

Portugaliýa Iňlis
candidato candidate
é is
texto text
quadro frame
lcp lcp

PT A LCP pode ser medida em laboratório ou em campo e está disponível nas seguintes ferramentas:

EN LCP can be measured in the lab or in the field, and it's available in the following tools:

Portugaliýa Iňlis
a the
medida measured
laboratório lab
ou or
campo field
e and
disponível available
ferramentas tools
lcp lcp

PT Para medir o LCP em JavaScript, você pode usar a API Largest Contentful Paint. O exemplo a seguir mostra como criar um PerformanceObserver que escuta as largest-contentful-paint e as registra no console.

EN To measure LCP in JavaScript, you can use the Largest Contentful Paint API. The following example shows how to create a PerformanceObserver that listens for largest-contentful-paint entries and logs them to the console.

Portugaliýa Iňlis
javascript javascript
usar use
api api
largest largest
console console
lcp lcp

PT Este código mostra como registrar largest-contentful-paint no console, mas medir a LCP em JavaScript é mais complicado. Veja detalhes abaixo:

EN This code shows how to log largest-contentful-paint entries to the console, but measuring LCP in JavaScript is more complicated. See below for details:

Portugaliýa Iňlis
código code
mostra shows
registrar log
console console
medir measuring
javascript javascript
complicado complicated
veja see
detalhes details
lcp lcp

PT Em vez de memorizar todas essas diferenças sutis, os desenvolvedores podem usar a biblioteca JavaScript web-vitals para medir a LCP, que já lida com essas diferenças (onde for possível):

EN Rather than memorizing all these subtle differences, developers can use the web-vitals JavaScript library to measure LCP, which handles these differences for you (where possible):

Portugaliýa Iňlis
diferenças differences
desenvolvedores developers
usar use
biblioteca library
javascript javascript
lcp lcp

PT Para um exemplo completo de como medir a LCP em JavaScript, consulte o código-fonte de getLCP().

EN You can refer to the source code for getLCP() for a complete example of how to measure LCP in JavaScript.

Portugaliýa Iňlis
exemplo example
completo complete
javascript javascript
fonte source
código code
lcp lcp

PT Em alguns casos (como iframes de origem cruzada), não é possível medir a LCP em JavaScript. Consulte a seção de limitações da biblioteca web-vitals para mais detalhes.

EN In some cases (such as cross-origin iframes) it's not possible to measure LCP in JavaScript. See the limitations section of the web-vitals library for details.

Portugaliýa Iňlis
casos cases
iframes iframes
origem origin
possível possible
javascript javascript
consulte see
limitações limitations
biblioteca library
detalhes details
lcp lcp

PT Largest Contentful Paint - LCP (maior renderização de conteúdo) é uma métrica Core Web Vitals e mede quando o maior elemento de conteúdo na janela de visualização se torna visível

EN Largest Contentful Paint (LCP) is a Core Web Vitals metric and measures when the largest content element in the viewport becomes visible

Portugaliýa Iňlis
é is
métrica metric
web web
quando when
elemento element
torna becomes
visível visible
lcp lcp
janela viewport

PT Quanto mais tempo leva para um navegador receber conteúdo do servidor, mais tempo leva para processar qualquer coisa na tela. Um tempo de resposta mais rápido do servidor melhora diretamente cada métrica de carregamento de página, incluindo a LCP.

EN The longer it takes a browser to receive content from the server, the longer it takes to render anything on the screen. A faster server response time directly improves every single page-load metric, including LCP.

Portugaliýa Iňlis
tempo time
leva takes
navegador browser
conteúdo content
melhora improves
diretamente directly
métrica metric
carregamento load
incluindo including
lcp lcp

PT O gráfico a seguir mostra como as distribuições de LCP foram reduzidas em um site usando este padrão:Distribuição de Largest Contentful Paint para carregamento de páginas com e sem service worker - philipwalton.com

EN The following chart shows how LCP distributions have been reduced on a site using this pattern:Largest Contentful Paint distribution, for page loads with and without a service worker - philipwalton.com

Portugaliýa Iňlis
gráfico chart
mostra shows
distribuições distributions
padrão pattern
distribuição distribution
largest largest
sem without
service service
lcp lcp
reduzidas reduced

PT O gráfico mostra a distribuição de LCP de um único site nos últimos 28 dias, segmentado pelo estado do service worker

EN The chart shows the distribution for LCP from a single site over the last 28 days, segmented by service worker state

Portugaliýa Iňlis
gráfico chart
mostra shows
distribuição distribution
site site
últimos last
dias days
estado state
service service
lcp lcp

PT Observe como aumentou o número de carregamentos de página com LCP mais rápido depois que o serviço de páginas HTML usando a estratégia cache-first foi introduzida no service worker (parte azul do gráfico).

EN Notice how far more page loads have a faster LCP value after cache-first HTML page serving was introduced in the service worker (blue portion of chart).

Portugaliýa Iňlis
mais more
html html
usando value
parte portion
azul blue
gráfico chart
lcp lcp

PT As solicitações do servidor para origens de terceiros também podem afetar a LCP, especialmente se forem necessárias para exibir conteúdo crítico na página

EN Server requests to third-party origins can also impact LCP, especially if they're needed to display critical content on the page

Portugaliýa Iňlis
solicitações requests
servidor server
origens origins
podem can
afetar impact
especialmente especially
se if
necessárias needed
exibir display
conteúdo content
crítico critical
lcp lcp

PT Para sites que recebem uma grande parte de seu tráfego a partir das Pesquisas Google, os SXGs podem ser uma ferramenta importante para melhorar a LCP

EN For sites that receive a large portion of their traffic from Google Search, SXGs can be an important tool for improving LCP

Portugaliýa Iňlis
sites sites
parte portion
tráfego traffic
pesquisas search
google google
melhorar improving
lcp lcp

PT Em última análise, reduzir a quantidade de CSS de bloqueio sempre melhorará o tempo que leva para renderizar totalmente o conteúdo principal da página (LCP).

EN Ultimately, reducing the amount of blocking CSS will always improve the time it takes to fully render the main content of the page (LCP).

Portugaliýa Iňlis
reduzir reducing
quantidade amount
css css
bloqueio blocking
sempre always
renderizar render
totalmente fully
conteúdo content
principal main
em última análise ultimately
melhorar improve
lcp lcp

PT Exemplo de melhoria da LCP: antes e depois de adiar CSS não crítico

EN Example of LCP improvement: Before and after deferring non-critical CSS

Portugaliýa Iňlis
exemplo example
melhoria improvement
antes before
css css
crítico critical
lcp lcp

PT Critters é um plugin webpack que embute CSS crítico e carrega o resto de forma lazyExemplo de melhoria da LCP: antes e depois de embutir CSS crítico

EN Critters is a webpack plugin that inlines critical CSS and lazy-loads the restExample of LCP improvement: Before and after inlining critical CSS

Portugaliýa Iňlis
um a
plugin plugin
css css
crítico critical
melhoria improvement
antes before
webpack webpack
lcp lcp

PT O tempo que leva para carregar esses elementos, se renderizados acima da dobra, terá um efeito direto na LCP. Seguem algumas técnicas para garantir que esses arquivos sejam carregados o mais rápido possível:

EN The time it takes to load these elements if rendered above-the-fold will have a direct effect on LCP. There are a few ways to ensure these files are loaded as fast as possible:

Portugaliýa Iňlis
elementos elements
efeito effect
direto direct
arquivos files
lcp lcp

PT Se você estiver construindo um site que é renderizado principalmente no cliente, deve ser cauteloso quanto ao efeito que isto pode ter na LCP se for usado um grande pacote JavaScript

EN If you're building a site that is mostly rendered on the client, you should be wary of the effect it can have on LCP if a large JavaScript bundle is used

Portugaliýa Iňlis
se if
construindo building
um a
site site
renderizado rendered
principalmente mostly
cliente client
efeito effect
usado used
grande large
pacote bundle
javascript javascript
lcp lcp

PT No entanto, você também deve considerar a combinação de uma experiência de renderização no servidor para melhorar a LCP tanto quanto for possível.

EN However, you should also consider combining a server rendering experience to improve LCP as much as possible.

Portugaliýa Iňlis
você you
considerar consider
combinação combining
experiência experience
renderização rendering
servidor server
lcp lcp

PT Isto pode melhorar a LCP, garantindo que o conteúdo principal da página seja renderizado primeiro no servidor, e não apenas no cliente, mas existem algumas desvantagens:

EN This can improve LCP by ensuring the main content of the page is first rendered on the server rather than only on the client, but there are a few drawbacks:

Portugaliýa Iňlis
pode can
melhorar improve
garantindo ensuring
conteúdo content
página page
renderizado rendered
cliente client
desvantagens drawbacks
lcp lcp

PT A pré-renderização é uma técnica separada que é menos complexa do que a renderização do lado do servidor e também fornece uma maneira de melhorar a LCP na sua aplicação

EN Pre-rendering is a separate technique that is less complex than server-side rendering and also provides a way to improve LCP in your application

Portugaliýa Iňlis
técnica technique
separada separate
menos less
complexa complex
renderização rendering
lado side
servidor server
fornece provides
maneira way
aplicação application
lcp lcp

PT Uma série de ferramentas estão disponíveis para medir e depurar LCP:

EN A number of tools are available to measure and debug LCP:

Portugaliýa Iňlis
ferramentas tools
depurar debug
lcp lcp

PT O Lighthouse 6.0 inclui suporte para medição de LCP em ambiente de laboratório.

EN Lighthouse 6.0 includes support for measuring LCP in a lab setting.

Portugaliýa Iňlis
lighthouse lighthouse
inclui includes
suporte support
medição measuring
ambiente setting
laboratório lab
lcp lcp

PT O Relatório de Experiência do Usuário Chrome fornece valores de LCP do mundo real agregados no nível de origem

EN Chrome User Experience Report provides real-world LCP values aggregated at the origin-level

Portugaliýa Iňlis
relatório report
experiência experience
usuário user
chrome chrome
fornece provides
mundo world
real real
nível level
origem origin
lcp lcp

PT A métrica Largest Contentful Paint - LCP (maior renderização de conteúdo) é útil para saber quando a maior imagem ou bloco de texto foi pintado na tela, mas em alguns casos você deseja medir o tempo de renderização de um elemento diferente.

EN The Largest Contentful Paint (LCP) metric is useful for knowing when the largest image or text block was painted to the screen, but in some cases you want to measure the render time of a different element.

Portugaliýa Iňlis
métrica metric
renderização render
útil useful
saber knowing
imagem image
ou or
bloco block
pintado painted
tela screen
casos cases
deseja want
tempo time
elemento element
diferente different
lcp lcp

PT Por exemplo, a métrica Largest Contentful Paint (LCP) mede quando um usuário percebe que o maior conteúdo de uma página está visível

EN For example, Largest Contentful Paint (LCP) measures when a user perceives that the largest content of a page is visible

Portugaliýa Iňlis
usuário user
página page
visível visible
lcp lcp

PT O valor da métrica para LCP representa a duração entre o início do carregamento da página pelo usuário e a renderização na página do seu conteúdo principal

EN The metric value for LCP represents the time duration between the user initiating the page load and the page rendering its primary content

Portugaliýa Iňlis
métrica metric
representa represents
carregamento load
renderização rendering
principal primary
lcp lcp

PT Com base em dados reais do site, os sites de melhor desempenho renderizam a LCP em cerca de 1.220 ms, de modo que o valor da métrica é mapeado para uma pontuação de 99.

EN Based on real website data, top-performing sites render LCP in about 1,220ms, so that metric value is mapped to a score of 99.

Portugaliýa Iňlis
dados data
melhor top
desempenho performing
métrica metric
pontuação score
lcp lcp

PT Isto é porque é um elemento &LTsvg> e elementos &LTsvg> não são considerados candidatos LCP

EN That's because it's an &LTsvg> element, and &LTsvg> elements are not currently considered LCP candidates

Portugaliýa Iňlis
porque because
um an
amp amp
gt gt
considerados considered
candidatos candidates
s s
lcp lcp

PT Esta é uma distinção importante a ser feita entre a First Contentful Paint (FCP) e a Largest Contentful Paint (LCP), que tem como objetivo medir quando o conteúdo principal da página terminou de carregar.

EN This is an important distinction to make between First Contentful Paint (FCP) and Largest Contentful Paint (LCP) —which aims to measure when the page's main contents have finished loading.

Portugaliýa Iňlis
distinção distinction
importante important
largest largest
objetivo aims
página page
carregar loading
fcp fcp
lcp lcp

PT Web Vitals Chrome Extension: O Web Vitals Chrome Extension mede e reporta as Core Web Vitals (LCP, FID, e CLS) para uma determinada página

EN Web Vitals Chrome Extension: The Web Vitals Chrome extension measures and reports the Core Web Vitals (LCP, FID, and CLS) for a given page

PT Lighthouse: O Lighthouse relata sobre LCP, CLS e TBT e também destaca possíveis melhorias de desempenho

EN Lighthouse: Lighthouse reports on LCP, CLS, and TBT, and also highlights possible performance improvements

{Totalresult} terjimeleriniň 39 görkezmek