28.04.2012, 08:31
[Vector]:
I'm going to assume faster. As you use sscanf in conjunction with mysql_fetch_row. Whereas using these cache functions, you don't need to use either afaik.
AndreT:
Thanks for the topic, this has helped me understand it better, not having Internet for two months up until 14 days ago made me a bit rusty
I'm going to assume faster. As you use sscanf in conjunction with mysql_fetch_row. Whereas using these cache functions, you don't need to use either afaik.
Quote:
Benefits of using the cache Using cache functions instead of mysql_fetch_row is notably faster. For JernejL, loading 1300 vehicles from the database went from 6 seconds to 60 milliseconds (source) and from my personal experience, I can tell that loading 500 houses from a database is now at least 10-20 times faster (source). [...] |
Thanks for the topic, this has helped me understand it better, not having Internet for two months up until 14 days ago made me a bit rusty