PHP Benchmarks Site
I came across this PHP Benchmark site which is cool in terms of framework, template engines, and PHP version comparisons. Of course, benchmarking is just one item of comparison, and there are many somewhat more important factors in choosing and learning a framework/template language like:
- How well do you know the language?
- How much have you studied the framework/template engine?
- How many projects have you deployed with a particular framework?
That last point is very critical. The more projects (personal, work, etc…) the more you know the framework, and the more quickly you can deploy an idea or a solution to a problem. Of course, the other side of knowing something well is tending to use it as a solution for everything (the Masslow’s hammer problem).
Note: I came across this benchmarking site while reading “Moving from Go to PHP again” via this Hacker News post.
Instant.page magic by preloading a page right before a user clicks it
I came across this page (https://instant.page/) through the fantastic Post Status club Slack workspace. I haven’t had a chance to play with this, but it seems pretty amazing that a 1 line addition to your HTML can potentially bring a significant increase in speed due to the link/hover behavior of users.
The technical details page provides information about this approach. Caveat emptor of course but it does seem pretty neat.
Thoughts? Feedback? Let me know: @eli4d on Twitter