Hi, this file is used for debugging only i.e. when you are profiling db queries using oxdebugdb functionality, it sometimes outputs false positive warnings, which can be added as sql templates (using #NUMVALUE# or #VALUE# idents for any value) to this file to be ignored.
This functionality can be turned on by config.inc.php variable iDebug = 7; The warnings of oxdebugdb may be: missing indexes (result from additional "explain" query) or MESS (multiply executed select statements) which checks if some select queries are executed multiple times and could possibly be made into one db call (e.g. inside a foreach which is calling db with different key). Regards, Sarunas On Tue, 2011-04-05 at 14:32 +0000, Markus Gärtner - D³ Data Development wrote: > salut, > > since version > 4.3 there is a > file > "oxdebugdb_skipped.sql" in the folder log. > That file > contains some > sql queries. > > What is the > purpose of > that file? > > > > > > > > > > > > _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
