Jan:
> Hi Mario, i don´t know if this is really a bug, but
> if i start the application it takes a long time for
> getting the current currency. The query of the
> Cats and Prods are really fast.
Please download the latest version (at this time 0.1.0.407) and enable "SQL queries logging" in the Configuration window (in the first tab). That will create a log file named "OSCDEBUG.TXT" in the directory of the application.
That file contains the log of all SQL queries with a timestamp. For example:
2004-09-04 07:38:27:574|Executing query of type 0: select languages_id, name from prefix2_langs order by name
2004-09-04 07:38:27:574|Ready... set...
2004-09-04 07:38:27:574|Go!
2004-09-04 07:38:27:644|Done!
In that example, the time between "Go" and "Done" is the query time; around 70 milliseconds. Check all the query times of the start (when tax classes, languages, categories, currencies and manufacturers are loaded).
I could be that the problem is not the query but the rendering of the category tree (which is known to be slow with too many categories).
Please let me know what you find, Jan.
Regards,
Mario A. Valdez-Ramirez.