WP Fastest Cache Pro

WP Fastest Cache Pro v1.7.2

No permission to download

xx85

Active member
Feb 18, 2019
115
28
28
ok thank you, do you know, some plugin only for cache mobile page ?
 

alxbg

Member
Jan 25, 2019
43
21
8
Only mobile? No. WP Fastest Cache PRO has mobile support and is working great for me so far. Their image optimization to webp you wanted is not necessary IMO, as it isn't universal and just makes you dependent of the plugin. This is a good read IMO about many cache plugins. HTH.
 

xx85

Active member
Feb 18, 2019
115
28
28
ok, wp fastest cache is really good, so, when i put on google page speed show 100 to page normaly and 87 to mobile, im using amp plugin...
 

alxbg

Member
Jan 25, 2019
43
21
8
OK, good but think we're spamming the topic too much now. Hope you'd find the best plugin that fits your needs. Cheers.
 
  • Like
Reactions: xx85

alxbg

Member
Jan 25, 2019
43
21
8
There's some fopen() & fclose() PHP warning issues in the logs with 1.5.2 on WAMP (on Linux seems ok), with nulled and non-nulled versions on this thread. Can be seen when hitting Dashboard > Updates. Sticking with 1.5.1 for now.
 

alxbg

Member
Jan 25, 2019
43
21
8
Found the issue in 1.5.2. It's a small bug that doesn't affect Linux servers.

Code:
//wp-fastest-cache-premium\pro\library\update.php line ~20

//Instead of this:

/*
        public function set_current_version(){
            $plugin_data = get_plugin_data(preg_replace("/\/pro\/library\//", "/wpFastestCachePremium.php", plugin_dir_path( __FILE__ )));
            $this->current_version = $plugin_data["Version"];
        }
*/

//change to this:

        //properly fix slashes for Win/Unix 
        public function set_current_version(){
            $ds = DIRECTORY_SEPARATOR;
            $path = str_replace("{$ds}pro{$ds}library/", "{$ds}wpFastestCachePremium.php", plugin_dir_path( __FILE__ ));
            $plugin_data = get_plugin_data($path);
            $this->current_version = $plugin_data["Version"];
        }
 

emaitube

Active member
Dec 4, 2018
181
33
28
1.5.3
  • to prevent moving text/html type javascript to the footer
  • to remove wpfc-lazyload-disable='true' when an image is excluded
  • to exclude Slider Revolution images for Lazy Load
  • to fix “p.getBoundingClientRect is not a function” error on Lazy Load
  • to support FitVids.JS for Lazy Load
  • to load all the images on mobile devices
  • to exclude render blocking js for conditional comments
  • to exclude images which contains data-lazy-src attribute for lazy load
  • to fix PHP Notice: Only variables should be passed by reference in image.php on line 720
  • to exclude images which exist in json for Lazy Load
  • to exclude HubSpot forms for render blocking js feature
  • to exclude the js sources of Google Tag Manager for render blocking js
  • to be compatible with WP Hide & Security Enhancer for image optimization
  • to exclude linkedin share js for render blocking js
  • to fix update premium version on the IIS web-servers
  • to add “Exclude Full Size Images” option for Lazy Load
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,715
120
Tomz updated WP Fastest Cache Premium with a new update entry:

WP Fastest Cache Premium v1.5.3

Download WP Fastest Cache Premium v1.5.3 Free Nulled
thanks to @Physkx for latest nulled
v1.5.3

  • to prevent moving text/html type javascript to the footer
  • to remove wpfc-lazyload-disable='true' when an image is excluded
  • to exclude Slider Revolution images for Lazy Load
  • to fix “p.getBoundingClientRect is not a function” error on Lazy Load
  • to support FitVids.JS for Lazy Load
  • to load all the images on mobile devices
  • to exclude render blocking...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,715
120
Tomz updated WP Fastest Cache Premium with a new update entry:

WP Fastest Cache Premium v1.5.4

Download WP Fastest Cache Premium v1.5.4 Free Nulled
How To Null: It’s simple: just don’t ever click on Image Optimization and DB tabs in its Setting area.
v1.5.4

  • to remove cdata from inline script when it is loaded as defer
  • to exclude WeChat contact button for minification
  • refactoring getting widget cache path
  • to disable Lazy Load if data-no-lazy attribute is set as 1
  • to fix start time of youtube videos which are loaded via Lazy...

Read the rest of this update entry...
 
  • Like
Reactions: MiladIT and Physkx

GARAYEV

Well-known member
Banned User
Jul 24, 2019
1,469
2,388
113
27
IRAN
Install the latest free version of the WP Fastest Cache

Then install this

enjoy
 

Attachments

  • wp-fastest-cache-premium.zip
    48.6 KB · Views: 30
  • Like
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,715
120
Tomz updated WP Fastest Cache Premium with a new update entry:

WP Fastest Cache Premium v1.5.5

Download WP Fastest Cache Premium v1.5.5 Nulled Free
v1.5.5

  • to add Italy located server for image optimization
  • to add LazyLoad for background images
  • to add Japan located server for image optimization
  • to prevent stopping image optimization when Unacceptable file type error occurs
  • to add Illinois (Chicago) located server for image optimization
  • to add Arizona (Phoenix) located server for image optimization
  • to add Düsseldorf (Germany) located server for image...

Read the rest of this update entry...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu