Vanama wrote:
QUOTE:
I Am happy, Leaderboard work great for me, but script, which I wrote for rebuild all leaderboard items is slow and I have 30s time out.
I have updates some functions (fix function StartPlayingTime) and new feature. Show players usernames which playing current game based on time played feature.
Is it a php execution timeout or a MySQL query timeout?
If it were a php execution timeout we could run the SQL query outside of PHP.
If it is a MySQL query timeout, we would need to break it up into multiple separate queries somehow.