Title: Statixly
Author: Anindya Sundar Mandal
Published: <strong>March 30, 2026</strong>
Last modified: March 30, 2026

---

Search plugins

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

# Statixly

 By [Anindya Sundar Mandal](https://profiles.wordpress.org/speedify/)

[Download](https://downloads.wordpress.org/plugin/statixly.1.0.2.zip)

 * [Details](https://pcd.wordpress.org/plugins/statixly/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/statixly/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/statixly/#installation)
 * [Development](https://pcd.wordpress.org/plugins/statixly/#developers)

 [Support](https://wordpress.org/support/plugin/statixly/)

## Description

Statixly helps you create a static copy of your WordPress website, facilitating 
faster content delivery and reducing the security risks on production hosting.

The admin screen provides the following capabilities:

 * Start a static export job
 * Monitor live export status in real time
 * Pause, resume, or abort the export
 * Download the generated static site as a ZIP file
 * Download or delete export logs
 * Delete temporary export directories

Statixly systematically crawls website URLs, renders content, rewrites links for
static output, and packages the results for deployment.

#### Typical workflow

 1. First, build and set up your site as you normally do in WordPress. Make sure all
    content and settings are finalized before exporting.
 2. Next, open the Statixly admin screen and select the **Generate/Export Static Site**
    button to start the export process.
 3. After the export finishes, download the generated ZIP file containing your static
    website.
 4. Extract the files from the ZIP archive. Upload the extracted files to your chosen
    static hosting provider. For example, use your website’s document root on a web
    hosting server, Cloudflare Pages, GitHub Pages, AWS S3, etc.

#### Important Requirements

 * If the current WordPress website is on example.com and you want to make the static
   website available on example.com as well, move the WordPress website to a subdomain
   and protect it with HTTP Basic Auth, or move it to your localhost computer using
   a backup and migration plugin such as Duplicator.
 * Permalink structure must not be set to **Plain**.
 * Keep the Statixly export tab open while export is running.

#### Not for e-commerce, etc.

Statixly will not work on any WordPress website that generates content dynamically
based on user interaction, e.g., an e-commerce or subscription-based website.

Contact forms will not work. The contact form requires immediate backend processing
upon submission by the user. However, this is on our roadmap.

#### Advanced Opt-In Options

Statixly includes two optional safety/compatibility flags (both disabled by default):

 * `statixly_prefer_temp_storage_above_document_root`
    Set to `true` (in the options
   table) only if you explicitly want Statixly working directories outside `wp_upload_dir()`.
   By default, Statixly uses WordPress uploads paths.
 * `statixly_allow_insecure_local_http_fetch`
    Set to `true` (in the options table)
   only for local/self-signed certificate environments where same-site HTTPS fetches
   fail TLS verification. This disables SSL verification for local same-site fetches.

#### Need Help?

If you face any issues after installing the Statixly plugin, please open a support
ticket with detailed information, and we will be happy to fix the issue.

## Installation

 1. Upload the plugin to the plugins folder (`wp-content/plugins/`), or install it 
    through the WordPress Plugins screen, click ‘Add Plugin’, and search with **Statixly**.
 2. Click the ‘Activate’ button, or activate the plugin from the **Installed Plugins**
    screen.
 3. Open **Statixly** from the WordPress admin menu.
 4. Click the **Generate/Export Static Site** button and wait for completion.
 5. Download the ZIP and deploy the exported files to your chosen host.

## FAQ

### Does this plugin replace my live WordPress site automatically?

No. Statixly creates a static export for you to deploy manually.

### Why can I not start an export?

Common reasons:
 * Your permalink structure is set to **Plain**. * File permissions
prevent writing inside the uploads/temp directories. * Another export job is currently
active.

### Can I pause and continue later?

Yes. Export jobs can be paused and resumed from the export screen.

### Can I download export diagnostics/logs?

Yes. Logs can be downloaded using the **Download Export Log** button, and you can
include system information using the ‘Include/Append system information’ checkbox.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Statixly” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Anindya Sundar Mandal ](https://profiles.wordpress.org/speedify/)

[Translate “Statixly” into your language.](https://translate.wordpress.org/projects/wp-plugins/statixly)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/statixly/), check out
the [SVN repository](https://plugins.svn.wordpress.org/statixly/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/statixly/) by [RSS](https://plugins.trac.wordpress.org/log/statixly/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * Fix: Uninstall flow now reliably loads required helper functions before cleanup.
 * Improvement: Kept uninstall cleanup logic centralized by reusing existing helper
   APIs instead of duplicating cleanup behavior.

#### 1.0.1

 * Renamed plugin to Statixly.
 * Security: Added path traversal detection to reject unsafe URLs during export.
 * Security: Blocked export of PHP and other server-side executable files.
 * Security: Added symlink escape prevention during log file and directory deletion.
 * Security: Refactored SSL verification handling for local HTTP fetches — insecure
   fetches are now only permitted when statixly_allow_insecure_local_http_fetch 
   is explicitly and correctly set.
 * Feature: Export job now enqueues allowed static files from the site document 
   root, excluding PHP files.
 * Feature: Implemented auto-resume functionality when connectivity is restored 
   during an export, with configurable retry attempts and delays.
 * Feature: Added support for two advanced opt-in flags — statixly_prefer_temp_storage_above_document_root
   and statixly_allow_insecure_local_http_fetch.
 * Improvement: Introduced statixly_get_option_bool helper for consistent boolean
   option retrieval across the codebase.
 * Improvement: Minimum required PHP and WordPress versions are now defined as plugin
   constants for more maintainable version checks.
 * Improvement: Upload directory handling now supports explicit opt-in for above-
   webroot temporary storage with clearer error logging.
 * Improvement: Uninstaller now removes directories based on the configured upload
   path for thorough cleanup.
 * Improvement: Installation timestamp now uses WordPress current_time() for consistency.
 * Improvement: Few export log messages in the admin UI are now translatable.
 * Fix: Moved admin.css to assets/css/ and updated the enqueue reference accordingly.

#### 1.0.0

 * Initial stable release.
 * Added admin export interface with live status updates.
 * Added start, pause, resume, and abort export controls.
 * Added static ZIP download and export log download.
 * Added tools to delete logs and temporary export directories.

## Meta

 *  Version **1.0.2**
 *  Last updated **5 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/statixly/)
 * Tags
 * [cache](https://pcd.wordpress.org/plugins/tags/cache/)[jamstack](https://pcd.wordpress.org/plugins/tags/jamstack/)
   [performance](https://pcd.wordpress.org/plugins/tags/performance/)[security](https://pcd.wordpress.org/plugins/tags/security/)
   [static site generator](https://pcd.wordpress.org/plugins/tags/static-site-generator/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/statixly/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/statixly/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/statixly/reviews/)

## Contributors

 *   [ Anindya Sundar Mandal ](https://profiles.wordpress.org/speedify/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/statixly/)