Featured Products
- Home
- PHP Scripts
- PHP Easy Cache Pro
PHP Easy Cache Pro
By : adilbo Published on Monday, May 30, 2016,09:13:22 in PHP Scripts
Mini Simple PHP Cache Function
PHP Easy Cache Pro â Intelligent Output Caching
Easy Cache Pro let you create simple cache for any PHP website quickly and easily. Use this PHP Script to speed up your website. Also usable for WordPress!The next buyer of this script who can give a 5 stars rating will get a free script by mail from my portfolio here at codecanyon â Thanks for your support
WHATâS NEW?
PHP Easy Cache Pro is totaly new build up from scratch!Hand picked â New Features
LIKE WHAT YOU SEE?
WHAT IS IT?
PHP is a programming language to create dynamic websites. Dynamic websites display content that is requested by user. This content changes if user submits form, logs in, sends email, submits comment, add/retrieve data in/from database etc. PHP scripts also retrieve data from database and display it on a dynamic page. Every time such page is loaded in browser, PHP server has to translate PHP script, request database server, retrieve data and then display it for user.Cache reduces serverâs effort. Cache stores a translated version of page (HTML) to display it later. When this page is called again, cache verifies its cached version. If cached copy of page is available and is not expired, it will be displayed and PHP server wonât have to translate PHP scripts and connect to database server to retrieve data. This process reduces server memory usage, server effort and server resources consumption.If some kind of dynamic action is performed, old cache is deleted and a new fresh cached copy of page is created for later use. In this way, you website remains up and running at fast speed. A cached version of page is much faster than original dynamic page.It is logical and based on rule that âOnly go through PHP scripts and database if content of page changes. If content is same, store its copy, do not go through PHP scripts and database tables and display cached copy.âPHP Easy Cache Pro is a small PHP accelerator that substantially increases the speed of PHP website and improves the web page generation process by server. Basically it catches a page that has been loaded in browser once.Next time cached HTML version of PHP page loads instead of telling PHP server to translate the PHP code again. Similarly, in case of data retrival from database server, it will cache that data and store it in cached file to display it later, instead of connecting to database again.
It enables dynamic PHP pages to load quickly and reduces server load by saving server translated page into cached files and serving that saved data on demand.
Usage
Include script (cache.php) at the top of every page in your website that you want to be cached and thatâs it. If not every page, you can also include this script in database file, configuration file or settings file of your project to cache whole website. Turn off cache for individual pages by passing a single variable to the page you do not want to be cached. If passing a variable or submitting a form, include another single script file to empty cache, so that dynamic functionality of website remains intact.In short, cache all PHP website, but when performaing a dynamic action on any individual page, refresh cache to ensure siteâs stable functionality and optimal performance at the same time.
KEY-FEATURES
WHAT MY AMAZING CUSTOMERS THINK
SIMPLE SETUP
REQUIREMENTS
PHP 4 or newerzlib for gzip compression (optional)
HOSTING
This script does not make any use of special functions, so it will work in nearly every server environment. In case of any problems with specific hostings let me know immediately!SUPPORT
If you run into problems please give me not a bad rate, please take a look at the documentation of the script. If you need more help, be free to contact me via the support tab. I will do everything so that my product deserves a 5 star rating! All updates are included. Remember that the script will be updated regularly.Thank you very much.
Best Regards, adilbo
DEVELOPER
Do you want to customize my script as you want? Just purchase the Extended License and shoot me a message from my profile page to let me know how youâre using it. Thanks!HINT
Please take a look at my other scripts on codecanyon.netCHANGELOG
Version 1.0 (05.2016)
NEW - Release of this Script on CodeCanyon




