astralliquid
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Columns/Groups/Blocks Icon are STUPID!The lack of guide borders, lines, sections makes it extremely hard to know what is happening. If you click on column, group or blocks mutliplte times, the size and margin changes without any indication what is happening.
As I read all the bad review and the response provided, it is quite clear you guys are indenial of all the issues everyone is complaining. You might not feel the problem since you are all so technical and smart. But for us normal users of WordPress this is a sad time. And no one is listening.
Forum: Reviews
In reply to: [Gutenberg] Why they are not discontinuing this?Matias you don’t seem to see the problem everyone is complaining about.
Forum: Plugins
In reply to: [Page Visit Counter] Very slow when numbers are bigThank you for taking the time to response. Yes please look into more efficient way otherwise it will be a major problem in high traffic sites.
Forum: Plugins
In reply to: [Page Visit Counter] Very slow when numbers are bigSELECT count(*)
FROM wp_page_visit_history
WHERE page_id = 9068do_action(‘manage_post_posts_custom_column’)
Core 1 3.7263
SELECT count(*)
FROM wp_page_visit_history
WHERE page_id = 9060do_action(‘manage_post_posts_custom_column’)
Core 1 3.7807
SELECT count(*)
FROM wp_page_visit_history
WHERE page_id = 9053do_action(‘manage_post_posts_custom_column’)
Core 1 3.7089
SELECT count(*)
FROM wp_page_visit_history
WHERE page_id = 9035do_action(‘manage_post_posts_custom_column’)
Core 1 3.8447
SELECT count(*)
FROM wp_page_visit_history
WHERE page_id = 9033do_action(‘manage_post_posts_custom_column’)
Core 1 3.8770
SELECT count(*)
FROM wp_page_visit_history
WHERE page_id = 8955
do_action(‘manage_post_posts_custom_column’