TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Yii PHP Framework

8 pointsby dousabout 15 years ago

2 comments

Scriptorabout 15 years ago
I'm still not convinced by the use of nothing but 'Hello, world' for the performance comparisons. Sure there may be some cases where you only need similar functionality, but since Yii's advantage comes from lazy loading features like DB libraries, what happens when those libraries are actually used? In real-world scenarios, those performance improvements may be nullified.<p>Also, a reason given for the lack of database handling comparisons is that different frameworks may deal with databases in different ways (some might be really good at creating queries, some might be good at caching, etc). Ok, so turn caching off and most remaining differences should show differences between the frameworks, <i>which is what you want</i>. I could make my own framework and avoid doing a benchmark like Yii's because "some frameworks provide lazy loading, some don't".
评论 #1267538 未加载
dshahabout 15 years ago
Is anyone here using Yii for a production (or near production) application yet?<p>I'd be curious to hear about it. Am using CodeIgniter now, but parts of it bug me sometimes.
评论 #1271154 未加载