talk
Better WebPerformance with Rails
about
Talk is about improving web performance of Rails apps.
talk
Better WebPerformance with Rails
about
Uses Rails 5.2 sample webshop throughout.
talk
Better WebPerformance with Rails
about
Frames the entire talk around a sub-1s render goal.
talk
Better WebPerformance with Rails
about
Explains TCP slow-start as a latency floor.
talk
Better WebPerformance with Rails
about
Demonstrates waterfall diagnosis via webpagetest.org.
talk
Better WebPerformance with Rails
about
Primary caching technique demonstrated.
talk
Better WebPerformance with Rails
about
Extends fragment caching to nested caches.
talk
Better WebPerformance with Rails
about
Demonstrates fresh_when for 304 responses.
talk
Better WebPerformance with Rails
about
Uses cron to pre-populate caches overnight.
talk
Better WebPerformance with Rails
about
Describes writing cached pages to public/cache for nginx to serve directly.
talk
Better WebPerformance with Rails
about
Covers dns-prefetch, preload, prefetch, prerender hints.
talk
Better WebPerformance with Rails
about
Notes server push is powerful but tricky.
talk
Better WebPerformance with Rails
about
Closes on time budget as the most important tool.
talk
Better WebPerformance with Rails
about
Recommended front-end server for caching and HTTP/2.
talk
Better WebPerformance with Rails
about
Mentioned as equivalent alternative to nginx.
talk
Better WebPerformance with Rails
about
Recommends enabling HTTP/2 for ~20% gain.
talk
Better WebPerformance with Rails
about
Recommends Brotli over gzip.
talk
Better WebPerformance with Rails
about
Baseline compression; recommends pre-gzipping cached files.
talk
Better WebPerformance with Rails
about
Tool used to produce demonstration waterfalls.
talk
Better WebPerformance with Rails
about
Recommends using for multi-format image delivery.
talk
Better WebPerformance with Rails
about
Suggested as Chrome-targeted image format via Active Storage.
talk
Better WebPerformance with Rails
about
Discusses Heroku vs bare-metal trade-offs.
talk
Better WebPerformance with Rails
about
Referenced as a much faster alternative for greenfield projects.
talk
Better WebPerformance with Rails
about
Language underlying Phoenix, noted as fast and easy to test.
talk
Better WebPerformance with Rails
about
Notes Ruby's speed ceiling and upgrade gains.
talk
Better WebPerformance with Rails
about
CDN example discussed in Q&A.
talk
Better WebPerformance with Rails
about
Used to seed the sample webshop.
talk
Better WebPerformance with Rails
about
Cites Google latency experiment showing 100ms slowdown changes user behavior.
talk
Better WebPerformance with Rails
about
Recommends as the deeper follow-up reference.
talk
Better WebPerformance with Rails
about
Promoted at the end of the talk.
from_talk
Better WebPerformance with Rails
talk
Closing recommendation of the talk.
from_talk
Better WebPerformance with Rails
talk
Demonstrated by storing number_of_stars as a column via callbacks.
from_talk
Better WebPerformance with Rails
talk
Warning given during fragment caching section.
from_talk
Better WebPerformance with Rails
talk
Shown on the reviews belongs_to product relationship.
from_talk
Better WebPerformance with Rails
talk
Recommended with a one-line nginx config change.
from_talk
Better WebPerformance with Rails
talk
Brotli section at end of talk.
from_talk
Better WebPerformance with Rails
talk
Public/cache directory + expire_cache hook strategy.
from_talk
Better WebPerformance with Rails
talk
Raised in Q&A about additional server-side improvements.
from_talk
Better WebPerformance with Rails
talk
Discussed in CDN vs HTTP/2 section.