V1.7 Minify HTML CSS JS - Incredibly speed optimization V 3.1.3

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,588
Reaction score
1,602
Points
113
NullCash
1,096
Thank you very much for the update!
 

holms

Well-known member
Diamond
Elite
XNullUser
Joined
May 7, 2021
Messages
221
Reaction score
253
Points
63
NullCash
603
Thank you very much gooood module!
 

klmmm

Member
XNullUser
Joined
Jul 17, 2021
Messages
879
Reaction score
2
Points
18
NullCash
0
Güncelleme için çok teşekkür ederim!
 

moonfire

Well-known member
Diamond
Elite
XNullUser
Joined
May 3, 2021
Messages
1,072
Reaction score
374
Points
83
NullCash
1,559
Nice! Thanks form the share, mate.
 

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,748
Reaction score
455
Points
83
NullCash
0
thank you for sharing. very useful.
 

FloverLion

Well-known member
Diamond
Elite
XNullUser
Joined
Sep 30, 2022
Messages
1,078
Reaction score
257
Points
83
NullCash
614
Thanks bro perfect nice share. l will use it.
 

Trontel

New member
XNullUser
Joined
Aug 10, 2021
Messages
24
Reaction score
16
Points
3
NullCash
140
Minify HTML CSS JS is a very small and efficient extension. It will minify HTML including inline CSS and JS code. best module to speed optimization gtmatrix.

Demo
Aren't these things already in PrestaShop under the CCC option? Can someone please explain to me what the difference is?
 

moonfire

Well-known member
Diamond
Elite
XNullUser
Joined
May 3, 2021
Messages
1,072
Reaction score
374
Points
83
NullCash
1,559
Aren't these things already in PrestaShop under the CCC option? Can someone please explain to me what the difference is?
I'm not sure if I got it right, but I think it might take all JS- and CSS-files and compress them, without merging them.
If I'm correct you probably don't need this module if you're using CCC.

If you do changes yourself in the .tpl-files you can easily compress the html output by wrap the code with
Code:
{strip}
For example:

Code:
{strip}
    {block name='product_thumbnail'}
        <div class="product-image">
        </div>
    {/block}   
{/strip}


And a heads up!
This module use jsmin-php to compress JS-files. Its an 9 year old unmaintained script, and the developer recommends that it shouldn't be used.
Perhaps it has been modified in this module thou, I haven't compared them.
jsmin-php is located at https://github.com/rgrove/jsmin-php
 

hegBIT

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Mar 30, 2021
Messages
1,120
Reaction score
1,094
Points
113
NullCash
52
Thank you very much gooood module!
 

bamboos

Well-known member
Elite
XNullUser
Joined
Oct 15, 2019
Messages
43
Reaction score
307
Points
53
NullCash
1,656
Thanks bro perfect nice share. l will use it.
 

pgerm

Member
XNullUser
Joined
Oct 13, 2021
Messages
206
Reaction score
1
Points
18
NullCash
0
thank you for sharing :cool: , thank you very much
 

test21

Member
XNullUser
Joined
May 30, 2022
Messages
189
Reaction score
0
Points
16
NullCash
1
Thanks bro perfect nice share. l will use it.
 
Top