datverse
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Deprecated: block_categories is deprecated since version 5.8.0Thank you for your reply.
ThanksForum: Plugins
In reply to: [Site Reviews] Elementor Widgets Toggle State not update after refeshThank you for your reply.
ThanksThank you for your answer.
This is a good addon plugin.
ThanksForum: Plugins
In reply to: [Redis Object Cache] Metric not showingHi I post the issue on the github repo.
Thanks 😀Forum: Plugins
In reply to: [Redis Object Cache] Metric not showingHi, thank for your reply.
What the github repo link we can work on?
I will post all the info, config, ini in github for this issue
😀
ThanksForum: Plugins
In reply to: [Redis Object Cache] Metric not showingHi, thank for your reply. I use SSH to my CentOS server, use redis-cli => info and got something:
[root@localhost ~]# redis-cli 127.0.0.1:6379> info # Server redis_version:6.2.4 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:6b9ff9cb3b70c87a redis_mode:standalone os:Linux 3.10.0-1160.25.1.el7.x86_64 x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:c11-builtin gcc_version:8.3.1 process_id:22230 process_supervised:systemd run_id:dade95dcdcacc28109fd5678a0721275af8e4e48 tcp_port:6379 server_time_usec:1625905042096988 uptime_in_seconds:225019 uptime_in_days:2 hz:10 configured_hz:10 lru_clock:15292306 executable:/usr/bin/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 # Clients connected_clients:1 cluster_connections:0 maxclients:10000 client_recent_max_input_buffer:16 client_recent_max_output_buffer:0 blocked_clients:0 tracking_clients:0 clients_in_timeout_table:0 # Memory used_memory:1008688 used_memory_human:985.05K used_memory_rss:8028160 used_memory_rss_human:7.66M used_memory_peak:63864608 used_memory_peak_human:60.91M used_memory_peak_perc:1.58% used_memory_overhead:834328 used_memory_startup:811840 used_memory_dataset:174360 used_memory_dataset_perc:88.58% allocator_allocated:1965824 allocator_active:2625536 allocator_resident:5836800 total_system_memory:8201482240 total_system_memory_human:7.64G used_memory_lua:37888 used_memory_lua_human:37.00K used_memory_scripts:0 used_memory_scripts_human:0B number_of_cached_scripts:0 maxmemory:2147483648 maxmemory_human:2.00G maxmemory_policy:allkeys-lru allocator_frag_ratio:1.34 allocator_frag_bytes:659712 allocator_rss_ratio:2.22 allocator_rss_bytes:3211264 rss_overhead_ratio:1.38 rss_overhead_bytes:2191360 mem_fragmentation_ratio:8.31 mem_fragmentation_bytes:7062240 mem_not_counted_for_evict:0 mem_replication_backlog:0 mem_clients_slaves:0 mem_clients_normal:20496 mem_aof_buffer:0 mem_allocator:jemalloc-5.1.0 active_defrag_running:0 lazyfree_pending_objects:0 lazyfreed_objects:0 # Persistence loading:0 current_cow_size:0 current_cow_size_age:0 current_fork_perc:0.00 current_save_keys_processed:0 current_save_keys_total:0 rdb_changes_since_last_save:4301 rdb_bgsave_in_progress:0 rdb_last_save_time:1625904842 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:0 rdb_current_bgsave_time_sec:-1 rdb_last_cow_size:602112 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok aof_last_cow_size:0 module_fork_in_progress:0 module_fork_last_cow_size:0 # Stats total_connections_received:45548 total_commands_processed:7107463 instantaneous_ops_per_sec:0 total_net_input_bytes:21676817203 total_net_output_bytes:15877612932 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 expired_stale_perc:0.00 expired_time_cap_reached_count:0 expire_cycle_cpu_milliseconds:11424 evicted_keys:0 keyspace_hits:1025237 keyspace_misses:3336701 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:524 total_forks:756 migrate_cached_sockets:0 slave_expires_tracked_keys:0 active_defrag_hits:0 active_defrag_misses:0 active_defrag_key_hits:0 active_defrag_key_misses:0 tracking_total_keys:0 tracking_total_items:0 tracking_total_prefixes:0 unexpected_error_replies:0 total_error_replies:2 dump_payload_sanitizations:0 total_reads_processed:8198280 total_writes_processed:7108590 io_threaded_reads_processed:0 io_threaded_writes_processed:0 # Replication role:master connected_slaves:0 master_failover_state:no-failover master_replid:cb6e8609c009a05eb14a39f69da27ac2fd4ec591 master_replid2:0000000000000000000000000000000000000000 master_repl_offset:0 second_repl_offset:-1 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0 # CPU used_cpu_sys:402.985964 used_cpu_user:340.727196 used_cpu_sys_children:3.257474 used_cpu_user_children:4.672545 used_cpu_sys_main_thread:400.433787 used_cpu_user_main_thread:339.582664 # Modules # Errorstats errorstat_ERR:count=2 # Cluster cluster_enabled:0 # Keyspace db0:keys=35,expires=2,avg_ttl=1339182748If I use: redis-cli => KEYS *metrics*
I got:127.0.0.1:6379> KEYS *metrics* 1) "my-domain-1.comwp_1a43c2f:redis-cache:metrics" 2) "my-domain-2.comwp_e2cb081:redis-cache:metrics" 3) "my-domain-3.comwp_648a5bd:redis-cache:metrics" 4) "my-domain-4.comwp_b962ee3:redis-cache:metrics"I have 30 website (domains) on my server
Is it what you need me to provide?
Thanks
Hi,
Thank for your reply.
This issue is no problem. Fix it just for more best 😀
ThanksHi, thank for your next update ^^.
Love your plugin.
Simple, plain-vanilla, flexible, streamlined, no redundancy, no ads.
Do you have estimate date for next release?
ThanksForum: Plugins
In reply to: [KiotViet Sync] Lỗi với PHPFile class-kiotviet-sync-admin.php trong plugins/kiotvietsync/admin/ line 60
PHP Warning: Undefined array key “HTTP_HOST”Check kiểm tra null/empty với $_SERVER[‘HTTP_HOST’] và $_SERVER[‘REQUEST_URI’]
Từ PHP 7 đã cho phép dùng như sau: $foo ?? ”
Các bạn coi lại update Plugin với WordPress core phiên bản mới, PHP phiên bản mới giúp.
Forum: Plugins
In reply to: [Advanced Editor Tools] Tiny MCE v5Yeah, I hope the core team update the TinyMCE to version 5.x.
With the name and the slug of your plugin. How about if you create (folk) from current plugin to new plugin:
A new plugin with new url slug and new name from the current Plugin?
https://wordpress.org/plugins/advanced-editor-tools/ with new name (Advanced Editor Tools)?
In this current Plugin (https://wordpress.org/plugins/tinymce-advanced/) give the infomation about the new Plugin (Link, name, features, roadmap, etc).
This is help we have a plugin with beauty info, name, slug repo.
In the support (https://wordpress.org/support/plugin/tinymce-advanced/) of current plugin you can create a Pin Post with about info fork new PluginWith the TinyMCE version 5 we can change case of text. In TinyMCE 4 I found a plugin like that. Can you add this to your plugin? https://github.com/melquibrito/case-change-tinymce-plugin
Thanks
Hi,
I update yours new Version 1.5.7
My Blank Website with Elementor (Free) lastest Version 3.1.1
And Issue still have. I can not use your Dynamics Tags Feature?Wao, thank for reply.
What estimate time for the next release?
Thanks 😀Yep,
I think need add more feature about config the Subject, Content of Notification Emails system.
Because it can help web fix some issue about “spam email rule” in some email server. (In my case is Gmail).
Thank for your help. I checking your code. 😀
Thanks@nlpro
Hi, nlproThank for your help. I will check this solution.
But I think in plugin config should have a feature to config this issue 🙂
Thanks
For an example:
In Subset “Vietnamese”, Category “Display” (Google Display Fonts)
Google Easy Fonts Plugin only show 02 Font Family: Chonburi and Lobster.
But in Google Fonts Api we have: Bungee, Lalezar, Coiny, Amira Madurai, Farsan, Lemonada, Baloo, etchttps://fonts.google.com/?subset=vietnamese&category=Display