Anyway of making this code optimised?
#2

It probably crashes because you have a bad code, not because of other includes you have on.


you're using `mysql_query` which is unthreaded and slows down the code (basically, the code is held until the query completes), use pquery or tquery instead. (Difference between them is written here)
Reply


Messages In This Thread
Anyway of making this code optimised? - by Tass007 - 04.07.2017, 06:22
Re: Anyway of making this code optimised? - by Kaperstone - 04.07.2017, 07:26
Re: Anyway of making this code optimised? - by Tass007 - 04.07.2017, 07:30
Re: Anyway of making this code optimised? - by Kaperstone - 04.07.2017, 08:04
Re: Anyway of making this code optimised? - by Konstantinos - 04.07.2017, 11:03
Re: Anyway of making this code optimised? - by OneDay - 04.07.2017, 11:51
Re: Anyway of making this code optimised? - by Tass007 - 08.07.2017, 11:40
Re: Anyway of making this code optimised? - by Kaperstone - 10.07.2017, 16:51
Re: Anyway of making this code optimised? - by Tass007 - 11.07.2017, 10:17
Re: Anyway of making this code optimised? - by Konstantinos - 11.07.2017, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)