[Vtigercrm-commits] [vtiger development] #7385: optimize index.php and file system access
vtiger development
vtiger-tickets at trac.vtiger.com
Wed Apr 4 03:55:40 PDT 2012
#7385: optimize index.php and file system access
-------------------------+--------------------------------------------------
Reporter: boris | Owner: developer
Type: enhancement | Status: new
Priority: major | Milestone: 5.4.0
Component: vtigercrm | Version: 5.3.0
Severity: Medium | Keywords:
-------------------------+--------------------------------------------------
in the index.php file, we recommend to use a cache method to reduce the
file system acces.
We check only the first time if a file is available on server. If the file
is present, we put in session cache the module name and action name for
the next call.
We consider that once a file is avalable in a user session, we don't need
to check the file each time we have to access it.
Please see the following patch
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7385>
vtiger development <http://trac.vtiger.com/>
vtiger CRM
More information about the vtigercrm-commits
mailing list