Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #225915

    IPR
    Participant

    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

    #226037

    Nabeel A
    Moderator

    Hi 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!

    #228124

    IPR
    Participant
    This reply has been marked as private.
    #228527

    Nabeel A
    Moderator

    Hi 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!

    #228739

    IPR
    Participant

    Thats 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. :/

    #228945

    Paul R
    Moderator

    You’re welcome!