|
|
|
|
|
by rshao
6648 days ago
|
|
Probably the easiest would be to use memcache for some of the repeated queries, specifically the items that are relatively static, such as the original post or posted item details. It probably wouldn't help too much on the front page, since that'll update constantly and therefore just be a waste of overhead. |
|