- Home
- Scripts
- PHP scripts
- wpcache wordpress http cache
wpCache - WordPress HTTP Cache
PHP scripts
wpCache wpCache is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache decreases dramatically the page and the data base load time of any dynamic (php) website. Thus achieves the best possible use of server resources, to which the site is located, yielding faster page load times for users and better resource utilization. It is a simple yet powerful application. wpCache improves the user experience of your site by improving your server performance, caching every aspect of your site, reducing the download times and providing transparent content delivery network (CDN) integration. Features
Source code
This folder contains all source files that you can use to build wpCache. wpCache is build on PHP (PHP preprocessor) for its build system./wpCache ├── app/ ├── cache/ ├── dist/ ├── fonts/ ├── iplog/ ├── modules/ ├── scripts/ ├── styles/ ├── tmp/Install wpCache your Server:
-
Upload File’s Main Root setup/wpCache/ folder.
/wpCache
Only upload the file to main site root: http://domain.com/wpCache/
-
wpCache Insert PHP Code
<pre><?php include_once("wpCache/wpCache.php"); ?></pre>
Add the php code wordpress theme folder wp-content/themes/Name-Theme.
Open footer.php add the php code end tag < /body ><?php include_once("wpCache/wpCache.php"); ?>< /html >
- wpCache Control Panel To configure it go to Control Panel. Link http://domain.com/wpCache/
- Done.
Credits
wpCache® Compare
https://wpcache.co/compare.phpChangelog
== v1.0 (28.03.2017) ============ - initial release