Besides our module, you can use the following built-in PrestaShop optimizations. These optimizations may speed it up further.
- Make sure that your server has mod_deflate and mod_expires installed on apache.
- Go in Tools >> Generators. Then select Optimization and Friendly URL and generate .htaccess file.
If you already have generated an .htaccess file, make sure that you have the following lines in it:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/javascript "access plus 1 week"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-javascript "access plus 1 week"
ExpiresByType image/x-icon "access plus 1 year"
</IfModule>
FileETag INode MTime Size
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>
Go in Preferences, Performance:
Set Smarty
* Force Complile to NO
* Cache to YES
CCC (Combine, Compress and Cache)
1) Smart cache for CSS, Select "Use CCC for CSS"
2) Smart cache for JavaScript, Select "Use CCC for JavaScript"
3) Minify HTML, Select "Minify HTML after "smarty compile" execution"
4) Compress inline JavaScript in HTML, Select
"Compress inline JavaScript in HTML after "smarty compile" execution"
If you have an older version of PrestaShop or facing difficulties in speeding up, please let us know. We will be happy to help and also offer customize solutions to your PrestaShop related problems.
See the demo online. It has all the optimizations in effect (listed below) with our speed up module. Check its Google Page Speed score with firefox
https://prestashop-addons.codingmall.com/prestashop_demo/shop/
This modules allows you to delete your test orders from your PrestaShop store very easily. It adds a delete icon besides the order view icon. Best of all it does not hack any core PrestaShop file.
Features :
Here comes a new PrestaShop module to speed up your PrestaShop e-commerce website. This module, optimizes your PrestaShop theme css files and increases your Google Page Speed ranking.
First check your website's Google Page Speed ranking without installing our module. You can check it easily with Firefox extension for Google Page Speed. Then, install our module, optimize your theme and check it again.
A unique moduel to add unlimited videos from YouTube, Vimeo and many other video sites into your products, categories, CMS blocks and many other places. The best thing is that it does not modify any core files of PrestaShop.
This module allows you to make your site more attractive and easier to understand with videos embedded in your products, categories, CMS articls and many other places.
Your customers can have a better understand of your site with Videos in CMS articles and a better understanding of your products with videos in product description.
Are you integrating your WordPress Blog with your PrestaShop? This module adds a block to display the last n number of posts summary from your WordPress blog.
The great thing is that WordPress tables can be installed in a separate database as well as in the same database. You have both options.
WordPress table prefix: Enter your wordprefix in this field. By default, every wordpress table name starts with wp_ This is called table prefix. If you have a different one, enter it in this field.
Number of posts: Number of posts to show in the module.
Number of characters: How many starting characters to show for each post.
WordPress Blog URL: URL of your WordPress Blog. For example this can be https://localhost/blog/ if word press is installed in /blog folder on your site.