Sovichetra
Forum Replies Created
-
Thank so much @kevinb @stevejburge for supporting on this I’m back here to confirm that’s working fine on latest version thank again. and sorry for confirming too late.
@qtwrk Oh sorry let’s me check configure again
@serpentdriver Ok thank you ☺️ let’s me try curl.
@qtwrk this’s report number :
UTHNTTJIthank for helping- This reply was modified 3 years, 10 months ago by Sovichetra.
I set it 15min interval.
@serpentdriver thank let’s me try this. I’m thinking about this way too by the way I planned to use Optimus Cach Prime (I ‘m done it with fastCGI cach but on small site) now let’s me try your way. Thank again for help.
@serpentdriver I’m on dedicated server with full control to remote os please point me I’m ok with cli.
Thank you- This reply was modified 3 years, 10 months ago by Sovichetra.
@serpentdriver yes author try to access from no logged in browser to make cache happen fast if we wait for crawler we need to wait a full day to cache only the last purged content. When we updated content crawler try to crawl the whole site again not only that last purged one. It around 4k link in sitemap that why it took too long.
@serpentdriver yes I’m using that right now but it seem the purged page not preload on time look like it try to preloading the hold site some time I told my author try to visite their content homepage archive page anything that purged when content updated or publishef again and again to make our visitor can visite the cached page it seem crawler work too long or sometime not work.
Forum: Plugins
In reply to: [Cache Master] [WP Multisite] Same cache for all?@esiinformatique Yes we all have the same problem by the way I fixed it this way:
in folder : plugins/cache-master/vendor/shieldon/simple-cache/src/SimpleCache/Driver
depend on which driver we use example I’m using redis so open Redis.php in the last line we have a function:private function getKeyName(string $key): string { return 'sc:' . $key; }By replace it this :
private function getKeyName(string $key): string { $prefix = 'sc_'.$_SERVER['SERVER_NAME'].'_'; return $prefix . $key; }Forum: Plugins
In reply to: [Seriously Simple Podcasting] Only 10 Podcasts visible in Spotify and GoogleHi @keleigh824
Thank for your reply it’s so sad that we not that option.Forum: Plugins
In reply to: [Seriously Simple Podcasting] Only 10 Podcasts visible in Spotify and GoogleHi @keleigh824
increasing Syndication feeds show the most recent it’s effected all RSS Feed in the whole site there are any way to increase only podcast’s feed?I use the permission plugin to custom group editor for some category but for other admin or editor without custom group I need them can see and assign to all category. but when I customize group permission yes it work but admin or editor with no group can see only 100 item in gentunberg editor but when I disable Filtered tax Custom group not work anymore.
@kevinb it show all when I disable that setting but in custom group permission for category it show all category back too. it can’t custom group by category anymore.
- This reply was modified 5 years, 1 month ago by Sovichetra.