Quote:
Originally Posted by mute
We're highly modified to REMOVE queries  We actually make extensive use of memcache to cache things like templates, which reduces the amount of queries per page actually hitting our database server. There are queries, but they hit memcache, and don't count.
|
Quote:
Originally Posted by kmike
Index - 3 queries
forumdisplay - 9 queries (with "currently active users" enabled)
showthread - 7 queries
|
I've read both of yours posts on VB com , in Kron's (muts) thread "Some tuning tips from the MySQL experts" and i have to say that I'm really impressed , i don't have lot of SQL + PHP knowledge but my partner will try to do the things that you had said there , I've installed memcache (
https://vborg.vbsupport.ru/showthread.php?t=150431) and i would really like to know how can i do that -
Quote:
We actually make extensive use of memcache to cache things like templates, which reduces the amount of queries per page actually hitting our database server. There are queries, but they hit memcache, and don't count.
|
looking forward to your replies, thanks lot.
p.s - this is my board
http://www.atraf-f.net (running in Hebrew ) I just wanted you to have a look at the index look, in your opinion can i optimize the code that makes the index to look like that? I'll upload it if you think you can give me an hand with optimizing it .
thanks