Title: PageFlash &#8211; Fast Page Preloading, Performance Optimization &amp; Secure Your WordPress Site
Author: Aminul Islam
Published: <strong>6 Φεβρουαρίου  2024</strong>
Last modified: 25 Ιανουαρίου  2026

---

Αναζήτηση πρόσθετων

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

![](https://ps.w.org/pageflash/assets/icon-128x128.png?rev=3446147)

# PageFlash – Fast Page Preloading, Performance Optimization & Secure Your WordPress Site

 Από [Aminul Islam](https://profiles.wordpress.org/theaminuldev/)

[Λήψη](https://downloads.wordpress.org/plugin/pageflash.2.1.0.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/pageflash/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/pageflash/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/pageflash/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/pageflash/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/pageflash/)

## Περιγραφή

PageFlash is a powerful WordPress plugin that preloads pages intelligently to boost
site speed and enhance user experience. By loading pages before users click, PageFlash
ensures instant page transitions, creating a seamless and lightning-fast browsing
experience for your visitors.

### Key Features:

#### Preloading:

 * **Quicklink:** Experience a 50% increase in conversions and enjoy 4x faster page
   loading. Boost your website speed and increase user engagement.
 * **InstantPage:** Uses just-in-time preloading — preloads a page right before 
   a user clicks on it.

#### Performance Optimization:

 * **Disable Dashicons:** Remove Dashicons on the frontend for non-logged-in users
   to improve performance.
 * **Disable Embeds:** Disable the WordPress oEmbed feature to reduce unnecessary
   HTTP requests and improve page load times.
 * **Disable Emojis:** Remove built-in WordPress emoji scripts and styles to reduce
   page size and improve load times.
 * **Disable Heartbeat:** Control WordPress Heartbeat API everywhere or in certain
   areas (used for auto-saving and revision tracking) with customizable behavior
   and frequency settings.
 * **Remove jQuery Migrate:** Remove jQuery Migrate script to improve performance
   on the frontend.

#### Security Enhancements:

 * **Disable REST API:** Disable the WordPress REST API for non-authenticated users
   to enhance security and reduce unnecessary requests.
 * **Remove REST API Link:** Remove REST API link tag from the front end and the
   REST API header link from page requests.
 * **Hide WordPress Version:** Hide the WordPress version number from the site header,
   meta tags, and RSS feeds to improve security.
 * **Disable XML-RPC:** Disable the XML-RPC feature to enhance security and reduce
   unnecessary requests.

For more information and documentation, visit our [plugin documentation](https://theaminul.com/pageflash/docs).

### How it works:

 * **Detects links within the viewport** (using [Intersection Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API))
 * **Waits until the browser is idle** (using [requestIdleCallback](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback))
 * **Checks if the user isn’t on a slow connection** (using `navigator.connection.
   effectiveType`) or has data-saver enabled (using `navigator.connection.saveData`)
 * **Prefetches URLs to the links** (using [`<link rel=prefetch>`](https://www.w3.org/TR/resource-hints/#prefetch)
   or XHR). Provides some control over the request priority (can switch to `fetch()`
   if supported).

If you are a developer, we encourage you to follow along or [contribute](https://github.com/theaminuldev/pageflash)
to the development of this plugin [on GitHub](https://github.com/theaminuldev/pageflash).

### Browser support:

This plugin also works perfectly on popular browsers.
 – 🖥 Microsoft EDGE – 🖥 Firefox
4+ – 🖥 Chrome – 🖥 Opera – 📱 Android 4+

## Εγκατάσταση

#### To install the plugin via WordPress Dashboard:

 1. In your WordPress admin dashboard, go to “Plugins” and click “Add New.”
 2. Click “Activate.”

#### To install the plugin manually:

 1. Download the plugin ZIP file from the [PageFlash WordPress Plugin Page](https://wordpress.org/plugins/pageflash/).
 2. Click the “Upload Plugin” button and select the ZIP file you downloaded.
 3. Click “Install Now” and then “Activate.”

## Συχνές Ερωτήσεις

### How do I configure PageFlash?

After activation, navigate to the PageFlash settings page in your WordPress admin
dashboard to enable and configure the features you want to use.

### Where should I check the plugin’s features?

 * A. In Chrome’s incognito mode.
 * B. After logging out of the admin account.
 * C. In Firefox’s private browsing mode.
 * D. In Safari’s private browsing mode.
    The best places to check the plugin’s 
   features are either in Chrome’s incognito mode (Option A) or after logging out
   of the admin account (Option B). These methods ensure that the plugin works correctly
   without any interference from browser history, cookies, or admin privileges.

### Is PageFlash compatible with the latest version of WordPress?

Yes, PageFlash is regularly tested and ensured to be compatible with the latest 
WordPress version.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“PageFlash – Fast Page Preloading, Performance Optimization & Secure Your WordPress
Site” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

 *   [ Aminul Islam ](https://profiles.wordpress.org/theaminuldev/)

[Μεταφράστε το “PageFlash – Fast Page Preloading, Performance Optimization & Secure Your WordPress Site” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/pageflash)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/pageflash/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/pageflash/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/pageflash/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/pageflash/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 2.1.0 – 2026-01-25

 * Fixed: Add Icomoon icon font stylesheet for admin settings page.
 * Fixed: Update plugin metadata for version 2.0.0.
 * Fixed: Update readme with PHP requirement and formatting.

#### 2.0.0 – 2026-01-24

 * Added: InstantPage integration to enhance the Preloading module performance.
 * Added: Introduced admin dashboard for better user experience.
 * Added: Disabled frontend Dashicons for non-logged-in users.
 * Added: Disabled WordPress oEmbed for improved page load performance.
 * Added: Disabled WordPress emojis to improve load time.
 * Added: Removed WordPress version info for better security.
 * Added: Disabled jquery-migrate.min.js to improve performance.
 * Added: Disabled XML-RPC to reduce unnecessary requests.
 * Added: Disabled WordPress REST API for non-authenticated users.
 * Added: Removed REST API link tag and header from the frontend.
 * Added: Disabled WordPress Heartbeat globally or in selected areas.

#### 1.2.0 – 2025-05-14

 * chore: Add initial configuration files
 * Improved: Update asset management
 * Improved: Update security policy and PHPCS configuration
 * Improved: Update README and CONTRIBUTING guidelines
 * Improved: WP coding standards and code quality ensure
 * Updated: Update GPL license to version 3.0

#### 1.1.0 – 2024-12-20

 * Fixed: Security vulnerability reporting guidelines.
 * Added: Supply chain attack prevention.

#### 1.0.1 – 2024-12-19

 * Fixed: Issue with `validateElement` function in `pageflash-frontend`.
 * Improved: Added validation for `timeoutFn` in `buildListenerOptions` function.
 * Added: Confusion Clear FAQ plugin for better understanding.

#### 1.0.0 – 2024-12-18

 * Initial release.
 * Added: `pageflash-frontend.js` for frontend functionality.
 * Added: MetaBox class for admin settings.
 * Added: `PAGEFLASH_ASSETS_PATH` constant for asset management.

## Μεταστοιχεία

 *  Version **2.1.0**
 *  Τελευταία ενημέρωση: **πριν από 3 μήνες**
 *  Ενεργές εγκαταστάσεις: **Λιγότερες από 10**
 *  Έκδοση WordPress: ** 6.1 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **6.9.4**
 *  Έκδοση PHP: ** 7.4 ή νεότερη **
 *  Language
 * [English (US)](https://wordpress.org/plugins/pageflash/)
 * Ετικέτες:
 * [optimization](https://el.wordpress.org/plugins/tags/optimization/)[Page Speed](https://el.wordpress.org/plugins/tags/page-speed/)
   [performance](https://el.wordpress.org/plugins/tags/performance/)[preload](https://el.wordpress.org/plugins/tags/preload/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/pageflash/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

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

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/pageflash/reviews/)

## Συντελεστές

 *   [ Aminul Islam ](https://profiles.wordpress.org/theaminuldev/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/pageflash/)