Quote:
Originally Posted by ballbrk
If you want to get an extra performance in post thanks .. you need to edit the file functions_post_thanks.php that is in the Include directory. Search for "SELECT * and change to
"SELECT postid,userid,post_thanks.username,date.
with this change you will reduce the quantity of data that will flow from DB to Webserver and reduce the time 
|
can you be a little more specific on the code to change ..
there are a few SELECT * there
thanks for the info.