[Request] Redis object cache pro wordpress plugin

clotr

New member
Aug 4, 2022
0
0
0
@s0urc3x Please may I also ask for a license? I'd love to test this in comparison against Litespeed Cache's implementation of the Redis Cache, and I'm in dire need of performance improvements for my website which loads in an average of 10s when un-cached. >_<
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
@s0urc3x Please may I also ask for a license? I'd love to test this in comparison against Litespeed Cache's implementation of the Redis Cache, and I'm in dire need of performance improvements for my website which loads in an average of 10s when un-cached. >_<
This will not improve the front end much, more for the back end really, and some other db queries. If you have issues with front page loading best to check out if there are errors or plugin conflicts etc. Object caching involves storing database queries and, when enabled on your WordPress site, it can help speed up PHP execution times, reduce the load on your database, and deliver content to your visitors faster.
 
Last edited:

mrimpact

Member
Oct 4, 2019
44
35
18
Hi guys,

Can someone please add an undone file here?
Downloads are not working on all pages.

thank you so much!
 
Feb 14, 2020
49
37
18
26
Iran

It gets removed automatically from plugins. Can you please disable license check and make it stay in plugins?
For people who is experiencing licence problem, use config above and go to phpmyadmin options table, search for "rediscache_license" and set it to

"O:8:"stdClass":6:{s:4:"plan";N;s:5:"state";s:5:"valid";s:5:"token";
N;s:12:"organization";N;s:10:"last_check";i:1949320211;s:11:"valid_as_of"
;i:1949320211;}" without ""
 
Feb 14, 2020
49
37
18
26
Iran

It gets removed automatically from plugins. Can you please disable license check and make it stay in plugins?
In directory /redis-cache-pro/src/License.php go to line 201 and replace code .
Code :

return (object) [
'plan' => $this->plan,
'state' => 'valid',
'token' => "Babiato!lovers!never!giveup",
'organization' => 'organization',
'last_check' => current_time('timestamp'),
'valid_as_of' => current_time('timestamp'),
];

If token not working properly you can change to : $this->token
 

666

Active member
Nov 10, 2018
145
30
28
In directory /redis-cache-pro/src/License.php go to line 201 and replace code .
Code :

return (object) [
'plan' => $this->plan,
'state' => 'valid',
'token' => "Babiato!lovers!never!giveup",
'organization' => 'organization',
'last_check' => current_time('timestamp'),
'valid_as_of' => current_time('timestamp'),
];

If token not working properly you can change to : $this->token

After I followed your tutorial to set it up, the plugin is still ......

License: Missing token
 

Ardeshir

New member
May 27, 2022
1
0
1
Hi,

Version 1.14.5 is out and sharing new version with nulled token is just a sweet dream :)
 

xinhnhatvn

Active member
Jun 9, 2019
107
43
28

v1.14.5 - 2022-03-22​

Added​

  • Store alloptions as individual keys when using Relay
  • Added health check for Relay configuration
  • Added Plugin::config() helper method
 

skypeleft

Active member
Aug 10, 2019
401
71
28
Please nulled v1.14.5 Pro
And for me, version 1.13.1 working fine only, damm it
 
Last edited:

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