Perfmatters - Speed Up Your WordPress Site

Perfmatters - Speed Up Your WordPress Site v2.4.3

No permission to download

havi22

New member
Nov 19, 2020
8
6
3
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!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,093
111,733
120
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...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,093
111,733
120
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...
 

philxxx

Well-known member
Oct 2, 2018
41
523
83
Germany
Tomz 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

empyrium

Active member
Trusted Uploader
Dec 28, 2018
221
129
43
v1.6.9 NULLED

it's slowing down plugin menu, update menu too. everything except is ok. normally takes a second to load the plugins menu wp-admin but after installing this it takes forever like 15 seconds.
 

philxxx

Well-known member
Oct 2, 2018
41
523
83
Germany
Tomz 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...
 

smalok

Active member
Aug 21, 2020
195
125
43

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

philxxx

Well-known member
Oct 2, 2018
41
523
83
Germany
Tomz 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...
 

kakoo

duplicate of @Pdnew, @parijha, @oldeone, @dreckson
Banned User
Nov 11, 2020
59
17
8
hi bro need to update again 1.9.0 beacuse of babiato crash and also the download problem its stil going to babiato.tech
 

philxxx

Well-known member
Oct 2, 2018
41
523
83
Germany
Tomz 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...
 

Atsekabe

Well-known member
Apr 20, 2020
215
315
63

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

Forum statistics

Threads
69,307
Messages
908,836
Members
237,905
Latest member
deguy

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