-
AuthorPosts
-
March 12, 2015 at 9:00 am #225915
Hey guys,
after working for a week on the page with your theme, I observed, the more versions a page with Visual Composer has, the slower it publishes and reloads your content.
Additionaly, there are times when you publish a page, it doubles all of your VC elements and produces Errors. How annoying is that, happened around 10 times last night, which just doubled my work time ..
Furthermore, firebug displays an error when I’m working with VC, may this be a reason?
File: load-scripts.php
TypeError: e is undefined ...Class("hidden")?b():f["wp-auth-check"]&&!e.hasClass("hidden")&&c())}).on("heartb...
Please don’t provide a general answer as you most commonly do. I have already tweaked memory limit in wp-config.
Also my server runs smooth, there is no need to optimise php.ini or htaccess in my opinion. The speed problems just appear on VC pages.If you want to take a look into the backend, let me know, I’ll provide access to the page.
Regards
March 12, 2015 at 12:38 pm #226037Hi there,
You forgot to mention the URL of your site. Please provide us with your URL so we could check your site. The JavaScript error could be due to a plugin conflict, try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know how this goes!
March 16, 2015 at 7:26 am #228124This reply has been marked as private.March 16, 2015 at 2:21 pm #228527Hi again,
I tested the visual composer in both Chrome and Firefox and it’s working fine. I didn’t get any duplicate / doubled content and it published the page within few seconds.
There could be internet issue at your end. Please clear your browser’s cache and try publishing the page again in Firefox. If the problem persists then please enter the following lines in your wp-config.php file at the root of your installation:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Let us know how this goes!
March 16, 2015 at 7:22 pm #228739Thats already in my wp-config if I remember correctly. Firefox Cache gets cleared everyday … Will check tomorrow.
Thanks for checking it out. Will just stay on Chrome if the problem persists. :/March 17, 2015 at 2:49 am #228945You’re welcome!
-
AuthorPosts