php - What is the best caching module for lighttpd? -


i'm using lighttpd web server , have install wordpress run blog.

i concerned caching. know there module php named xcache don't understand if have install module or install "super cache" wordpress plugin.

what differences? can run together?

thank you!

xcache opcode cache. php compiles every time run. xcache cache code in machine language , store in ram. speed execution of script doesn't need recompiling , stored in ram (less i/o). however, means pages still dynamic, means pages generated everytime executing php code on there.

if install super cache plugin, cache html of page. store html , serve user. means data static caching time , not dynamically generated every user.

it best use both maximum performance results. need xcache installed on server able use xcache plugin in wordpress.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -