Skip to content

Commit 3d2d060

Browse files
authored
Update README.md
1 parent c0c9804 commit 3d2d060

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@ This MU plugin works well in **production** providing you understand its source
66

77
### WordPress performance
88

9-
How to achieve high performance in WordPress?
10-
11-
| Item | Tool | Speedup |
12-
| ----------------------------- | ---------------------------------- | ----------------------------- |
13-
| [Infrastructure](https://github.com/szepeviktor/debian-server-tools/blob/master/CV-WordPress.md#webserver-stack) | CPU, disk, web server, PHP ([OPcache](http://php.net/manual/en/opcache.configuration.php#ini.opcache.validate-timestamps)) and DNS | Overall performance |
14-
| In-memory object cache | Redis, Memcached, APCu | options, post, post meta etc. |
15-
| Server-side functionality plugins<br> (backup, db cleanup) | Use WP-CLI instead | **Degrades** performance |
16-
| Theme and plugins | Cache-aware ones using object cache or transients | |
17-
| Translations | `tiny-translation-cache` | .mo file parsing |
18-
| Navigation menus | `tiny-nav-menu-cache` | `wp_nav_menu()` |
19-
| Post content | `tiny-cache` | `the_content()` |
20-
| Template output | `tiny-cache` | `get_template_part()` |
21-
| Widgets | `widget-output-cache` plugin | `dynamic_sidebar()` |
22-
23-
This list concentrates on WordPress core generating HTML code. Frontend loading (full page cache) is another topic.
9+
Please see https://github.com/szepeviktor/wordpress-website-lifecycle/blob/master/WordPress-performance.md
2410

2511
### Usage
2612

0 commit comments

Comments
 (0)