Inlining style is far more inflexible than the other methods.
El estilo en línea es mucho más inflexible que los otros métodos.
Inlining style loses many of the advantages of style sheets by mixing content with presentation.
Los estilos en línea pierden muchas de las ventajas de las hojas de estilo al mezclar contenido con presentación.
Inlining the script contents eliminates the external request for small.js and allows the browser to deliver a faster time to first render.
Al insertar esta secuencia en el código, se elimina la solicitud externa de small.js, por lo que los navegadores renderizarán esta página por primera vez más rápido.
Inlining functions is a classic example of this phenomena: replacing a call to a function with the function code itself may produce a faster program, but may also increase program size.
Inlining funciones es un ejemplo clásico de este fenómeno: la sustitución de una llamada a una función con el mismo código de función puede producir un programa más rápido, pero también puede aumentar el tamaño del programa.
Inlining - For example, if there exists a function A that frequently calls function B, and function B is relatively small, then profile-guided optimizations will inline function B in function A.
Procesos en línea: Por ejemplo, si existe una función A que llama frecuentemente a la función B, y la función B es relativamente pequeña, las optimizaciones guiadas por perfiles pondrán la función B en línea con la función A.
Inlining your CSS is usually not recommended as it will increase the overall download size of your page request.
Poner en línea sus CSS generalmente no se recomienda ya que aumentará el tamaño de descarga total de la solicitud de página.
Inlining CSS attributes on HTML elements (e.g., <p style=...>) should be avoided where possible, as this often leads to unnecessary code duplication.
Se debe evitar insertar atributos CSS en elementos HTML (como < p style=...>) siempre que sea posible, ya que se produciría una duplicación innecesaria del código.
Fixed: Inlining more than 9 images (using cid:image-root.) in an html email did not work. Download & Install
Corregido: No funcionaba la opción de alinear más de 9 imágenes en un correo html (usando cid:image-root.).
Inlining pros & cons Inline code for images can be verbose-especially Data URIs-so why would you want to use it?
Si el código para incluir imágenes por referencia puede ser verboso, sobre todo en los URI de datos, ¿por qué lo usamos?
In fact, if you have ever inlined a CSS, JavaScript, or any other asset via a data URI (see Resource Inlining), then you already have hands-on experience with server push.
De hecho, si alguna vez has incorporado un recurso de CSS, JavaScript o cualquier otro a través de un URI de datos (consulta Resource Inlining (Incorporación de recursos)), entonces ya tienes experiencia práctica con el servidor push.
Inlining or combining CSS and JavaScript on large sites is usually not recommended.
Poner inlining o combinar CSS y JavaScript en sitios grandes generalmente no se recomienda.
Some functions have two versions, one for running and one for inlining.
Algunas funciones tienen dos versiones, una para ejecutar y otra para enlinear.
Its small size makes it suitable for inlining it straight into the page.