futureyoon
Forum Replies Created
-
I’m still getting ‘not authorized’
hmmmm.. I dunno why I can’t have proper documentation.. instead of relying on your few text messages to set up..
It’s quite frustrating.
yea from ‘users’, how do i associate the policy that i just created?
OK. I managed to create the polocy that includes permissions for both full acesses.
https://app.screencast.com/Txr4O7pswGp8Z
Now, where do i go to create securiy credentials? is it under ‘Users’? if so, how do i associate the policy to the ‘user’?
No clear document?
Thank you
- This reply was modified 3 months ago by futureyoon.
Forum: Plugins
In reply to: [W3 Total Cache] Unexpected identifier ‘https’ with jet-reviewsi am seeing this from dev tool, not sure if that helps you understand bettter
https://app.screencast.com/zkdpuKFQUskee
Either I turn on or off this option “Use CDN links for the Media Library on admin pages”, the issue still persists.
- This reply was modified 3 months ago by futureyoon.
Forum: Plugins
In reply to: [W3 Total Cache] cloudfront as my cdnThat article was created 6years ago.. all the screenshots and menu are alot different now. It’s pretty hard to follow through thou.
Thank you for the info
When the condition is saved as posts, may I know what post_type it’s being saved as?
Especially condition for the points.
Thank you
Forum: Plugins
In reply to: [Redis Object Cache] automatic refresh the cacheyes of course. Multiple times.
Forum: Plugins
In reply to: [W3 Total Cache] object cachesorry i came back late. Thank you for the update.
Just a suggestion
You can put a note at “Garbage collection interval” area that this will work only when ‘Disk’ is selected.
Other than that, I am clear with all other answer except one below.
I am using Redis for object cache.
so do I need to turn on the cronjob in order for this “Default lifetime of cache objects” job to work? or without turning on the cron job (define( ‘DISABLE_WP_CRON’, true );), this will automatically flush the object cache?
Please kindly confirm. Thank you
- This reply was modified 6 months, 1 week ago by futureyoon.
- This reply was modified 6 months, 1 week ago by futureyoon.
Forum: Plugins
In reply to: [Redis Object Cache] automatic refresh the cacheyes, I got that.
I have set it volatile-lru, so i wud expect it clear the old dataset when the memory gets full, right?
but it’s again making the site freezed from time to time with 2gb max memory.
now I increased it to 4gb and monitor it.
Either it works well or not, it proves that old data doesn’t get cleared off.
any input wud be appreciated.
Forum: Plugins
In reply to: [Redis Object Cache] automatic refresh the cacheThank you for the info @tillkruess
That leads me to next questions as below.
What will happen if the memory gets full? it will wipe off the oldest data to clear up the space for the new incoming data?
What I have experienced so far is that the system (site) gets freezed whenever it hits the max memory. that’s the reason of I am checking to clear the object cache in regular basis to avoid the site breakdown.
Please advise me on this.
Thank you
just curious if this was inlcuded into the new release?
Forum: Plugins
In reply to: [W3 Total Cache] object cacheOK. Thank you for the comment. @vmarko
That means..
Q1: If I used Object Caching to Redis, garbage collection interval will not happen at all? or it will happen, but just that it’s not done by cronjob?
Q2: And you mentioned ‘lifetime of cache objects’ is not using a cron job, I guess then it has own clock to kick off the job somehow. right?
Q3: A question is…
is there a way to check if above 2 mentioned jobs have run anywhere from the system?Please kindly advise.
Thank you
- This reply was modified 6 months, 3 weeks ago by futureyoon.
- This reply was modified 6 months, 3 weeks ago by futureyoon.
- This reply was modified 6 months, 3 weeks ago by futureyoon.
Forum: Plugins
In reply to: [Redis Object Cache] maxmemoryOK. I have updated it to 2gb and will monitor.
Is there a way for me to observe (any data, maybe from ‘redis-cli info memory’ or ‘top’) how it performs?
I mean instead of wating for the system to hang and then see that debug.log, is there any way to check like ‘oh..it’s hitting very near the breakpoint…so i have to increase bit more’ something like that?
Thank you
- This reply was modified 6 months, 3 weeks ago by futureyoon.
- This reply was modified 6 months, 3 weeks ago by futureyoon.
- This reply was modified 6 months, 3 weeks ago by futureyoon.
Forum: Plugins
In reply to: [Redis Object Cache] maxmemory@tillkruess thx for the input. i have further questions as below.
- how to set maxmemory unlimited?
- plus, i have 2gb database, what is rough recommendation of the maxmemory for my case?
- i have set the maxmemory-policy as allkeys-lru and changed from allkeys-lfu (becaose site was still freezed)
please share some insights here.
Thank you
Hmm.. OK.
What if I make this change, can you let me know if it will work?
As of now
level 1 (menu_order 1) requirement: earn achievement 1
level 2 (menu_order 2) requirement : reach point >= 10
level 3 (menu_order 3) requirement: reach point >= 20
To be
level 1 (menu_order 1) requirement: earn achievement 1
Add: When a user earns level1, award 1 point to the user.
level 2 (menu_order 2) requirement : reach point >= 10
level 3 (menu_order 3) requirement: reach point >= 20
With this change, the point will get updated for level 2 requirement. so the user will get level 2.
Please kindly let me know.
Thank you