Title: Staticize Reloaded
Author: Matt Mullenweg
Published: <strong>Pebrero 1, 2005</strong>
Last modified: Marso 8, 2005

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# Staticize Reloaded

 Ni [Matt Mullenweg](https://profiles.wordpress.org/matt/)

[I-download](https://downloads.wordpress.org/plugin/staticize-reloaded.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/staticize-reloaded/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/staticize-reloaded/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/staticize-reloaded/#installation)
 * [Development](https://tl.wordpress.org/plugins/staticize-reloaded/#developers)

 [Suporta](https://wordpress.org/support/plugin/staticize-reloaded/)

## Deskripsyon

Staticize Reloaded is a plugin to make your site faster by caching the output of
some WordPress pages. It creates a unique key based on the page variables and user
and then if a request is made with identical variables it serves the request from
a static file rather than building the page from the database. When a post is updated
or a comment is left the cache is cleared. It is ideal for sites with a lot of anonymous
reads and not too many updates. (For example, during a Slashdotting.)

## Mga Screenshot

[⌊This is a chart showing the performance of a WordPress blog under very high loads
with and without Staticize. It was taken from this post.⌉⌊This is a chart showing
the performance of a WordPress blog under very high loads with and without Staticize.
It was taken from this post.⌉[

This is a chart showing the performance of a WordPress blog under very high loads
with and without Staticize. It was taken from [this post](http://weblogtoolscollection.com/archives/2004/07/26/staticise-analysis/).

## Pag-install

 1. Upload to your plugins folder, usually `wp-content/plugins/`
 2. If you have Compression turned on under Miscellaneous options, turn it off
 3. Activate the plugin on the plugin screen
 4. Caching should begin immediately. It’s a good idea to deactivate when making template
    changes. To flush the cache just edit a post or comment.

## FAQ

#### Do I really need to use this plugin?

Probably not, WordPress is fast enough that caching usually only adds a few milliseconds
of performance that isn’t really perceptible by users. Some reasons you may want
to use Staticize Reloaded:

 * If your site gets Slashdotted
 * If you’re on a very slow server
 * If you’ve had a complaint from your host about performance

#### How can I tell if it’s working?

Staticize Reloaded adds some stats to the very end of a page in the HTML, so you
can view source to see the time it took to generate a page and rather it was cached
or not. Remember that the cache is created on demand, so the first time you load
a page it’ll be generated from the database.

#### I see gibberish on the screen when I activate this plugin?

Make sure that you deactivated compression on the Miscellaneous options screen and
that gzip encoding is turned off on the PHP level

#### How do I make certain parts of the page stay dynamic?

There are two ways to do this, you can have functions that say dynamic or include
entire other files. To have a dynamic function in the cached PHP page use this syntax
around the function:

    ```
    <!--mfunc function_name('parameter', 'another_parameter') --> <?php function_name('parameter', 'another_parameter') ?> <!--/mfunc--> 
    ```

The HTML comments around the mirrored PHP allow it to be executed in the static 
page. To include another file try this:

    ```
    <!--mclude file.php--> <?php include_once(ABSPATH . 'file.php'); ?> <!--/mclude--> 
    ```

That will include file.php under the ABSPATH directory, which is the same as where
your `wp-config.php` file is located.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Staticize Reloaded” ay open source software. Ang mga sumusunod na tao ay nag-
ambag sa plugin na ito.

Mga Contributor

 *   [ Matt Mullenweg ](https://profiles.wordpress.org/matt/)

[Isalin ang “Staticize Reloaded” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/staticize-reloaded)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/staticize-reloaded/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/staticize-reloaded/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/staticize-reloaded/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/staticize-reloaded/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Bersyon **2.6**
 *  Huling na-update **21 taon ang nakalipas**
 *  Mga aktibong installation **Wala pang 10**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/staticize-reloaded/)
 * Mga Tag
 * [caching](https://tl.wordpress.org/plugins/tags/caching/)[performance](https://tl.wordpress.org/plugins/tags/performance/)
 *  [Advanced View](https://tl.wordpress.org/plugins/staticize-reloaded/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/staticize-reloaded/reviews/)

## Mga Contributor

 *   [ Matt Mullenweg ](https://profiles.wordpress.org/matt/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/staticize-reloaded/)