MySQL Forums
Forum List  »  PHP

Re: Query is 0.0009 seks, but screen takes 5-10 seks
Posted by: Marco Kieslich
Date: September 05, 2014 02:46PM

mysql_query("SELECT * FROM teamplayerlinks,players WHERE players.playerid = teamplayerlinks.playerid AND teamplayerlinks.teamid = $teamid ORDER BY overallrating DESC")

this is my query.
it needs 0.009 seks.

but screen in firefox needs 5-10 seks to show me the results of query.

Options: ReplyQuote


Subject
Written By
Posted
Re: Query is 0.0009 seks, but screen takes 5-10 seks
September 05, 2014 02:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.