mcrvegpeople
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-admin site extremely slow after 4.5.2 updateMe too. Seems to be linked to WooCommerce and WooCommerce Subscriptions for me too.
Painfully slow front and is affecting the front end too – but probably because I’m logged in as admin. Loads ok in Incognito browser window. Just the admin side then.
I’ve just upgraded to 4.5.3 and no change. Still very slow, 80 seconds. Was longer previously.
Steve
Forum: Plugins
In reply to: WooCommerce Subscriptions Plugin Very SlowI have tried WC and WCSubs with TwentySixteen WP theme and it still slows to a crawl.
I have deactivated Subscriptions and reactivated that it seems to be adding further delay in page loads – particularly for the Products page on the front and back end of the site.
I guess the situation will only get worse with every WooSubscriptions update then?!
I’m talking 180 seconds before the products page now loads with WooSubs activated.
Breathe out I’m doing this on a staging site. This morning the delay was 10 seconds plus.
Sending in a ticket to WooThemes and will let you know the outcome.
Steve
Forum: Plugins
In reply to: [WooCommerce] Add to cart not working for customers who aren't logged inHi Mike
I ran repair and maintenance from Duplicator plugin and it returned a table not found error for the following. Unfortunately, I have a new install but something somewhere wants to reference the table.
I added it manually following instructions here: https://www.ads-software.com/support/topic/woocommerce-categories-wont-display-on-admin-side?replies=21#post-8553696
I take it from the detail below it is a warning that can be safely ignored?
// Term meta is only needed for old installs.
if ( ! function_exists( ‘get_term_meta’ ) ) {
$tables .= “
CREATE TABLE {$wpdb->prefix}woocommerce_termmeta (
meta_id bigint(20) NOT NULL auto_increment,
woocommerce_term_id bigint(20) NOT NULL,
meta_key varchar(255) default NULL,
meta_value longtext NULL,
PRIMARY KEY (meta_id),
KEY woocommerce_term_id (woocommerce_term_id),
KEY meta_key (meta_key($max_index_length))
) $collate;
“;
}
return $tables;
}I’m currently trying to resolve an issue with WooSubscriptions and was hoping adding this table may have sorted the problem – sadly not.
Thank you
SteveForum: Plugins
In reply to: [WooCommerce] Woocommerce categories won't display on admin sideApologies wrong thread for previous comment.
However, I did create the termmeta table from PHPMyAdmin with the code above. Thanks for that!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce categories won't display on admin sideJust installed 2016 theme on staging site and still slowwwww.. Definitely WooSubscriptions issue.
Steve
Forum: Plugins
In reply to: WooCommerce Subscriptions Plugin Very SlowI have disabled all the plugins also except WooCommerce, I activate subscriptions and the site’s admin slows to a crawl, front-end too.
Iananas1 you mentioned putting the code in the root theme. I installed the plugin but everything is still painfully slow.
Could it be a clash with the DIVI theme slowing things down? What theme are you using?
Steve
Thanks for that.
Clone and Password Protect – Success
I ticked the box and everything cloned successfully – which I couldn’t believe! Amazing! Thank you!Disable custom login plugin to access dashboard
I password protected the staging site folder from my Cpanel but I could not access the wp-admin directory on my site eg stagingfolder/wp-admin/ .So, I disabled the login plugin on the staging site (just by renaming it to OLDloginplugin from File Manager in the domains CPanel).
With the customised login page plugin disabled (only on the staging site) I was then able to access the admin dashboard by signing in with my usual login credentials at by adding /wp-admin/ to the end of the staging site address.
To my delight the staging site dashboard loaded!
Many, many thanks!
Steve ??Btw, what would happen if a customised login site was staged without ticking this box? Would the main site be affected or would it just not be possible to access the staged site?
Thank you!
SteveFyi this is the plugin I use to rename the wp-login page:
https://github.com/iseulde/rename-wp-login
Thanks in advance
Steve