Title: Website Speed Optimization
Author: Than Minh Tu
Published: <strong>October 11, 2019</strong>
Last modified: May 7, 2020

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Website Speed Optimization

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

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

 * [Details](https://wordpress.org/plugins/website-speed-optimization/#description)
 * [Reviews](https://wordpress.org/plugins/website-speed-optimization/#reviews)
 *  [Installation](https://wordpress.org/plugins/website-speed-optimization/#installation)
 * [Development](https://wordpress.org/plugins/website-speed-optimization/#developers)

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

## Description

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.

## Screenshots

 * [[
 * Website Speed Optimization
 * [[
 * Website Speed Optimization
 * [[
 * Website Speed Optimization

## Installation

 * 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)

## Reviews

![](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/) September 10, 2020

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

 [ Read all 1 review ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/)

## Contributors & Developers

“Website Speed Optimization” is open source software. The following people have 
contributed to this plugin.

Contributors

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

[Translate “Website Speed Optimization” into your language.](https://translate.wordpress.org/projects/wp-plugins/website-speed-optimization)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/website-speed-optimization/),
check out the [SVN repository](https://plugins.svn.wordpress.org/website-speed-optimization/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/website-speed-optimization/)
by [RSS](https://plugins.trac.wordpress.org/log/website-speed-optimization/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

 *  Version **0.1.3**
 *  Last updated **6 years ago**
 *  Active installations **20+**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **5.4.19**
 *  PHP version ** 5.4 or higher **
 *  [Advanced View](https://wordpress.org/plugins/website-speed-optimization/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/?filter=1)

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

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/tutm)