dimis283  
            (Dimis283)
           
           
          
              
                October 16, 2011,  7:08pm
               
               
          1 
           
         
        
          I read the Performance Tuning  of the guide and I have these questions.
At our server Memcache extension is enable and  not  APC.
The server does not belong to us so I thing it may be difficult to enable APC.
With  Memcache extension enable can I use yiilite.php ?
At Apc there is a ‘warning’ at requirements,I thing it means that it is not enabled…
         
         
           
        
            
            
            
         
         
             
             
          
       
      
        
          
          
            dckurushin  
            (Diavolonok)
           
           
          
              
                October 17, 2011,  4:24pm
               
               
          2 
           
         
        
          If you dont have opcodecahing this is a big problem…
but if you do, it doesnt matters I think if it is apc or memcache or xcache…
I beliave apc already inside yiilite… so if you use something else it will load it’s class so more includes…
         
         
        
            
            
            
         
         
             
             
          
       
      
        
        
          You can use yiilite.php w/o APC. It’s only there because it is easier to digest for APC as it has all the most-used classes of Yii included already. It might lead to some increases in speed with vanilla PHP as well. Just run some benchmarks.
         
         
        
            
            
            
         
         
             
             
          
       
      
        
          
          
            neelsbr  
            (Neelsbr)
           
           
          
              
                December 6, 2012, 12:00pm
               
               
          4 
           
         
        
          Hi
Can anyone help me to configure apache or yii application to handle maximum 5000,10000 requests.
Thanks