ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
without cachingwith caching (is_admin)with caching (noop)with caching (static)
2
wp_theme_has_theme_json() total execution time2.632.72.85
3
wp_theme_has_theme_json() total call count137137137
4
overall WordPress load time210.62207.68204.81
5
wp_theme_has_theme_json() time % of total time1.25%1.30%1.39%
6
7
Based on trunkBased on #3867Based on #3872
8
9
All data based on making 20 requests against the home page (with Twenty Twenty-Three).
10
All values are medians from the 20 requests. Timings are in milliseconds.
11
Data collected using https://gist.github.com/felixarntz/de5c697a1a16c2b892634b70216eb6c7
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
92
93
94
95
96
97
98
99
100