basically after reading lots and lots about frameworks i decided to use Yii, for its i18n and security capabilities, and overall advanced look.
i have managed to install it and get it working, and the requiremnents page showed me that memcacache and apc was "fail" (not enabled)
im working on a xp system with xampp only for development, but the final website is going to be on a lamp (linux) server.
enabling memcache does not create any problems.
the problem is as follows, when i enable apc extension in the php.ini file the default "mywebsite" that yii created, the mywebsite starts to load very very slow (7 seconds) on my localhost computer or not at all (every second attempt drops out). Disabling the apc extension makes it load much faster (0.03 secs) but as i heard apc should do the opposite?
i ask for some help fixing this apc issue.