La carga de archivos javascript bloquea el resto de elementos durante la carga de la página, por lo que se debe prestar especial atención en minimizar el tamaño de estos archivos y optimizar su contenido.
Downloading javascript blocks all other elements, so you should pay special attention to minimize the size of javascript files and optimize content.
Evita la ejecución JavaScript La ejecución prolongada de JavaScript bloquea el navegador, y le impide construir el DOM y el CSSOM, y representar la página.
Long running JavaScript blocks the browser from constructing the DOM, CSSOM, and rendering the page, so defer until later any initialization logic and functionality that is non-essential for the first render.
Other results
Quitar el JavaScript que bloquea el renderizado del contenido
Prioriza la carga de texto, imágenes y fuentes en tus páginas web mediante la prórroga de la carga de JavaScript que bloquea el renderizado.
Prioritizes the loading of text, images, and fonts on your webpages by deferring the loading of render-blocking JavaScript.
Evita o minimiza el uso de JavaScript que bloquee el renderizado de contenido, sobre todo el de secuencias de comandos externas que tienen que obtenerse para ejecutarse.
You should avoid and minimize the use of blocking JavaScript, especially external scripts that must be fetched before they can be executed.
Eliminar del contenido ubicado por encima del pliegue cualquier JavaScript y CSS que bloquee el renderizado: esta es, por mucho, la comprobación más importante que realiza Google.
Eliminate render-blocking JavaScript and CSS in above-the-fold content: this is by far the most important check that Google performs.
Eliminar del contenido ubicado por encima del pliegue cualquier JavaScript y CSS que bloquee el renderizado: Como parte de la publicación de los sitios web, optimizamos la estructura de los sitios web para ajustarlos a esta recomendación.
Eliminate render-blocking JavaScript and CSS in above-the-fold content: As part of the publishing of websites, Duda optimizes the structure of websites to conform to this recommendation.
Dado que la página también contiene un archivo JavaScript que bloquea el analizador, el evento domContentLoaded se bloquea hasta que se descargue y analice código JavaScript integrado, también bloqueará el analizador.
Because the page also contains a parser blocking JavaScript file, the domContentLoaded event is blocked until the CSS file is downloaded and parsed: because the JavaScript might query the CSSOM, we must block the CSS file until it downloads before we can execute JavaScript.
También destacó algunos ejemplos específicos de comportamientos maliciosos del JavaScript privativo como el bloqueo de funciones del navegador o la grabación de las pulsaciones del teclado del usuario.
He also highlights some specific examples of malicious behavior by proprietary JavaScript such as blocking browser functions or recording the user's keystrokes.
Si es necesario que la página no cargue hasta que se muestre el anuncio Preview o TakeOver, entonces habrá que usar para ese formato un tag Javascript, el cual bloquea la carga de la página mientras carga el anuncio.
If it's not necessary to download before the Preview or Takeover ad shows, a Javascript tag must be used for this ad which will block the download of the page while downloading the ad.
JavaScript bloquea la construcción del DOM, a menos que se declare explícitamente como asincrónico.
JavaScript blocks DOM construction unless explicitly declared as async.
Podrías estar ejecutando alguna extensión que bloquea JavaScript.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.