WPMU DEV in your language
Translations
Translation of Hummingbird: Spanish (Ecuador)
Prio | Original string | Translation | — |
---|---|---|---|
This lists Hummingbird configuration in the file you are importing. | Esto enumera la configuración de Hummingbird en el archivo que estás importando. | Details | |
This lists Hummingbird configuration in the file you are importing. Esto enumera la configuración de Hummingbird en el archivo que estás importando.
Login to your account for contributing to translations.
|
|||
Import | Importar | Details | |
Compression removes the clutter from CSS and Javascript files. Smaller files, in turn, help your site load faster, since your server doesn’t have to waste time reading unnecessary characters & spaces. | Upgrade your account for contributing to translations. | Details | |
Compression removes the clutter from CSS and Javascript files. Smaller files, in turn, help your site load faster, since your server doesn’t have to waste time reading unnecessary characters & spaces.
Login to your account for contributing to translations.
|
|||
Here are the available options for the Asset Optimization Manual mode. | Estas son las opciones disponibles para el modo manual de optimización de recursos. | Details | |
Here are the available options for the Asset Optimization Manual mode. Estas son las opciones disponibles para el modo manual de optimización de recursos.
Login to your account for contributing to translations.
|
|||
Don't show me this again | No mostrarme esto de nuevo | Details | |
Don't show me this again No mostrarme esto de nuevo
Login to your account for contributing to translations.
|
|||
Preset configurations will be applied | Se aplicarán las configuraciones predeterminadas | Details | |
Preset configurations will be applied Se aplicarán las configuraciones predeterminadas
Login to your account for contributing to translations.
|
|||
Got it | Entendido | Details | |
If a more serious issue should occur, a broken site can easily be fixed by disabling Automatic Optimization. Once this is done all the changes you made will be reverted back. After disabling the feature, it's also important to clear your browser and page cache, so you can see the changes. Next you'll simply need to verify the page is no longer showing the compressed version by checking the network tab in your console. As mentioned above, optimized files will either be served from our CDN or a local Hummingbird directory, and the file name will be hashed. Finally, note that Hummingbird also won't modify your original files… at all! | Upgrade your account for contributing to translations. | Details | |
If a more serious issue should occur, a broken site can easily be fixed by disabling Automatic Optimization. Once this is done all the changes you made will be reverted back. After disabling the feature, it's also important to clear your browser and page cache, so you can see the changes. Next you'll simply need to verify the page is no longer showing the compressed version by checking the network tab in your console. As mentioned above, optimized files will either be served from our CDN or a local Hummingbird directory, and the file name will be hashed. Finally, note that Hummingbird also won't modify your original files… at all!
Login to your account for contributing to translations.
|
|||
After enabling Automatic Optimization, files will be queued and when someone visits your site optimization will be automatically triggered via cron. To check if the page is optimized, you can use inspect mode and navigate to the network tab in your console. Optimized files, depending on your settings, will either be served from our blazingly fast CDN or a local Hummingbird directory (by default - /wp-content/uploads/hummingbird-assets/), and the file name will be hashed. | Upgrade your account for contributing to translations. | Details | |
After enabling Automatic Optimization, files will be queued and when someone visits your site optimization will be automatically triggered via cron. To check if the page is optimized, you can use inspect mode and navigate to the network tab in your console. Optimized files, depending on your settings, will either be served from our blazingly fast CDN or a local Hummingbird directory (by default - /wp-content/uploads/hummingbird-assets/), and the file name will be hashed.
Login to your account for contributing to translations.
|
|||
How Do I Know When My Files Are Optimized? | ¿Cómo sé cuándo mis archivos están optimizados? | Details | |
How Do I Know When My Files Are Optimized? ¿Cómo sé cuándo mis archivos están optimizados?
Login to your account for contributing to translations.
|
|||
Before using Hummingbird to remove unused CSS, make sure to disable and/or remove the plugins that load unused CSS. To identify these plugins, check "Code coverage" in Google Chrome dev tools. Check the stylesheet URL to identify the plugin or theme responsible for that CSS file. Look for the plugins that have a lot of stylesheets in the list with a lot of red in code coverage. | Antes de usar Hummingbird para eliminar CSS no utilizado, asegúrate de deshabilitar y/o eliminar los plugins que cargan CSS no utilizado. Para identificar estos complementos, consulta "Cobertura de código" en las herramientas de desarrollo de Google Chrome. Verifique la URL de la hoja de estilo para identificar el plugin o la plantilla responsable de ese archivo CSS. Busca los plugins que tienen muchas hojas de estilo en la lista o que muestran mucho rojo en la cobertura de código. | Details | |
Before using Hummingbird to remove unused CSS, make sure to disable and/or remove the plugins that load unused CSS. To identify these plugins, check "Code coverage" in Google Chrome dev tools. Check the stylesheet URL to identify the plugin or theme responsible for that CSS file. Look for the plugins that have a lot of stylesheets in the list with a lot of red in code coverage. Antes de usar Hummingbird para eliminar CSS no utilizado, asegúrate de deshabilitar y/o eliminar los plugins que cargan CSS no utilizado. Para identificar estos complementos, consulta "Cobertura de código" en las herramientas de desarrollo de Google Chrome. Verifique la URL de la hoja de estilo para identificar el plugin o la plantilla responsable de ese archivo CSS. Busca los plugins que tienen muchas hojas de estilo en la lista o que muestran mucho rojo en la cobertura de código.
Login to your account for contributing to translations.
|
|||
Step 5: Remove Unused CSS | Paso 5: Remover CSS sin usar | Details | |
Step 5: Remove Unused CSS Paso 5: Remover CSS sin usar
Login to your account for contributing to translations.
|
|||
The next step is deferring the loading of scripts that are not needed to run immediately after a page has loaded (like a form processing or spam protection scripts). Use the "Force load this file after the page is loaded" button %s, which can be found in the "JavaScripts" section. | El siguiente paso es aplazar la carga de secuencias de comandos que no son necesarias para ejecutarse inmediatamente después de que se haya cargado una página (como secuencias de comandos de procesamiento de formularios o de protección contra correo no deseado). Utilice el botón %s "Fuerza la carga de este archivo después de cargar la página", que se encuentra en la sección "JavaScripts". | Details | |
The next step is deferring the loading of scripts that are not needed to run immediately after a page has loaded (like a form processing or spam protection scripts). Use the "Force load this file after the page is loaded" button %s, which can be found in the "JavaScripts" section. El siguiente paso es aplazar la carga de secuencias de comandos que no son necesarias para ejecutarse inmediatamente después de que se haya cargado una página (como secuencias de comandos de procesamiento de formularios o de protección contra correo no deseado). Utilice el botón %s "Fuerza la carga de este archivo después de cargar la página", que se encuentra en la sección "JavaScripts".
Login to your account for contributing to translations.
|
|||
Step 4: Defer Some Of The Scripts | Upgrade your account for contributing to translations. | Details | |
Move all asset files to load from the footer, except jQuery, jQuery Migrate, and core theme JavaScript files. If you're unsure what files are from your theme - use the "Filter theme and plugin sort" tool. After you're done, click "Publish Changes" to push your changes live. | Mueve todos los archivos de recursos para cargarlos desde el pie de página, excepto jQuery, jQuery Migrate y los archivos de JavaScript de tema central. Si no estás seguro de qué archivos pertenecen a tu tema, usa la herramienta "Filtrar tema y clasificar plugins". Una vez que hayas terminado, haz clic en "Publicar cambios" para publicar tus cambios. | Details | |
Move all asset files to load from the footer, except jQuery, jQuery Migrate, and core theme JavaScript files. If you're unsure what files are from your theme - use the "Filter theme and plugin sort" tool. After you're done, click "Publish Changes" to push your changes live. Mueve todos los archivos de recursos para cargarlos desde el pie de página, excepto jQuery, jQuery Migrate y los archivos de JavaScript de tema central. Si no estás seguro de qué archivos pertenecen a tu tema, usa la herramienta "Filtrar tema y clasificar plugins". Una vez que hayas terminado, haz clic en "Publicar cambios" para publicar tus cambios.
Login to your account for contributing to translations.
|
Export as •
Translators
- Leighton: 70.8%