Title: Website Speed Optimization
Author: Than Minh Tu
Published: <strong>11 de octubre de 2019</strong>
Last modified: 7 de mayo de 2020

---

Buscar plugins

![](https://ps.w.org/website-speed-optimization/assets/banner-772x250.png?rev=2183667)

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://ps.w.org/website-speed-optimization/assets/icon-256x256.png?rev=2183667)

# Website Speed Optimization

 Por [Than Minh Tu](https://profiles.wordpress.org/thanminhtu/)

[Descargar](https://downloads.wordpress.org/plugin/website-speed-optimization.zip)

 * [Detalles](https://es.wordpress.org/plugins/website-speed-optimization/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/website-speed-optimization/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/website-speed-optimization/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/website-speed-optimization/#developers)

 [Soporte](https://wordpress.org/support/plugin/website-speed-optimization/)

## Descripción

Website Speed Optimization will help your website speed up page loading.

#### Main Fuction

#### CSS Optimization

 * Inline all CSS ==> One method to speed up the load times of web pages is to optimize
   the CSS delivery by inlining CSS scripts instead of requesting them through external
   files.
 * Minify all CSS ==> CSS scripts found on web pages are usually not minimized, 
   they usually contain extra characters, or extra lines, or unnecessary spaces.
 * Move all CSS to footer ==> Page Speed measurement tools will usually recommend
   that you remove render-blocking JavaScript and CSS out of the tag. This will 
   prioritize loading other resources first to increase page loading speed.

#### JS Optimization

 * Move all JS to footer ==> Page Speed measurement tools will usually recommend
   that you remove render-blocking JavaScript and CSS out of the tag. This will 
   prioritize loading other resources first to increase page loading speed.
 * Inline all JS ==> Inline JS will reduce the number of requests to the server,
   and Inline JS will avoid blocking the initial page load to help the website be
   more appreciated.
 * Minify all JS ==> Minify JS will eliminate unnecessary characters, making it 
   less expensive to load the page

#### Html Optimizations

 * Minify HTML

Minification refers to the process of removing unnecessary or redundant data without
affecting how the resource is processed by the browser – e.g. code comments and 
formatting, removing unused code, using shorter variable and function names, and
so on.

#### Add Expires headers

 * Set expires header CSS
 * Set expires header JS
 * Set expires header Media

Expires headers tell the browser whether they should request a specific file from
the server or whether they should grab it from the browser’s cache.

The whole idea behind Expires Headers is not only to reduce the load of downloads
from the server (constantly downloading the same file when it’s unmodified is wasting
precious load time) but rather to reduce the number of HTTP requests for the server.

When you visit a website your browser is responsible for communicating with the 
web server to download all the required files. It then compiles those files to display
the web page. As web pages become richer in graphics and content, more and more 
files are being transferred between your machine and the web server.

In the past you would have an HTML file and maybe a few images to serve for your
website, however many modern websites might have 50+ files per page to transfer.
The files themselves can be a huge load increase by themselves but for each file
you must create a request and even if requests are fractions of a second, they can
soon add up. [Source](https://gtmetrix.com/add-expires-headers.html)

#### Cache CSS JS

 * Cache Css
 * Cache Js

Help website handle faster during page loading.

## Capturas

[⌊Website Speed Optimization⌉⌊Website Speed Optimization⌉[

Website Speed Optimization

[⌊Website Speed Optimization⌉⌊Website Speed Optimization⌉[

Website Speed Optimization

[⌊Website Speed Optimization⌉⌊Website Speed Optimization⌉[

Website Speed Optimization

## Instalación

 * PHP version 5.4 or greater (PHP 5.6 or greater is recommended)
 * MySQL version 5.5 or greater (MySQL 5.6 or greater is recommended)

Install from the wordpress plugin repository. After installation and activation.
Website Speed Optimization Menu is installed for the plugin.

## FAQ

### Why CSS, JS, HTML Optimization

 * Minification refers to the process of removing unnecessary or redundant data 
   without affecting how the resource is processed by the browser – e.g. code comments
   and formatting, removing unused code, using shorter variable and function names,
   and so on.

### Why Add Expires headers

 * Expires headers tell the browser whether they should request a specific file 
   from the server or whether they should grab it from the browser’s cache.
 * The whole idea behind Expires Headers is not only to reduce the load of downloads
   from the server (constantly downloading the same file when it’s unmodified is
   wasting precious load time) but rather to reduce the number of HTTP requests 
   for the server.
 * When you visit a website your browser is responsible for communicating with the
   web server to download all the required files. It then compiles those files to
   display the web page. As web pages become richer in graphics and content, more
   and more files are being transferred between your machine and the web server.
 * In the past you would have an HTML file and maybe a few images to serve for your
   website, however many modern websites might have 50+ files per page to transfer.
   The files themselves can be a huge load increase by themselves but for each file
   you must create a request and even if requests are fractions of a second, they
   can soon add up. [Source](https://gtmetrix.com/add-expires-headers.html)

## Reseñas

![](https://secure.gravatar.com/avatar/c0eb492999ac04a6a226806146d8c9302bb4d98a0a54d93091eda9b5784a3a17?
s=60&d=retro&r=g)

### 󠀁[Website Speed Optimization](https://wordpress.org/support/topic/website-speed-optimization-2/)󠁿

 [myispguy](https://profiles.wordpress.org/myispguy/) 10 de septiembre de 2020

Website Speed Optimization is very simple to use and so far works perfectly!

 [ Leer la 1 reseña ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/)

## Colaboradores y desarrolladores

«Website Speed Optimization» es un software de código abierto. Las siguientes personas
han colaborado con este plugin.

Colaboradores

 *   [ Than Minh Tu ](https://profiles.wordpress.org/thanminhtu/)

[Traduce «Website Speed Optimization» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/website-speed-optimization)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/website-speed-optimization/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/website-speed-optimization/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/website-speed-optimization/)
por [RSS](https://plugins.trac.wordpress.org/log/website-speed-optimization/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 0.1.3

 * Release date: 2020/05/07
 * Fix icon dashicons
 * Inline Jquery library

#### 0.1.2

 * Release date: 2019/10/31
 * Update Logo, banner
 * Add Option CDN Jquery
 * Add Option Cache Css, Js
 * Fix code Inline Js

#### 0.1

Plugin Beta

## Meta

 *  Versión **0.1.3**
 *  Última actualización **hace 6 años**
 *  Instalaciones activas **20+**
 *  Versión de WordPress ** 4.7 o superior **
 *  Probado hasta **5.4.20**
 *  Versión de PHP ** 5.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/website-speed-optimization/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/website-speed-optimization/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  1 valoración de 5 estrellas     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/website-speed-optimization/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/website-speed-optimization/reviews/)

## Colaboradores

 *   [ Than Minh Tu ](https://profiles.wordpress.org/thanminhtu/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/website-speed-optimization/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://www.paypal.me/tutm)