forked from thechicagoreporter/govbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBENCHMARKS
157 lines (143 loc) · 5.93 KB
/
BENCHMARKS
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# 1000 results
## Using CSV, passing down query to unit template
Run 1: 65s
success open and validate gatsby-configs - 0.085 s
success load plugins - 1.591 s
success onPreInit - 0.020 s
success delete html and css files from previous builds - 0.040 s
success initialize cache - 0.027 s
success copy gatsby files - 0.116 s
success onPreBootstrap - 1.594 s
success source and transform nodes - 0.994 s
success Add explicit types - 0.027 s
success Add inferred types - 2.186 s
success Processing types - 0.148 s
success building schema - 2.455 s
success createPages - 2.929 s
success createPagesStatefully - 0.095 s
success onPreExtractQueries - 0.033 s
success update schema - 0.288 s
success extract queries from components - 0.380 s
success write out requires - 0.046 s
success write out redirect data - 0.021 s
success Build manifest and related icons - 0.193 s
success onPostBootstrap - 0.438 s
⠀
info bootstrap finished - 16.024 s
⠀
success run static queries - 0.357 s — 1/1 3.18 queries/second
success Generating image thumbnails — 6/6 - 0.886 s
success Building production JavaScript and CSS bundles - 19.758 s
success Rewriting compilation hashes - 0.047 s
success run page queries - 13.531 s — 3012/3012 223.16 queries/second
success Building static HTML for pages - 15.310 s — 3012/3012 288.67
pages/second
Generated public/sw.js, which will precache 14 files, totaling 508474 bytes.
info Done building in 65.352035076 sec
Run 2 (switch default lang to en): 58s
success open and validate gatsby-configs - 0.070 s
success load plugins - 0.797 s
success onPreInit - 0.021 s
success delete html and css files from previous builds - 0.834 s
info One or more of your plugins have changed since the last time you
ran Gatsby. As
a precaution, we're deleting your site's cache to ensure there's not
any stale
data
success initialize cache - 0.067 s
success copy gatsby files - 0.085 s
success onPreBootstrap - 1.480 s
success source and transform nodes - 1.061 s
success Add explicit types - 0.033 s
success Add inferred types - 2.305 s
success Processing types - 0.177 s
success building schema - 2.605 s
success createPages - 3.275 s
success createPagesStatefully - 0.172 s
success onPreExtractQueries - 0.032 s
success update schema - 0.336 s
success extract queries from components - 0.451 s
success write out requires - 0.044 s
success write out redirect data - 0.024 s
success Build manifest and related icons - 0.211 s
success onPostBootstrap - 0.496 s
⠀
info bootstrap finished - 14.817 s
⠀
success run static queries - 0.099 s — 1/1 15.09 queries/second
success Building production JavaScript and CSS bundles - 16.710 s
success Rewriting compilation hashes - 0.047 s
success run page queries - 12.234 s — 3012/3012 247.00 queries/second
success Building static HTML for pages - 13.840 s — 3012/3012 311.43
pages/second
Generated public/sw.js, which will precache 14 files, totaling 508474 bytes.
info Done building in 58.055767451 sec
gatsby build 69.77s user 8.85s system 134% cpu 58.266 total
Run 3 (leave public/.cache alone): 49s
success open and validate gatsby-configs - 0.065 s
success load plugins - 0.984 s
success onPreInit - 0.026 s
success delete html and css files from previous builds - 0.863 s
success initialize cache - 0.030 s
success copy gatsby files - 0.099 s
success onPreBootstrap - 0.051 s
success source and transform nodes - 0.184 s
success Add explicit types - 0.028 s
success Add inferred types - 2.228 s
success Processing types - 0.152 s
success building schema - 2.490 s
success createPages - 3.126 s
success createPagesStatefully - 0.098 s
success onPreExtractQueries - 0.023 s
success update schema - 0.297 s
success extract queries from components - 0.367 s
success write out requires - 0.039 s
success write out redirect data - 0.023 s
success Build manifest and related icons - 0.195 s
success onPostBootstrap - 0.441 s
⠀
info bootstrap finished - 12.845 s
⠀
success run static queries - 0.066 s — 1/1 35.60 queries/second
success Building production JavaScript and CSS bundles - 12.398 s
success run page queries - 0.069 s — 9/9 254.73 queries/second
success Building static HTML for pages - 14.155 s — 3012/3012 311.79
pages/second
Generated public/sw.js, which will precache 14 files, totaling 508474 bytes.
info Done building in 39.948370899 sec
gatsby build 49.86s user 6.75s system 140% cpu 40.161 total
## Using CSV, doing query up front
success open and validate gatsby-configs - 0.094 s
success load plugins - 1.437 s
success onPreInit - 0.028 s
success delete html and css files from previous builds - 0.035 s
success initialize cache - 0.038 s
success copy gatsby files - 0.174 s
success onPreBootstrap - 1.639 s
success source and transform nodes - 1.024 s
success Add explicit types - 0.035 s
success Add inferred types - 2.449 s
success Processing types - 0.155 s
success building schema - 2.735 s
success createPages - 4.335 s
success createPagesStatefully - 0.139 s
success onPreExtractQueries - 0.025 s
success update schema - 5.532 s
success extract queries from components - 0.357 s
success write out requires - 0.044 s
success write out redirect data - 0.026 s
success Build manifest and related icons - 0.239 s
success onPostBootstrap - 0.473 s
⠀
info bootstrap finished - 23.112 s
⠀
success run static queries - 0.339 s — 1/1 3.39 queries/second
success Generating image thumbnails — 6/6 - 0.866 s
success Building production JavaScript and CSS bundles - 13.507 s
success Rewriting compilation hashes - 0.065 s
success run page queries - 7.586 s — 3012/3012 398.82 queries/second
success Building static HTML for pages - 15.253 s — 3012/3012 271.13
pages/second
Generated public/sw.js, which will precache 14 files, totaling 508474 bytes.
info Done building in 60.2043473 sec
gatsby build 64.77s user 9.64s system 123% cpu 1:00.44 total