Hello. I started using your PRO version yesterday, but it takes forever to load (minutes, sometimes never stops). Would you fix it please? I have wasted hours trying to fix simple things and couldn’t do anything. I can give you access to my website so that you can see if the issue is with my system. Also, breadcrumbs still can not be disabled.
Hello There,
Thanks for writing in! A loading screen would probably because you have exhausted your PHP memory limit. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at the beginning of /wp-includes/default-constants.php) for single site and 64MB for multisite, so the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup.
We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
If that does not work, please provide us access to your site so that we can take a closer look. In your reply, create a secure note and add the following:
- WP login url
- WP username
- WP password
- FTP hostname
- FTP username
- FTP password
Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.