Okay
  Public Ticket #957919
PHP
Closed

Comments

  •  2
    brandonkconn started the conversation

    My site seems to get worse with every Salient update. Now it is so slow I can't even make updates. Godaddy asked what version of PHP is best for Salient. My current version of PHP is 5.3 and they are bumping up to 5.4 now. To go even higher will take a major overhaul. What would be best?

  •  8,996
    Tahir replied

    Hey Brandon,

    Godaddy is not considered to be a great hosting provide . Salient Works perfectly with PHP 7.0 . If its running slow try increase your WP memory . 

    See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .

    Add this to wp-config.php via FTP after the WP_debug line :

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    Bes.t


    ThemeNectar Support Team