Okay
  Public Ticket #1091395
Slow theme/visual composer while working in pages
Closed

Comments

  • Jeremy started the conversation

    I'm having a slow time getting the visual composer to operate at a fair pace via any edits throughout the pages.


    Any ideas?

  •   Jeremy replied privately
  •  9,006
    Tahir replied

    Hey Again,

    Your PHP Settings are likely not correct. 

    You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/

    Recommended PHP configuration limits are as follows:

    • max_execution_time 60
    • memory_limit 256M
    • post_max_size 48M
    • upload_max_filesize 48M

    Please have your hosting provider fix this for you so it can be installed correctly. 

    Thanks 


    ThemeNectar Support Team 

  • Flemming replied

    Hi,

    Visual Composer is suddenly operating extremely slowly on my site as well.

    My PHP configuration limits:

    • max_execution_time 60
    • memory_limit 1024M
    • post_max_size 256M
    • upload_max_filesize 256M

    What can be the cause of this?

    All the best,
    Flemming

  •  9,006
    Tahir replied

    @Flemming,

    Hope you had a Great Weekend, 

    Try adding the following line to my wp-config.php;

    define('CONCATENATE_SCRIPTS', false);
    

    Be.st


    ThemeNectar Support Team 

  • Flemming replied

    Hi Tahir,

    Thanks!

    As it turns out, it was only a single page which operated slowly.
    I tried deleting it and starting over – and the problem was gone.

    It happened after I tried using a template I made on another page.

    Do you have any idea what can be the cause of this?

    All the best,
    Flemming

  •  9,006
    Tahir replied

    It could be a Database issue.  

    Be.st


    ThemeNectar Support Team