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

---

Plugins zoeken

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

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# Website Speed Optimization

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

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

 * [Details](https://nl.wordpress.org/plugins/website-speed-optimization/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/website-speed-optimization/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/website-speed-optimization/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/website-speed-optimization/#developers)

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

## Beschrijving

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.

## Schermafbeeldingen

[⌊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

## Installatie

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

## Beoordelingen

![](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 september 2020

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

 [ Lees 1 beoordeling ](https://wordpress.org/support/plugin/website-speed-optimization/reviews/)

## Bijdragers & ontwikkelaars

“Website Speed Optimization” is open source software. De volgende personen hebben
bijgedragen aan deze plugin.

Bijdragers

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

[Vertaal “Website Speed Optimization” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/website-speed-optimization)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/website-speed-optimization/),
haal de [SVN repository](https://plugins.svn.wordpress.org/website-speed-optimization/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/website-speed-optimization/)
via [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

 *  Versie **0.1.3**
 *  Laatst geüpdatet **6 jaar geleden**
 *  Actieve installaties **20+**
 *  WordPress versie ** 4.7 of nieuwer **
 *  Getest t/m **5.4.19**
 *  PHP versie ** 5.4 of nieuwer **
 *  Taal
 * [English (US)](https://wordpress.org/plugins/website-speed-optimization/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/website-speed-optimization/advanced/)

## Waarderingen

 5 van 5 sterren.

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

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/website-speed-optimization/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

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

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](https://www.paypal.me/tutm)