#RailsWorld session at the Richmond Hill skatepark.
@ioquatix There is a big difference in latency:

TechEmpower Web Framework Performance Comparison
Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
www.techempower.com
TechEmpower Web Framework Performance Comparison
Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
www.techempower.comI've added `explain` support to Rails for methods like `last`, `pluck` and `count`:
https://github.com/rails/rails/pull/50482
This helps optimizing these queries.

Add `explain` support for methods like `last`, `pluck` and `count` by p8 · Pull Request #50482 · rails/rails
Motivation / Background
explain can be called on a relation to explain how the database would execute a query.
Currently explain doesn't work for queries using last, pluck or count, as these return...
GitHub
TechEmpower Web Framework Performance Comparison
Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
www.techempower.com
TechEmpower Web Framework Performance Comparison
Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
www.techempower.com
TechEmpower Web Framework Performance Comparison
Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
www.techempower.com
TechEmpower Web Framework Performance Comparison
Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
www.techempower.com
TechEmpower Web Framework Performance Comparison
Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
www.techempower.com