Jump to content

[Tip] Speed Up Prestashop Front Store


Recommended Posts

If you want to prestashop speed up, and you don't change your themes in short periods you may speed up your prestashop.

 

First browse all pages so smarty compile all .tpl files then open "/config/config.inc.php" around line 112

$smarty->force_compile	= true;
//Change this line to
$smarty->force_compile	= false;

This will speed your presta front store, when you install new theme don't forget to make "$smarty->force_compile =true;"

Link to comment
Share on other sites

×
×
  • Create New...