이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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).

후기

2023년 1월 26일
Some of my websites load slow using this plugin. Sometimes occur database error connection.
모든 1 평가 읽기

기여자 & 개발자

“SM – Prefetch”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SM – Prefetch”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록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.