UTStatsDB Version : 3.10 with OL Script
Mysql / MarayaDB 10.4.x
PHP 8.2.12
Apache/2.4.58
DEbian 12
First of all, I think it's great that UTStatsDB is back up and running and Panther you are doing a great Job. Thank you for this nice peace of Candy.
What I'm wondering now is why ADODB isn't being used as the database layer. It supports all the database types that the script also supports.
And the script is even faster with it. I've already partially redesigned the regular user area with it. Page loading has become even faster as a result.
It also protects against SQL injections and offers encrypted database connections.
And you don't need to close every Database with sql_close(Link) or sql_free(result) and so on. Mysql (that i'm prefer) makes it with AdoDB together
Another question about the database: Why aren't indexes used in every table and also used in queries? That would speed up page loading even more.
Currently, my slowest page is the homepage. But I think that has something to do with the server query. Because if I don't query the server, the page loads lightning fast.
Best Regards
Skully