[Vtigercrm-commits] [Vtiger development] #7385: optimize index.php and file system access
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Aug 19 09:30:20 GMT 2014
#7385: optimize index.php and file system access
-------------------------+------------------------
Reporter: boris | Owner: developer
Type: enhancement | Status: closed
Priority: major | Milestone: 5.4.0
Component: vtigercrm | Version: 5.3.0
Severity: Medium | Resolution: wontfix
Keywords: |
-------------------------+------------------------
Changes (by prasad):
* status: new => closed
* resolution: => wontfix
Old description:
> 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
New description:
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
--
Comment:
This has been taken care on 6.0 codebase with fallback handlers.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7385#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list