Terjemahkan "lcp" ke bahasa Inggris

Menampilkan 39 dari 39 terjemahan frasa "lcp" dari Portugis ke bahasa Inggris

Terjemahan Portugis ke bahasa Inggris dari lcp

Portugis
bahasa Inggris

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.

Portugisbahasa Inggris
painelpanel
performanceperformance
chromechrome
incluiincludes
marcadormarker
mostrashows
elementoelement
estáis
vocêyou
campofield
nodenode
lcplcp

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).

Portugisbahasa Inggris
imagensimages
novonew
dizertell
primeirasfirst
xx
lcplcp

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

Portugisbahasa Inggris
realmentereally
tentandotrying
pesquisasearch
lcplcp

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.

Portugisbahasa Inggris
métricametric
renderizaçãorender
imagemimage
ouor
blocoblock
textotext
visívelvisible
começoustarted
carregarloading
lcplcp

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

Portugisbahasa Inggris
calcularcalculating
desempenhoperformance
alteraçõeschanges
tamanhosize
ouor
posiçãoposition
elementoelement
geramgenerate
candidatoscandidates
lcplcp

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

Portugisbahasa Inggris
porquebecause
uman
svgsvg
gtgt
consideradosconsidered
candidatoscandidates
ss
ltlt
lcplcp

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

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

Portugisbahasa Inggris
candidatocandidate
éis
textotext
quadroframe
lcplcp

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:

Portugisbahasa Inggris
athe
medidameasured
laboratóriolab
ouor
campofield
eand
disponívelavailable
ferramentastools
lcplcp

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.

Portugisbahasa Inggris
javascriptjavascript
usaruse
apiapi
largestlargest
consoleconsole
lcplcp

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:

Portugisbahasa Inggris
códigocode
mostrashows
registrarlog
consoleconsole
medirmeasuring
javascriptjavascript
complicadocomplicated
vejasee
detalhesdetails
lcplcp

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):

Portugisbahasa Inggris
diferençasdifferences
desenvolvedoresdevelopers
usaruse
bibliotecalibrary
javascriptjavascript
lcplcp

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.

Portugisbahasa Inggris
exemploexample
completocomplete
javascriptjavascript
fontesource
códigocode
lcplcp

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.

Portugisbahasa Inggris
casoscases
iframesiframes
origemorigin
possívelpossible
javascriptjavascript
consultesee
limitaçõeslimitations
bibliotecalibrary
detalhesdetails
lcplcp

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

Portugisbahasa Inggris
éis
métricametric
webweb
quandowhen
elementoelement
tornabecomes
visívelvisible
lcplcp
janelaviewport

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.

Portugisbahasa Inggris
tempotime
levatakes
navegadorbrowser
conteúdocontent
melhoraimproves
diretamentedirectly
métricametric
carregamentoload
incluindoincluding
lcplcp

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

Portugisbahasa Inggris
gráficochart
mostrashows
distribuiçõesdistributions
padrãopattern
distribuiçãodistribution
largestlargest
semwithout
serviceservice
lcplcp
reduzidasreduced

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

Portugisbahasa Inggris
gráficochart
mostrashows
distribuiçãodistribution
sitesite
últimoslast
diasdays
estadostate
serviceservice
lcplcp

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).

Portugisbahasa Inggris
maismore
htmlhtml
usandovalue
parteportion
azulblue
gráficochart
lcplcp

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

Portugisbahasa Inggris
solicitaçõesrequests
servidorserver
origensorigins
podemcan
afetarimpact
especialmenteespecially
seif
necessáriasneeded
exibirdisplay
conteúdocontent
críticocritical
lcplcp

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

Portugisbahasa Inggris
sitessites
parteportion
tráfegotraffic
pesquisassearch
googlegoogle
melhorarimproving
lcplcp

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).

Portugisbahasa Inggris
reduzirreducing
quantidadeamount
csscss
bloqueioblocking
semprealways
renderizarrender
totalmentefully
conteúdocontent
principalmain
em última análiseultimately
melhorarimprove
lcplcp

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

Portugisbahasa Inggris
exemploexample
melhoriaimprovement
antesbefore
csscss
críticocritical
lcplcp

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

Portugisbahasa Inggris
uma
pluginplugin
csscss
críticocritical
melhoriaimprovement
antesbefore
webpackwebpack
lcplcp

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:

Portugisbahasa Inggris
elementoselements
efeitoeffect
diretodirect
arquivosfiles
lcplcp

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

Portugisbahasa Inggris
seif
construindobuilding
uma
sitesite
renderizadorendered
principalmentemostly
clienteclient
efeitoeffect
usadoused
grandelarge
pacotebundle
javascriptjavascript
lcplcp

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.

Portugisbahasa Inggris
vocêyou
considerarconsider
combinaçãocombining
experiênciaexperience
renderizaçãorendering
servidorserver
lcplcp

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:

Portugisbahasa Inggris
podecan
melhorarimprove
garantindoensuring
conteúdocontent
páginapage
renderizadorendered
clienteclient
desvantagensdrawbacks
lcplcp

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

Portugisbahasa Inggris
técnicatechnique
separadaseparate
menosless
complexacomplex
renderizaçãorendering
ladoside
servidorserver
forneceprovides
maneiraway
aplicaçãoapplication
lcplcp

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:

Portugisbahasa Inggris
ferramentastools
depurardebug
lcplcp

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.

Portugisbahasa Inggris
lighthouselighthouse
incluiincludes
suportesupport
mediçãomeasuring
ambientesetting
laboratóriolab
lcplcp

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

Portugisbahasa Inggris
relatórioreport
experiênciaexperience
usuáriouser
chromechrome
forneceprovides
mundoworld
realreal
nívellevel
origemorigin
lcplcp

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.

Portugisbahasa Inggris
métricametric
renderizaçãorender
útiluseful
saberknowing
imagemimage
ouor
blocoblock
pintadopainted
telascreen
casoscases
desejawant
tempotime
elementoelement
diferentedifferent
lcplcp

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

Portugisbahasa Inggris
usuáriouser
páginapage
visívelvisible
lcplcp

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

Portugisbahasa Inggris
métricametric
representarepresents
carregamentoload
renderizaçãorendering
principalprimary
lcplcp

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.

Portugisbahasa Inggris
dadosdata
melhortop
desempenhoperforming
métricametric
pontuaçãoscore
lcplcp

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

Portugisbahasa Inggris
porquebecause
uman
ampamp
gtgt
consideradosconsidered
candidatoscandidates
ss
lcplcp

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.

Portugisbahasa Inggris
distinçãodistinction
importanteimportant
largestlargest
objetivoaims
páginapage
carregarloading
fcpfcp
lcplcp

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

Menampilkan 39 dari 39 terjemahan