yes, same problem occurs. please solve this
Guys just open perfmatters.php and goto line 18 and delete that extra ']' save and replace.... problem solved
yes, same problem occurs. please solve this
Guys just open perfmatters.php and goto line 18 and delete that extra ']' save and replace.... problem solved
i get back 1.6.3yes, same problem occurs. please solve this
Download Perfmatters v1.6.5 - The #1 Web Performance Plugin for WordPress Nulled Free
v1.6.5 – 12.04.2020 Thanks To @NullMaster
- Added new option to Delay JavaScript from loading until user interaction.
- Added new gtag.js v4 option to local analytics.
- Added new built-in option to...
Can anyone suggest me some plugins which will boost site performance of my Wordpress site on a Shared Hosting ?
Can anyone suggest me some plugins which will boost site performance of my Wordpress site on a Shared Hosting ?
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;
}
Download Perfmatters v1.6.6 - Plugin Developed To Speed Up Your WordPress Site Nulled Free
v1.6.6 – 01.13.2021 - Thanks To @TassieNZ
- Added new Script Manager exception to select logged in or logged out users.
- Added new option in Script Manager settings to Display Dependencies.
- Added total plugin sizes in the...
Thankssssssssssssssssssssssssssssssssssssssssssssssss!philxxx updated Perfmatters - Plugin Developed To Speed Up Your WordPress Site with a new update entry:
Perfmatters v1.6.6 Nulled
Read the rest of this update entry...
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;
}
can you reupload your edit? i don't understand how to editMethod work well and we got "License is Activated" status..![]()