SY
Syed Aslam
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
0 karma0 postsjoined about 1 month ago
🌐 dev.toSource
A lot of Rails performance problems do not start with obviously expensive code, but with code that looks harmless. For example: if order.line_items.present? # ... end That reads like a simple boolean check, ordinary Ruby. and not like a database operation. But on an unloaded A
about 1 month ago