-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
36 lines (25 loc) · 902 Bytes
/
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
=== KMM Hacks ===
Contributors: kronemultimedia
Donate link:
Tags: scale,filter,actions,optimize
Requires at least: 4.0
Tested up to: 4.8
Stable tag:
Requires PHP: 7.1
License: MIT
License URI: https://choosealicense.com/licenses/mit/
== Description ==
Running WordPress on large scale and stumbling upon various performance issues?
this plugins enables/overrides various filters to improve overall performance:
- Disable ACF group `get_post`, only use `.php` loaded fields
- hide gutenberg marketing widget on dashboard
- configure `ElasticPress`(if installed) to perform well
- Advanced Columns Pro - cachetime tweaks
- Disable comment count bubble in dashboard
- Disable post_static count on edit.php
- increase heartbeat settings
- tweak MediaLibrary
this plugin is managed at http://github.com/KroneMultimedia/plugin-hacks
== Changelog ==
= 0.1.2 =
* Initial Release