logoalt Hacker News

rkozik1989yesterday at 4:39 PM2 repliesview on HN

Much like anything else your performance is going to vary a lot based on architecture of implementation. You really shouldn't deploying anything into production without some kind of caching. Whether that's done in the application itself or with memcached/redis or varnish or OPcache.


Replies

slopinthebagyesterday at 7:14 PM

Either you use a slow language and deal with caching or you use a fast language and just put Cloudflare/Bunny/etc in front.

show 1 reply
LoganDarkyesterday at 4:54 PM

> You really shouldn't deploying anything into production without some kind of caching.

Citation needed? You only need cache if a render is expensive to produce.