Go to Opensubtitles blog Go to Opensubtitles main website Go to OpenSubtitles forum

Implementing better caching technique

After playing a little bit with memcache I had to implement better caching technique. Site was down for some hours, I look what happened…it was an error, which I didn’t see any time before…

Site should work better

After some compliants about speed of responding of site I decided to make something with that. I looked around, how should be possible to render page with minimum queries to database, which is very often bottle neck of whole system.