Just one suggestion I received in
this topic (on VaultWiki site) related to your mod:
Quote:
Also, in case you care about another 0.04s, add an index to your user table. You have another mod that is querying the user table on forum home without hitting an index:
Code:
ALTER TABLE user
ADD INDEX timespentonline (timespentonline)
You might want to report this to that mod's author. This could start being a significant lag for forums with over 100,000 members (although personally I consider .05 for a query to be slow).
|
Hope you'll consider including this index in next version. Thanks in advance. :up: