You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -89,18 +89,18 @@ These results are from February 26th, 2024:
89
89
90
90
|Configuration |Average time in milliseconds |Median time in milliseconds |Transfer size in kilobytes |
91
91
|:---|---:|---:|---:|
92
-
|1 |0.0399683 |0.0017415 |2.7kb|
93
-
|2 |0.0953241 |0.0160480 |1.99kb|
94
-
|3 |1.6026525 |1.4603320 |1.82kb|
95
-
|4 |1.7849769 |1.7918970 |1.74kb|
96
-
|5 |8.9957415 |8.8755520 |1.74kb|
92
+
|1 |0.0399683 |0.0017415 |2.7|
93
+
|2 |0.0953241 |0.0160480 |1.99|
94
+
|3 |1.6026525 |1.4603320 |1.82|
95
+
|4 |1.7849769 |1.7918970 |1.74|
96
+
|5 |8.9957415 |8.8755520 |1.74|
97
97
98
98
Things worth noting (as rough interpretations):
99
99
100
100
1. PHP being used as a template engine has a negligible impact on speed.
101
101
2. Using `require_once` without PSR-4 autoloading decreases speed by roughly 1.5 milliseconds; however, once the code is made available, very little additional cost seems to be present.
102
102
3. Using PSR-4 decreases speed by roughly 6 milliseconds; however, ensures everything is present and available.
103
-
4. Using PHP HTML Build Document + Element resulted in 1 kilobyte in packet size.
103
+
4. Using PHP HTML Build Document and Element resulted in 1 kilobyte in packet size. (Increased processing time in milliseconds most likely offset by decreased download time.)
0 commit comments