database - How do I install caching module in my php website -


i'm relatively new php (just starting away one-click install thing in wordpress).. fact wordpress has wasted of time in learning basic programming level languages php, js etc.. probably, i'd have learnt custom program myself lot (by now) if never introduced wordpress or other cms.. yes, wordpress/cms starters can become developers think that's bad start wanting developers in future. it's indirect way of learning code, guess.

ignore above phrases, wordpress guys :). now, real i'm seeking stackoverflow community - want install php fast cache in custom built php website.. of hiring developers , myself, i'm able build basic community website has chat system enabled can generate lots of database queries, found phpfastcache promises bring down thousands of db queries 1 single query has potential of decreasing page loads substantially.. i've downloaded file github , uploaded file server root directory.

now there not of documentations in website, i'm not sure how can implement it.. tried putting codes in config.php, functions.ph , specific pages (but i'd want cache entire site) per available instructions in website seems not working..

if can me or guide me briefly, i'd thankful volunteered help.. thanks

don't know if use composer, if don't time onto composer.

https://getcomposer.org/

once have composer installed can install fastcache using composer running command:

composer require phpfastcache/phpfastcache

and can implement example on phpfastcache.com

hope helps.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -