wpCache WordPress HTTP Cache Documentation
Author: wpCache®
Release Date: 28 March 2017
Updated: 22 April 2017
Ticket System: wpCache - Support
Website: wpCache®
Thank You for purchasing wpCache® Caching app. If you have any questions regarding this wpCache® and are beyond the scope of this help file, please feel free to send me a message via support@wpcache.co
Get started
Welcome to the wpCache® WordPress HTTP Cache Documentation
This document covers all you need to know about the wpCache®, from installation to the structure of the code and more.
Should you find yourself needing some support please feel free to contact us via the support page on the product page.
Below you will see the overview for everything contained in the documentation. Use the menu to the left to navigate to the various sections of content.
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.
Features
- Nginx Support
- CDN Support
- Minify HTML source code
- Single line HTML Output
- Minify inline CSS
- Minify inline JavaScript
- Dynamic inline-JS cache on the fly
- Cache will auto update on change
- Minimize payload size
- JavaScript safe compression
- Protection For pre-tags
- No Coding Knowledge Required
- No Modification Of Any Type Required
- Easy To Use
- Works with any PHP script Or Template engine
- Ready to use for Blogs – Static Websites – Dynamic Websites
- Improve Site Loading Time
- Improve SEO
- Debug on the fly
- Refer back to your original source code by disabling it
- FirePHP Module
- GZIP Compression Module
- Encoder HTTP Module
Compatible with:
- WordPress
- BuddyPress
- bbPress
- Jigoshop
- Woocommerce
What's included
/wpCache/
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/
├── config/
├── dist/
├── fonts/
├── modules/
├── scripts/
├── src/
├── styles/
Install wpCache® your Server:
-
Upload File's Main Root
setup/wpCache/
folder./wpCache
-
wpCache Insert PHP Code
<?php include_once("wpCache/wpCache.php"); ?>
- wpCache Control Panel
- Done.
Only upload the file to main site root: http://domain.com/wpCache/
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 >
To configure it go to Control Panel. Link http://domain.com/wpCache/
wpCache® WordPress HTTP Cache
Few predefined wpCache has been added (Version 1.1) to ease the process of wpCache.
These wpCache are located in /wpCache/
folder.
Credits
About
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.
- Speed and performance are the heart of wpCache®
- Savings in server infrastructure
- Scalability – no matter the number of visitors or requests, wpCache® helps your site match the demand
- Protection against outages—if your server fails, wpCache® continues to serve cached content Improved end-user experience
Changelog
== v1.1 (22.04.2017) ============
* Added: ZEND Framework
* Added: CDN Settings
* Added: Verify Domain
* Added: Install .htaccess
* Improved: Design Dashboard
* Improved: ZEND Framework
* Fixed: PHP 7.0.x
* Fixed: Minor bugs
== v1.0 (28.03.2017) ============
* initial Release