Quote:
Originally Posted by Maccrob
Good job... but, I'm sorry, but it's a bad variant of "avatar in threads" realization. Reason: fetch_avatar_url will add additional queries (~ 10-15). So if your forum isn't popular, with 20-30ppl at once - OK, but when you get 400-500 users at once - you will be in trouble with high DB server load.
You can try "Inner join" to get avatars
|
Point taken, thanks! I'm currently working on it, will see how soon I can come up with a solution to save on db queries, I've managed to make some progress in this area already.