Reputation: 87
im getting many hits from google, but its not like user gets always hits the same page. The user gets always a different page. So caching with memcached will not working i think cause the user reaches always a other page, which needs to generate and cached.
So would could i do to reduce the load from the server. I already implement sphinx search which helped me to reduce the load and the speed of the search page.
Any ideas to reduce the load?
Upvotes: 0
Views: 1344
Reputation: 3565
MySQL replication
You could setup some limitation for search bot's
Upvotes: 1
Reputation: 2133
Well there two approaches to caching web applications
choose))
Upvotes: 0