6.0.0-beta1
7/26/25

[#6224] Minimize vfs name ram usage
Summary Minimize vfs name ram usage
Queue Ansel
Type Enhancement
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester duck (at) obala (dot) net
Created 02/06/2008 (6380 days ago)
Due
Updated 02/06/2008 (6380 days ago)
Assigned 02/06/2008 (6380 days ago)
Resolved 02/06/2008 (6380 days ago)
Milestone
Patch No

History
02/06/2008 08:08:07 PM Michael Rubinsky Comment #2
State ⇒ Resolved
Reply to this comment
Nice catch, committed.



Thanks for all the performance enhancements you've been working on!




02/06/2008 07:09:28 PM Chuck Hagenbuch Assigned to Michael Rubinsky
State ⇒ Assigned
 
02/06/2008 06:10:03 PM Duck Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Minimize vfs name ram usage
Queue ⇒ Ansel
New Attachment: AnselVfsName.diff Download
State ⇒ New
Reply to this comment
MIME_Magic::MIMEToExt loads the mime.mapping.php configuration file. 
including files and executing takes 170,928 bytes of ram accoring to 
memory_get_peak_usage().



We need to detect the original image type name only when we are 
processing the image or downloading the original file. All the other 
cases (getting mini, screen, thumb name etc) the file has the 
extension according to the configuration. The patch honors image type 
setting.

Saved Queries