• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Perfmatters - Speed Up Your WordPress Site

Perfmatters - Speed Up Your WordPress Site v2.2.7

No permission to download
Hi
plugin has a typo on line 18 of perfmatters.php a ] character.

also the nulling method they are doing is bad, it inserts into database the license every single request... bad for performance..

its better if you just change the functions.php file 3 last functions to:

function perfmatters_activate_license() {
/*
$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

update_option('perfmatters_edd_license_status', $license_data->license);
update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');
*/

}

function perfmatters_deactivate_license() {


}

function perfmatters_check_license() {

//object(stdClass)#2800 (5) { ["success"]=> bool(false) ["license"]=> string(7) "invalid" ["item_id"]=> bool(false) ["item_name"]=> string(11) "perfmatters" ["checksum"]=> string(32) "dcd4dc4dd1f04000afd42aa14223b6e9" }
//grab existing license data

$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

//update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');


return $l;
}
plugin has a typo on line 18 of perfmatters.php a ] character.

also the nulling method they are doing is bad, it inserts into database the license every single request... bad for performance..

its better if you just change the functions.php file 3 last functions to:

function perfmatters_activate_license() {
/*
$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

update_option('perfmatters_edd_license_status', $license_data->license);
update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');
*/

}

function perfmatters_deactivate_license() {


}

function perfmatters_check_license() {

//object(stdClass)#2800 (5) { ["success"]=> bool(false) ["license"]=> string(7) "invalid" ["item_id"]=> bool(false) ["item_name"]=> string(11) "perfmatters" ["checksum"]=> string(32) "dcd4dc4dd1f04000afd42aa14223b6e9" }
//grab existing license data

$l = new \stdClass;
$l->success = true;
$l->license = 'valid';
$l->item_id = '666';
$l->item_name = 'perfmatters';
$l->checksum = 'dcd4dc4dd1f04000afd42aa14223b6e9';

//update_option('perfmatters_edd_license_key', 'YOU-MAK-MEA-SAD-PAN-DAH');


return $l;
}
Hi mate, I think in the last version is not working or maybe I don't find exactly where to insert it:

So, do you mean to change this code instead of:
function perfmatters_install()
function perfmatters_version_check()
function perfmatters_uninstall()
??????????????????????????????????
Thanks!
 
philxxx updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:

Perfmatters v1.6.7 Nulled

Download Perfmatters v1.6.7 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
Version 1.6.7 – 03.02.2021 Thanks To @TassieNZ


Read the rest of this update entry...
 
philxxx updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:

Perfmatters v1.6.8 Nulled

Download Perfmatters v1.6.8 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
v1.6.8 – 03.10.2021

  • Compatibility fixes for local analytics when using MonsterInsights.
  • Local analytics improvements for multisite.
  • Added alt tag to YouTube preview thumbnail images.
  • Fixed a PHP undefined index notice coming from functions.php.
  • Translation file updates.

Read the rest of this update entry...
 
Babak updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:

Perfmatters v1.6.9 Nulled

Download Perfmatters v1.6.9 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
Version 1.6.9 – 04.22.2021 Thanks To @TassieNZ

  • New additions to preload feature, allowing specification for device type and location.
  • Script Manager improvements to allow for Regex disable to be used alongside Current URL disables for the same script.
  • Added new Script Manager exception for device type.
  • Add new...

Read the rest of this update entry...
 
  • Like
Reactions: smalok and JRGWxRxZ
Babak updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:

Perfmatters v1.7.0 Nulled

Download Perfmatters v1.7.0 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
Version 1.7.0 – 04.26.2021

  • Fixed an issue where Preload tags were still being printed on archive pages even if a location was set.
  • Fixed a compatibility issue with older WordPress versions when using certain functions that check for a JSON request.
  • Translation updates.

Read the rest of this update entry...
 

Version 1.7.1 – 05.06.2021

  • Added expiration date row to license tab in plugin settings.
  • Added support for WooCommerce shop page when setting a preload location by post ID.
  • Fixed an issue with device exceptions not working correctly in MU Mode.
  • Fixed a query string encoding issue that was affecting some email templates when using a custom login URL.
 
  • Like
Reactions: Loneley
Babak updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:

Perfmatters v1.7.1 Nulled

Download Perfmatters v1.7.1 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
v1.7.1 – 05.06.2021

  • Added expiration date row to license tab in plugin settings.
  • Added support for WooCommerce shop page when setting a preload location by post ID.
  • Fixed an issue with device exceptions not working correctly in MU Mode.
  • Fixed a query string encoding issue that was affecting some email templates when using a custom login URL.

Read the rest of this update entry...
 
hi bro need to update again 1.9.0 beacuse of babiato crash and also the download problem its stil going to babia.to
 
Babak updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:

Perfmatters v1.7.2

Download Perfmatters v1.7.2 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
v1.7.2 – 06.02.2021

  • Added new Fonts section inside of the main Options tab.
  • Added new option to use Display Swap for Google fonts.
  • Added new Local Google Fonts option which will attempt to download any Google Font files and serve them from your local...

Read the rest of this update entry...
 

Version 1.7.3 – 06.03.2021​


  • Rolled back the latest changes related to the new universal buffer class and Local Google Fonts while we do some more in-depth testing. We’ll be working to release this feature next week using an alternative method.
 

Attachments

  • perfmatters-v1.7.3.zip
    339.1 KB · Views: 27
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock