Closed
      
        Bug 425487
      
      
        Opened 17 years ago
          Closed 16 years ago
      
        
    
  
Replace adodb with pdo
Categories
(support.mozilla.org :: Knowledge Base Software, task)
        support.mozilla.org
          
        
        
      
        
    
        Knowledge Base Software
          
        
        
      
        
    Tracking
(Not tracked)
        RESOLVED
        WONTFIX
        
    
  
        
            Future
        
    
  
People
(Reporter: nkoth, Assigned: laura)
References
Details
adodb is really slow.
| Assignee | ||
          Updated•17 years ago
           
         | 
      
Target Milestone: 0.6 → 0.7
| Reporter | ||
          Comment 1•17 years ago
           
         | 
      ||
This is currently being done by sept7 in TikiWiki upstream. I think we should just wait till it's done. Some tests he did:
PHP5 without cache for the default tiki page after fresh install :
 o adodb+PEAR::Dat        : 0.49s 13.84MB
 o adodb+Date replacement : 0.42s 11.47MB
 o PDO+Date replaceemnt   : 0.39s 9.96MB
PHP5 with xcache opcode compiler :
 o adodb+PEAR::Date       : 0.23s 5.08MB
 o adodb+Date replacement : 0.21s 4.14MB
 o PDO+Date replacement   : 0.21s 3.85MB
| Assignee | ||
          Updated•17 years ago
           
         | 
      
Target Milestone: 0.7 → Future
| Assignee | ||
          Comment 3•16 years ago
           
         | 
      ||
Wait for TikiWiki upgrade, so we don't have to fix this ourselves.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•