Title: Appcachify
Author: Robert O'Rourke
Published: <strong>2014-يىلى 24-ئىيۇل</strong>
Last modified: 2014-يىلى 24-ئىيۇل

---

قىستۇرما ئىزدە

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/appcachify_1d1d1d.svg)

# Appcachify

 يازغۇچى [Robert O’Rourke](https://profiles.wordpress.org/sanchothefat/)

[چۈشۈر](https://downloads.wordpress.org/plugin/appcachify.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/appcachify/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/appcachify/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/appcachify/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/appcachify/#developers)

 [قوللاش](https://wordpress.org/support/plugin/appcachify/)

## چۈشەندۈرۈش

The plugin adds an iframe to the footer of your website which points to `example.
com/manifest`.

That URL is an empty page that references the generated manifest file at `example.
com/manifest.appcache`.

The manifest itself is built in the following way:

 1. adds URLs of all queued scripts and styles
 2. searches theme files and folder for any images or other static assets
 3. if a theme has a 307.php template it is used as an offline fallback
 4. a timestamp of the most recently modified file is added to force appcache to refresh

The net result of all this is that your main static files are stored locally on 
your visitors devices. For mobile this greatly helps to improve download and rendering
times.

### Documentation

### Adding items to the manifest

Appcache can do more than store static assets. You could cache entire pages, or 
add fallbacks for when a user is offline.

There are 3 main sections to a manifest:

#### CACHE

The main `CACHE` section is for URLs that should be explicitly cached.

    ```
    <?php
    add_filter( 'appcache_cache', function( $urls ) {
       $urls[] = '/page-available-offline/';
       return $urls;
    } );
    ?>
    ```

#### NETWORK

This section is for specifying URLs that should _never_ be cached.

    ```
    <?php
    add_filter( 'appcache_network', function( $urls ) {
       $urls[] = '*';
       $urls[] = '/online-only-page/';
       return $urls;
    } );
    ?>
    ```

#### FALLBACK

The fallback section allows you to set fallback pages or images if the user is offline.

    ```
    <?php
    add_filter( 'appcache_fallback', function( $patterns ) {
       $patterns[] = 'wp-content/uploads/ wp-content/uploads/offline.jpg';
       return $patterns;
    } );
    ?>
    ```

#### The update header

Appcaches are refetched when the manifest file content changes so we add a few items
as comments at the top of the file.

 1. The current theme (and version if available)
 2. The most recent modified time of any files we find the server path for
 3. The size of all the files that we find a server path for
 4. get_var( «SELECT post_modified FROM $wpdb->posts WHERE post_type = ›post‹ ORDER
    BY post_modified DESC LIMIT 1» );
     return $headers; } ); ?>

### More about appcache

I strongly recommend learning more about what you can do with appcache by reading
the following articles:

 * [HTML5 Rock’s Introduction to Appcache](http://www.html5rocks.com/en/tutorials/appcache/beginner/)
 * [Application cache is a douchebag](http://alistapart.com/article/application-cache-is-a-douchebag)

## ئورنىتىش

Upload the plugin to your plugins directory and activate it. There’s no configuration
involved or settings screen.

## باھالاشلار

![](https://secure.gravatar.com/avatar/610b40327fa27bfb993f09ec4ade9502133feca83ec4b528ca7c17a17a30d023?
s=60&d=retro&r=g)

### 󠀁[this looks bad ass](https://wordpress.org/support/topic/this-looks-bad-ass/)󠁿

 [Jason K. Dove, SEO](https://profiles.wordpress.org/3dseo/) 2017-يىلى 26-ئۆكتەبىر

Sadly, before my time in the trenches. Just curious, what happened with this?

![](https://secure.gravatar.com/avatar/030258ae90e99d4f669e22b5f0855e0d83bcba827d966107ab9a03b4f3cb1974?
s=60&d=retro&r=g)

### 󠀁[Great caching tool for geeks !](https://wordpress.org/support/topic/great-caching-tool-for-geeks/)󠁿

 [Serhii Shyran](https://profiles.wordpress.org/shyran/) 2016-يىلى 29-نويابىر

My hat down man, this is truly awesome piece of mastery in the world of WordPress
caching… for those who know 😉

 [ 2 باھالاشنىڭ ھەممىنى ئوقۇش ](https://wordpress.org/support/plugin/appcachify/reviews/)

## تۆھپىكار ۋە ئىجادكار

«Appcachify» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

 *   [ Robert O’Rourke ](https://profiles.wordpress.org/sanchothefat/)

[«Appcachify» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/appcachify)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/appcachify/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/appcachify/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/appcachify/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/appcachify/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0

 * Initial commit to wordpress.org

## Meta

 *  Version **0.1**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **12 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10+**
 *  WordPress نەشرى ** 3.8 ياكى يۇقىرى **
 *  **3.9.40** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/appcachify/)
 * بەلگە
 * [appcache](https://ug.wordpress.org/plugins/tags/appcache/)[caching](https://ug.wordpress.org/plugins/tags/caching/)
   [HTML5](https://ug.wordpress.org/plugins/tags/html5/)[performance](https://ug.wordpress.org/plugins/tags/performance/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/appcachify/advanced/)

## دەرىجە

 5/5 يۇلتۇز

 *  [  2 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/appcachify/reviews/?filter=5)
 *  [  0 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/appcachify/reviews/?filter=4)
 *  [  0 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/appcachify/reviews/?filter=3)
 *  [  0 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/appcachify/reviews/?filter=2)
 *  [  0 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/appcachify/reviews/?filter=1)

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/appcachify/reviews/)

## تۆھپىكار

 *   [ Robert O’Rourke ](https://profiles.wordpress.org/sanchothefat/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/appcachify/)