Skip to content

Commit

Permalink
Merge pull request #23 from 8fold/comparisons
Browse files Browse the repository at this point in the history
Comparisons
  • Loading branch information
joshbruce committed Feb 27, 2024
2 parents 139a1dd + dde3ffc commit a8ea89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Things worth noting (as rough interpretations):
1. PHP being used as a template engine has a negligible impact on speed.
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.
3. Using PSR-4 decreases speed by roughly 6 milliseconds; however, ensures everything is present and available.
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.)
4. Using PHP HTML Builder Document and Element resulted in 1 kilobyte reduction in packet size. (Increased processing time in milliseconds most likely offset by decreased download time.)

## Details

Expand Down

0 comments on commit a8ea89b

Please sign in to comment.