▸ Tag · #performance
Posts tagged #performance.
3 posts with this tag.
-
LaravelLaravel Octane: making PHP scream on high-traffic apps
Standard PHP rebuilds the whole kitchen for every request. Laravel Octane boots once, stays warm in memory, and feeds requests through a worker pool — taking 50ms responses down to single digits. Swoole vs RoadRunner, worker-pool tuning, and surviving persistent state without memory leaks.
Read post →
-
ArchitectureCaching for speed: Redis and semantic layers in RAG
Stop paying for the same LLM call twice. Two-tier caching — exact-match Redis keys plus semantic vector lookups via RedisVL — that cuts RAG latency from seconds to milliseconds and slashes API spend by up to 80%. With tenant isolation, TTL tiers, and the precision metrics that keep it honest.
Read post →
-
ShopifyShopify Liquid vs. headless: choosing the right stack for scale
Hydrogen looks great on paper. Liquid still ships more revenue per week. A practical decision framework for picking between Liquid, headless Hydrogen, and the messy middle — based on what your team can actually operate long-term.
Read post →