Title: CC-Cache
Author: Clearcode
Published: <strong>اپریل 18, 2016</strong>
Last modified: اکتوبر 3, 2016

---

پلگ انز تلاش کریں

![](https://ps.w.org/cc-cache/assets/banner-772x250.png?rev=1398253)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/cc-cache/assets/icon-256x256.png?rev=1398253)

# CC-Cache

 منجانب [Clearcode](https://profiles.wordpress.org/clearcodehq/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/cc-cache.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/cc-cache/#description)
 * [جائزے](https://ur.wordpress.org/plugins/cc-cache/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/cc-cache/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/cc-cache/#developers)

 [معاونت](https://wordpress.org/support/plugin/cc-cache/)

## تفصیل

The CC-Cache plugin supports caching of Posts, Pages, and any public Custom Post
Types – including single and archive pages.
 It also supports a "static page display”
option: Front page, Posts page, and standard Latest Posts listing. This plugin is
compatible with Multisite WordPress installations.

#### How does it work?

When a user (i.e. someone who is logged out of WordPress) opens a page for the first
time, the plugin saves all the rendered html to a file in the wp-content/cache directory.

From this moment onwards, any user who accesses the site will be served content 
directly from the generated html file. WordPress at this point is not initialized
for this page. The generated cache file will be removed when you make changes to
the corresponding Post/Page, and then the process starts from the beginning. You
can also clear all cached files from the Cache options page (visit the ‘Settings
> Cache’ page in wp-admin), or manually delete files from the wp-content/cache directory.

#### Tips & Tricks

You can check if a page’s content is served from a cache file by opening the page’s
source code in the browser and scrolling down to the closing `<body>` html tag.

If the content is cached, you should see a comment with the date and time the page
was last cached, for example:

You can disable cache for a single request and get the raw html by adding `cache
=false` to a URL’s parameter, for example:
 http://example.com/?cache=false

You can disable cache for a single request and get the raw html by adding `cache
=false` HTTP header.

Logged-in users always get the raw html.

#### Ideas for future versions

 1. Add support for Categories, Tags, Taxonomies, and Authors.
 2. Add support for RSS/Atom feeds.
 3. Add support for Nginx and IIS servers.
 4. Add support for other WordPress Filesystem Methods.
 5. Add regenerate function for all cache files.

### Requirements

 1. Apache server
 2. mod_rewrite
 3. Write access to wp-content/cache directory
 4. PHP interpreter version >= 5.3

## اسکرین شاٹس

[⌊WordPress Cache Settings - Visit the 'Settings > Cache' page, select your preferred
options and save them.⌉⌊WordPress Cache Settings - Visit the 'Settings > Cache' 
page, select your preferred options and save them.⌉[

**WordPress Cache Settings** – Visit the ‘Settings > Cache’ page, select your preferred
options and save them.

[⌊Post Cache Settings - You can disable the cache function for individual posts 
and pages by marking the Disable checkbox in Edit Post/Edit Page.⌉⌊Post Cache Settings-
You can disable the cache function for individual posts and pages by marking the
Disable checkbox in Edit Post/Edit Page.⌉[

**Post Cache Settings** – You can disable the cache function for individual posts
and pages by marking the Disable checkbox in Edit Post/Edit Page.

## انسٹالیشن

#### From your WordPress Dashboard

 1. Go to ‘Plugins > Add New’
 2. Search for ‘CC-Cache’
 3. Activate the plugin from the Plugin section in your WordPress Dashboard.

#### From WordPress.org

 1. Download ‘CC-Cache’.
 2. Upload the ‘cc-cache’ directory to your ‘/wp-content/plugins/’ directory using 
    your favorite method (ftp, sftp, scp, etc…)
 3. Activate the plugin from the Plugin section in your WordPress Dashboard.

#### Once Activated

 1. Visit the ‘Settings > Cache’ page, select your preferred options and save them.
 2. Add the following constant to your `wp-config.php` file: `define( 'FS_METHOD', '
    direct' );`.
 3. Add the rule listed in ‘Settings > Cache’ to the beginning of your `.htaccess` 
    file.

You can disable the cache function for individual posts and pages by marking the
Disable checkbox in Edit Post/Edit Page.

#### Multisite

The plugin can be activated and used for just about any use case.

 * Activate at the site level to load the plugin on that site only.
 * Activate at the network level for full integration with all sites in your network(
   this is the most common type of multisite installation).

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“CC-Cache” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ Clearcode ](https://profiles.wordpress.org/clearcodehq/)
 *   [ PiotrPress ](https://profiles.wordpress.org/piotrpress/)

[“CC-Cache” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/cc-cache)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/cc-cache/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/cc-cache/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/cc-cache/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/cc-cache/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.3.1

_Release date: 03.10.2016_

 * Corrected notice of undefined index: clear

#### 1.3.0

_Release date: 15.09.2016_

 * Added ‘save empty cache file and incorrect content prevention’ feature by internal
   request verification.
 * Added feature to check cookies and disable cache for logged-in users.
 * Added feature to check for cache=false HTTP header to disable cache for single
   requests.
 * Corrected error when using object (e.g. table) in .htaccess rules generation.

#### 1.2.0

_Release date: 05.09.2016_

 * Added .htaccess file to increase plugin’s security.
 * Added verification condition for ABSPATH constant defined for all php files, 
   including templates
 * Added condition to enqueue css style file only when admin bar displays.
 * Added support for get_sites function introduced in WordPress 4.6 version.
 * Added new filters to templates vars.
 * Added try/catch block to support Minify exceptions.
 * Moved div and span html code to corresponding template files.
 * Corrected error of missing class on activation.
 * Corrected error with dirlist() function.

#### 1.1.0

_Release date: 20.05.2016_

 * Added auto regenerate cache files function when saving post.
 * Added Minify HTML option.
 * Added cache=false URL’s parameter to disable cache for single request.

#### 1.0.0

_Release date: 16.04.2016_

 * First stable version of the plugin.

## میٹا

 *  Version **1.3.1**
 *  Last updated **10 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 4.4.2 یا اس سے جدید **
 *  Tested up to **4.6.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/cc-cache/)
 * Tags
 * [Apache](https://ur.wordpress.org/plugins/tags/apache/)[cache](https://ur.wordpress.org/plugins/tags/cache/)
   [clearcode](https://ur.wordpress.org/plugins/tags/clearcode/)[mod_rewrite](https://ur.wordpress.org/plugins/tags/mod_rewrite/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/cc-cache/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/cc-cache/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cc-cache/reviews/)

## شراکت دار

 *   [ Clearcode ](https://profiles.wordpress.org/clearcodehq/)
 *   [ PiotrPress ](https://profiles.wordpress.org/piotrpress/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/cc-cache/)