Nawawi Jamili
Forum Replies Created
-
Forum: Reviews
In reply to: [Docket Cache - Object Cache Accelerator] Terbaik lahterima kasih.
Forum: Reviews
In reply to: [Docket Cache - Object Cache Accelerator] Great pluginhi there, thank you for your kind review, really appreciate it.
Forum: Plugins
In reply to: [WordPress Popular Posts] Cashing system works fine with OpcacheHi @hcabrera,
Docket cache is a Object Cache plugin, it is alternative to redis or memcached. This possible because docket cache converts the object cache into plain PHP code and directly using OPcache when read the cache file. Hopefully this explains how it works.
Thanks.
hi there, thank you for your kind review, it’s much appreciated
hi there, im replying you on github..
Forum: Reviews
In reply to: [WP User Level Timezone] its work for mehi,
found an error in code, admin.php line 258 , missing $url variable
/** * Add link to settings page on plugin page */ public function settings_link($links) { $settings_link = "<a href='$url'>" . __( 'Settings' ) . '</a>'; // Adds the link to the end of the array. array_push($links, '<a href="'.admin_url('options-general.php?page=wp_utz_settings').'">' . __( 'Settings' ) . '</a>'); return $links; }
thanks.
- This reply was modified 4 years, 3 months ago by Nawawi Jamili.
Forum: Reviews
In reply to: [Docket Cache - Object Cache Accelerator] Fast cachethank you for your kind review, it’s much appreciated
Forum: Reviews
In reply to: [Docket Cache - Object Cache Accelerator] Wow its Blazzing Fassst!!!thank you for your kind review, it’s much appreciated
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Can I pair it with a cache plugin?hi there, yes you can. this plugin only focus on database, that is not interfere with page caching.
thanks.
thank you for your kind review, it’s much appreciated
while waiting next release, you can define DOCKET_CACHE_COMMENT in your wp-config.php
define('DOCKET_CACHE_COMMENT', false);
thanks.
Hi, thank you for using it. will fix in next release.
Thanks.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Adsense not working with the pluginHi adsense work on this website https://smeniaga.com/ that use this plugin.
thanks.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Adsense not working with the pluginHi, thank you for using it.
This plugin only related to database. It will not interfere with javascript or page. You can try put define(‘DOCKET_CACHE_MISC_TWEAKS’, false); in your wp-config.php to disable misc tweaks.
Thanks.
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] VersioningHi, thank you for using it. To be honest, it’s only a few days ago I wrote this plugin and didn’t think people will use it.
Will update the latest version in a few days.
Thanks.