Child pages
  • Comprender los Parámetros avanzados

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Información sobre su configuración

This page serves as a handy reminder of your PrestaShop configuration: version, server info, PHP version, a MySQL version. All these prove really useful when you need to report an issue to the PrestaShop developers, or simply your webmaster or web host.

Image Removed

There is one last section, titled "List of changed files". Right after you have first installed PrestaShop, the only thing that this section displays is "No change has been detected in your files".
But after you've installed some modules and a couple of themes, made advanced changes to some override classes or deleted files altogether, this list will show the difference between your current installation of PrestaShop and what it used to look like in its pristine state. This helps you see what changes have been made to your installation... and therefore what to take into account if you want to update your store manually, or if you are moving files to a new server.

...

Esta página sirve como un recordatorio útil de la configuración PrestaShop: versión, información del servidor, versión de PHP, versión de MySQL. Todos esta información resulta muy útil cuando necesita informar de un problema a los desarrolladores de PrestaShop, a su webmaster o a su proveedor de hosting.

Image Added

Hay una última sección, titulada "Lista de archivos modificados". Justo después de haber instalado PrestaShop, la única cosa que esta sección muestra es el mensaje "Ningún cambio se ha detectado en sus archivos."
Pero después de instalar algunos módulos y un par de temas, realizar cambios avanzados en algunas clases  o eliminar algunos archivos, esta lista mostrará las diferencias entre la instalación actual de PrestaShop y su estado prístino. Esto le ayuda a ver los cambios que ha realizado después de su instalación... y por lo tanto saber lo que tiene que tener en cuenta si desea actualizar su tienda de forma manual, o si va a mover los archivos a un nuevo servidor.

Info

Incluso en una instalación nueva, esta sección podría indicar que los archivos ".gitattributes", ".gitignore", "CONTRIBUTING.md", "CONTRIBUTORS.md" or "README.md" as missing files. These are Git-specific files, and PrestaShop does not use them, so you should not worry about them.

 

Performance

This page combines many tools and tips that might help you improve your shop's performance server-wise – not sales-wise, although a server that performs well is able to serve more customers, and therefore make more sales.

Smarty

...

no se encuentran. Estos son archivos específicos de Git, y PrestaShop no los utiliza, por lo que no debe preocuparse si recibe este mensaje.

Rendimiento

Esta página combina muchas herramientas y consejos que pueden ayudarle a mejorar el rendimiento de su tienda en el servidor – sin fines comerciales, aunque un servidor que tenga un mayor rendimiento  será capaz de atender a las consultas y peticiones de un mayor número de usuarios, y por lo tanto podría obtener más ventas.

Smarty

Smarty es el nombre del motor de plantillas utilizado por los temas de PrestaShop. Puede aprender más sobre él desde el siguiente enlace: http://www.smarty.net/.

There are four optionsHay cuatro opciones:

  • Template cache. For better Cache de plantillas. Para mejorar el rendimiento front-end performance, PrestaShop caches your HTML pages.
    • Never compile cache. Only enable this if you are making edits theme, and need to see your changes every time you reload your page.
    • Compile cache if templates are updated. PrestaShop is able to see when a theme file has changed, but this might not always work as expected.
    • Force Compile. The normal behavior: HTML pages are compiled and cached, even if the theme has changed.
    Cache almacena en caché las páginas HTML.
    • Nunca recompilar los archivos de las plantillas. Sólo debe activar esta opción si está editando el tema de su tienda, y no ve   los cambios que está realizando al recargar la página.
    • Recompilar las plantillas cuando los archivos sean modificados. PrestaShop es capaz de saber si un tema ha sido modificado, pero no siempre funciona correctamente.
    • Forzar compilación. El comportamiento normal: las páginas HTML se compilan y son almacenadas en la caché, incluso si el tema ha cambiado.
  • ¿Usar Cache?. This option makes it possible for you to disable all file caches, and not just the one pertaining to template files. Only disable this if you debugging a theme or a module for PrestaShop. Otherwise, you should leave it enabled.
    The "Clear Smarty cache" appeared in PrestaShop 1.5.5.0, and makes it possible to delete the cache in a single click instead of having to go delete files on your FTP server.
  • Debug console¿Mostrar consola de depuración?. New in 1.5. PrestaShop enables you to display the Smarty Debug Console, which gives you valuable information on a template page. Read more about it at http://www.smarty.net/docsv2/en/chapter.debugging.console.tpl. Note that the console opens in a pop-up window: make sure to make your browser allow them for your shop's domain name.
    • Do not open consoleNo abrir la consola. The default setting. No one sees the console, not even you.
    • Open console with URL parameter (Abrir la consola con el parámetro URL: SMARTY_DEBUG). The console is only displayed if you add ?SMARTY_DEBUG at the end of the URL (or the key of your choice, see below). This is great, but once your tests are done, do revert to the default setting, as this "trick" is known and some hackers could make use of it.
    • Always open consoleSiempre abrir la consola. The "full on" setting. Everyone who has access to your shop can see the console. Therefore, keep it for maintenance sessions.
  • Debug console KeyClave de la consola de depuración. You can change the key in order to be the only one to know what key to enter in order to display the debug console.

...