Title: SM &#8211; Prefetch
Author: Sulaiman Misri
Published: <strong>24 ສິງຫາ 2022</strong>
Last modified: 20 ທັນວາ 2022

---

ຄົ້ນຫາປລັກອິນ

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

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://ps.w.org/sm-prefetch/assets/icon-256x256.png?rev=2775202)

# SM – Prefetch

 ໂດຍ [Sulaiman Misri](https://profiles.wordpress.org/sulaimanmisri/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/sm-prefetch.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/sm-prefetch/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/sm-prefetch/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/sm-prefetch/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/sm-prefetch/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/sm-prefetch/)

## ຄຳອະທິບາຍ

SM Fetch is built to make your website load blazing fast using Prefetch Algorithm.
In order to make this plugin work perfectly, you need to :

 1. Have multiple pages in the website. But single page also work, as long as you have
    Button to link to other pages / website.
 2. This plugin handle the front-end caching. If your current plugin is already handle
    that part, you can disable that function and use this plugin function to see the
    differences.

### How this plugin work?

 1. User visits a page.
 2. In the background, the algorithm will prefetches other pages data.
 3. When the user visits the next page, it will loads faster because it’s already downloaded.
 4. The data will be stored at User browser (front-end). Not server (back-end).

## ການຕິດຕັ້ງ

 1. Upload the plugin folder to your /wp-content/plugins/ folder.
 2. Go to the **Plugins** page and activate the plugin.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### How do I use this plugin?

 1. Simply install the plugin and then the plugin will make a prefetch automatic to
    all your pages. It just works!

### How to uninstall the plugin?

 1. Simply deactivate and delete the plugin.

### Do you offer PRO version?

 1. No. This plugin will be free. Always.
 2. But I do accept Freelance work. Please go to my website (https://sulaimanmisri.
    com).

## ການຣີວິວ

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

### 󠀁[Slow reload](https://wordpress.org/support/topic/slow-reload/)󠁿

 [sofone10](https://profiles.wordpress.org/sofone10/) 26 ມັງກອນ 2023

Some of my websites load slow using this plugin. Sometimes occur database error 
connection.

 [ ອ່ານການຣີວິວທັງໝົດ 1 ລາຍການ ](https://wordpress.org/support/plugin/sm-prefetch/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“SM – Prefetch” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Sulaiman Misri ](https://profiles.wordpress.org/sulaimanmisri/)

[ແປ “SM – Prefetch” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/sm-prefetch)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/sm-prefetch/), ກວດເບິ່ງ 
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/sm-prefetch/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/sm-prefetch/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/sm-prefetch/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

### 1.5.1

 * Create new logic for woocommerce plugin.
 * Fix Website show `Critical Error` when there’s no Woocommerce plugin active.
 * Introducing `prefetch-wc` for Woocommerce user.
 * Introduction `is_cart`, `is_checkout`, `is_account_page` to make sure all Woocommerce
   pages is excluded.

### 1.5.0

 * Exclude all Woocommerce Pages using `is_woocommerce` and `woocommerce_myaccount_page_id`
   built-in function.
 * Fix Woocommerce theme such as Storefront not load data in `my-accounts` page.
 * Fix `my-accounts` page not changed even after user save the details.

### 1.4.2

 * Change from Event `DOMContentLoaded` into `Load` as the original developers suggest.

### 1.4.1

 * Fix the plugin is not compatible with Oxygen and Breakdance Page Builder.
 * Fix the plugin is not compatible with Twenty-Two Theme.
 * Change from `get_footer` hook to `wp_enqueue_scripts` hook.
 * Change from Event `Load` into `DOMContentLoaded` to make the code load Async-
   like.

### 1.4.0

 * Enqueue the script properly using WordPress default `wp_enqueue_script`.
 * Adding new function, which is to remove all the versioning tag in WordPress JavaScript
   file.
 * Refactoring files.

### 1.3.0

 * Change from serve locally to serve JS file using CDN.
 * Remove Assets.
 * Change content.

### 1.2.2

 * Fix WordPress error show Header Send even though nothing will happen.
 * Optimize and remove unused images.

### 1.2.1

 * Edit content.

### 1.2.0

 * Change Plugin Descriptions.
 * Insert Assets.

### 1.1.0

 * Fix plugin and serve all the files locally.

### 1.0.0

 * Plugin released.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.5.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **4 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 5.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.1.10**
 *  ເວີຊັນ PHP ** 7.0 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/sm-prefetch/)
 * ແທັກ
 * [prefetch](https://lo.wordpress.org/plugins/tags/prefetch/)[speed optimization](https://lo.wordpress.org/plugins/tags/speed-optimization/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/sm-prefetch/advanced/)

## ການໃຫ້ຄະແນນ

 3 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/sm-prefetch/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/sm-prefetch/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/sm-prefetch/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/sm-prefetch/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/sm-prefetch/reviews/?filter=1)

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

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/sm-prefetch/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Sulaiman Misri ](https://profiles.wordpress.org/sulaimanmisri/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/sm-prefetch/)