I just buy this theme yesterday and import the Agency demo today. It is very slow in local when I access the page builder. It almost take 1 min to access the page edit UI. Some big demo page such as Home-Default or Home-Particles also take almost half min to preview after click the view page button. I am using a 2013 Macbook Pro. Other themes are fine. I do not know why . I live in China so I guess some media or pics block by that fxxking GreatFireWall. Please help me figure out how to solve this problem. Otherwise I cannot use this theme anymore...
The issue can be fixed with any of the following approach, please follow them one by one:
1) At first Increase the AutoSave Interval by adding the line in define( 'AUTOSAVE_INTERVAL', 160 ); // Seconds into wp-config.php file of your WordPress Directory, just above the /* That's all, stop editing! Happy blogging. */ line. Use 240, 300 etc if 160 doesn’t work.
I just buy this theme yesterday and import the Agency demo today. It is very slow in local when I access the page builder. It almost take 1 min to access the page edit UI. Some big demo page such as Home-Default or Home-Particles also take almost half min to preview after click the view page button. I am using a 2013 Macbook Pro. Other themes are fine.
I do not know why . I live in China so I guess some media or pics block by that fxxking GreatFireWall. Please help me figure out how to solve this problem. Otherwise I cannot use this theme anymore...
Hey ,
The issue can be fixed with any of the following approach, please follow them one by one:
1) At first Increase the AutoSave Interval by adding the line in define( 'AUTOSAVE_INTERVAL', 160 ); // Seconds into wp-config.php file of your WordPress Directory, just above the /* That's all, stop editing! Happy blogging. */ line. Use 240, 300 etc if 160 doesn’t work.
Reference: http://codex.wordpress.org/Editing_wp-config.php#Modify_AutoSave_Interval
2)Increase the PHP Memory limit:
a) Edit your wp-config.php file and enter the following:
define('WP_MEMORY_LIMIT', '96M');
WordPress memory can be different to the server – you need to set this regardless of server memory settings
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
b) If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
c) If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
d) If none of the above works then talk to your host & ask them to increase it.
Best
ThemeNectar Support Team
Thanks for your kindly help.
But still not work after I finish all these steps.
I guess the reason is visual composer base on Google Fonts. But I cannot visit Google site at all in China because of goverment DNS disturb.
Would you mind give me some suggestion to fix it, or provide an update to give Chinese an option to change the Fonts database?
Thanks again.
Hey ,
Try this plugin: https://wordpress.org/plugins/google-font-fix/ .
Best.
ThemeNectar Support Team