Any code unrelated to your hero elements that is included in your initial JavaScript bundle will slow down your time to interactivity.
Todo código no relacionado con los elementos hero que se incluya en el conjunto JavaScript aumentará el tiempo de interactividad.
first input delay - offers insight into how quickly the browser can respond to the user's first interaction with your app (rather than it being busy loading and parsing your app's resources, like a large JavaScript bundle)
Retraso de primera entrada: Proporciona estadísticas sobre la velocidad con la que el navegador puede responder a la primera interacción del usuario con tu app (en lugar de estar ocupado cargando y analizando los recursos de tu app, como un paquete grande de JavaScript).
If that app then loads a large JavaScript bundle that takes several seconds to parse and execute, the content on the page will not be interactive until after that JavaScript runs.
Si la aplicación carga un gran conjunto JavaScript cuyo análisis y ejecución demoran varios segundos, el contenido de la página no será interactivo hasta que se complete la ejecución de JavaScript.
Other results
To get a fast first paint when you do have large JavaScript bundles, developers sometimes employ server-side rendering; then "upgrade" it to attach event handlers when the JavaScript finally gets fetched.
Para obtener una buena primera pintura cuando se tienen paquetes de JavaScript voluminosos, los desarrolladores a veces emplean representación de contenido en el servidor y después la "mejoran" para agregar controladores de eventos cuando finalmente se obtiene el código JavaScript.
You might also like to bundle JavaScript code for the browser, using pulp build -O - to file.js.
También puedes querer empaquetar el código JavaScript para el navegador usando pulp build -O - to file.js.
I didn't want to author the tour with a lengthy bundle of JavaScript code which would need to be maintained over time.
No quería crear el recorrido con un paquete largo de código JavaScript que necesitara ser mantenido con el paso del tiempo.
Automatically bundles JavaScript files optimizing your pages to minimize the number of network connections and ensure even third party resources won't slow down page rendering.
Automáticamente agrupa los archivos de Javascript, optimizando tus páginas para minimizar el número de conexiones de red y garantizar que incluso los recursos de terceros no ralenticen el despliegue de la página.
To compile this project, first install React using npm install, and then build and bundle the JavaScript source with pulp browserify - to dist/Main.js.
Para ejecutar este proyecto, instala primero React usando npm install, y construye y empaqueta el código JavaScript con pulp browserify - to dist/Main.js.
Automatically bundles JavaScript files optimizing your pages to minimize the number of network connections and ensure even third party resources won't slow down page rendering.
Optimiza automáticamente sus páginas para minimizar el número de conexiones de red e incluso garantizar que los recursos de terceros disminuyan el rendimiento de las páginas. Conexiones reducidas
working knowledge of the webpack module builder, to bundle JavaScript and other assets for the browser (it works similar to grunt or gulp)
conocimiento práctico del generador de módulos de paquete web, para unir JavaScript y otros activos para el navegador (funciona de manera similar a un gruñido o trago)
An asset bundle class should be autoloadable. It usually specifies where the assets are located, what CSS and JavaScript files the bundle contains, and how the bundle depends on other bundles.
En una clase asset bundle, lo más habitual es especificar donde se encuentran los archivos asset, que archivos CSS y JavaScript contiene el bundle, y como depende este bundle de otros bundles.
When you register an asset bundle in a view, it will include the CSS and JavaScript files in the bundle in the rendered Web page.
En este tutorial, se describirá la poderosa capacidad que proporciona la bundle en una vista, éste incluirá los archivos CSS y JavaScript del bundle en la página Web renderizada.
This graph highlights parse times for a 1MB bundle of JavaScript (~250KB gzipped) across desktop and mobile devices of differing classes.
En este gráfico se destacan los tiempos de análisis para un paquete de 1 MB de JavaScript (aprox. 250 KB comprimidos) en dispositivos de escritorio y móviles de distintas clases.
Potentially sensitive or inappropriate content
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.