Noob php caching question:

Discussion in 'Programming/Scripts' started by Sam fas, Nov 28, 2017.

  1. Sam fas

    Sam fas New Member

    Hello,
    I am using wordpress, and i allows use howtoforge.com tutorials for installing,
    and allows come accrosse some models such as xcache or APC cacheing. to be installed.

    but do this models will cach the wordpress without addiation configuration.

    or this models will help with plugins such as w3 total cache.

    please help to understand the cacheing models and which one to use for wordpress or redirect me to understand me. and about the configuration if there is any. or i am miss understanding any thing



    Thanks in advance
     
  2. lnxgs

    lnxgs Member

    Hi,
    caching is a quite complicated topic. Some solutions work well with some projects, some bad.
    The nuts and bolts of caching is the time you should save serving pages that are stored in memory and not composed every time a user asks.
    Unfortunallelly there are many aspects that you should consider when you are planning to adopt caching methods.
     
  3. vgttt

    vgttt New Member

    APCache runs from your server, before hitting the Wordpress. Also, you can implement more than one cache solution, as example, APcache for PHP plus any other cache plugin for wordpress.
     

Share This Page