Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Application Development » Performance problem (Performance problem)
Re: Performance problem [message #1970 is a reply to message #1968] Thu, 05 March 2009 05:11 Go to previous message
AJM is currently offline  AJM
Messages: 2350
Registered: April 2006
Location: Surrey, UK
Senior Member
It is possible that all your database inserts are being slowed down because they are also being written to the AUDIT database. You can turn audit logging OFF for an individual task by placing the following code in the _cm_initialise() or _cm_getInitialDataMultiple() methods:
    $this->audit_logging = false;

This will affect the current task only, so will leave audit logging ON (if it is configured to be ON) for all other tasks.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How can I achieve retrieving data from different tables and marking them as printed?
Next Topic: Bug???
Goto Forum:
  


Current Time: Thu May 16 08:42:09 EDT 2024

Total time taken to generate the page: 0.01011 seconds