-
Author
-
April 5, 2016 at 14:07 #114621OceanglimParticipant
Hi!
As recommended to optimize my site, I am now removing not necessary plugins….
But…Before removing these I want to make sure they are not needed for SweetDate:– WooCommerce (I am not planning to sell anything for now…except for the memberships)
– Akismet
– Wordpress Importör
Thanks
OceanglimApril 6, 2016 at 20:08 #114889RaduModeratorHi,
You can disable all plugins that you are not using.
Please follow this article regarding the speed optimizing : http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 6, 2016 at 22:53 #114951OceanglimParticipantThanks, I understand I can remove all plugins that I am not using of course, but is your answer that I can remove Woocommerce, Akismet and WordPress Importör/Importer because they are not used by SweetDate??
April 7, 2016 at 17:20 #115086RaduModeratorHi,
yes you can deactivate them if you are not using
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 25, 2016 at 18:08 #118809RaduModeratorHello,
Hmm, maybe your issue is related to this ? https://wordpress.org/support/topic/paid-memberships-pro-1871-causes-very-high-database-writes
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 25, 2016 at 18:58 #118813OceanglimParticipantHello Radu!
Thanks! Wow!As I am not a coder, could you please tell me exactly what to do?
Here are the How to fix this – lines from the WP forum you linked for me:Edit paid-memberships-pro.php and uncomment the following line:
require_once(PMPRO_DIR . “/includes/updates.php”);Here is how the uncommenting looks like for those who don’t know:
define(“PMPRO_DIR”, dirname(__FILE__));
require_once(PMPRO_DIR . “/includes/localization.php”);
require_once(PMPRO_DIR . “/includes/lib/name-parser.php”);
require_once(PMPRO_DIR . “/includes/functions.php”);
//require_once(PMPRO_DIR . “/includes/updates.php”);
require_once(PMPRO_DIR . “/includes/upgradecheck.php”);Once you do that, PMPRO will work just fine and won’t bog down your server.
You see, I don’t even know what uncommenting means in this world…he he 🙂
Does it mean that I just add all those 6 lines directly after the line I am going to uncomment???Greatful for help,
JenniApril 26, 2016 at 16:35 #119033RaduModeratorHi,
It seems that that was patched in the next version, do you have plugin updated ? If yes and still encounter that, open a ticket with this problem on pmpro wp support https://wordpress.org/support/plugin/paid-memberships-pro
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.