Sanchit Varshney
@sanchitvarshney on WordPress.org
Contributions
- Member Since: August 15th, 2020
- Location: Sambhal, Uttar Pradesh, India - 244302
- Website: sanchitvarshney.com
-
Posted a reply to Slow Add/Edit Page/Post Pages on Dashboard, on the site WordPress.org Forums:
Here's a Image of Query Monitor showing the query with time it is taking. -
Created a topic, Slow Add/Edit Page/Post Pages on Dashboard, on the site WordPress.org Forums:
Hi, I have a website with 328k users. When I am access… -
Posted a reply to Website getting slow, on the site WordPress.org Forums:
Here it is https://gist.github.com/sanchit-hwd/38cfa1ba3fad8c8e5ac7d80d97b28b8e -
Posted a reply to Website getting slow, on the site WordPress.org Forums:
I am using a custom theme which does not use woocommerce blocks, So why is… -
Created a topic, Website getting slow, on the site WordPress.org Forums:
Hi, The website is slow because of a set transient in … -
Posted a reply to Append external domain to Image URLs, on the site WordPress.org Forums:
use function change_image_url( $image, $attachment_id, $size, $icon ){ $otherthumb = str_replace("https://", "https://cdn.statically.io/img/", $image[0]); return $otherthumb;… -
Posted a reply to WordPress website home page takes too much time to load, on the site WordPress.org Forums:
Your home page is slow because of a file being timeout after 1.1 Minutes which… -
Posted a reply to Word press blog, on the site WordPress.org Forums:
It looks like, Your pages are being opened in an iframe. That's why only inner… -
Posted a reply to _get_list_table taking 4 seconds to load, on the site WordPress.org Forums:
Thanks for the solution, I am thinking the same to create a custom list class. -
Posted a reply to _get_list_table taking 4 seconds to load, on the site WordPress.org Forums:
post_status and post_author is already an index on DB -
Posted a reply to _get_list_table taking 4 seconds to load, on the site WordPress.org Forums:
I have like 3 Million Orders on the website and this function keep getting triggered.… -
Posted a reply to _get_list_table taking 4 seconds to load, on the site WordPress.org Forums:
But WP_Posts_List_Table class belongs to Wordpress and function (_get_list_table) being called through wordpress on edit.php… -
Created a topic, _get_list_table taking 4 seconds to load, on the site WordPress.org Forums:
Hi, My WooCommerce page is very slow as there is some…