-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
91 lines (65 loc) · 2.41 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
=== Quicksilver ===
Contributors: Warren Galyen
Tags: optimization, optimize, optimizer, loading speed, performance, speed, clean, clean up, cleaner, ping, pingback, heartbeat, emoji, emojis
Requires at least: 5.9
Tested up to: 6.4.3
Stable tag: 2.0.2
Requires PHP: 5.6
License: GPLv2 or later
**Quicksilver** is a WordPress plugin which cleans up your website and optimizes it for better performance.
== Description ==
**Quicksilver** is a WordPress plugin which **cleans up your website and optimizes it for better performance**.
### Features
* Disable Gutenberg
* Disable XML-RPC
* Disable heartbeat
* Disable emojis
* Disable embeds, e.g. prevent others from embedding your site and vise-versa
* Disable self pings
* Remove query string for JavaScript and CSS files
* Set scheme-less URLs for JavaScript and CSS files, e.g. remove `http:` and `https:` from URLs
* Removes styles for recent comments widget.
* Cleanup header
To configure the async CSS loading, go to *Settings | Quicksilver*.
**Quicksilver** is created and maintained FREE on [Github](https://github.com/mechanika-design/quicksilver). Please open a [new issue](https://github.com/mechanika-design/quicksilver/issues) to add a suggestion or report a bug.
== Installation ==
1. Unzip the download package
1. Upload `quicksilver` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
The plugin doesn't have any settings page or configuration. Just install and forget!
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 2.0.2 =
- Update compatibility tag
- Fix missing vendor folder
= 2.0.1 =
- Fix PHP warning when blocking self-pings
= 2.0.0 =
- Re-add settings page
- Update disable embeds module
= 1.3.1 =
* Fix not working with WP-CLI
= 1.3.0 =
* Remove settings page
* Do not use jQuery from Google CDN for better compatibility
* Remove support for loading CSS async
= 1.2.2 =
* Add option to use latest version of jQuery
* Add option to exclude static resources from removing query string
= 1.2.1 =
* Fix: Load PHP file using absolute path.
= 1.2 =
* New: Load CSS asynchronously (and selectively).
* Fix: No error in the login page.
* Requires PHP 5.4
= 1.1.1 =
* Fix not loading file for media.
= 1.1
* Remove Jetpack devicex script.
* Requires PHP 5.9.
= 1.0.1 =
* Sets scheme-less URLs for JS and CSS files, e.g. removes 'http:' and 'https:' from URLs.
= 1.0.0 =
* Initial release
== Upgrade Notice ==