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,602
Reaction score
1,812
Points
113
NullCash
1,591
Thank you very much for the update!
 

holms

Well-known member
Diamond
Elite
XNullUser
Joined
May 7, 2021
Messages
247
Reaction score
253
Points
63
NullCash
635
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,133
Reaction score
428
Points
83
NullCash
1,734
Nice! Thanks form the share, mate.
 

hxcode

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

FloverLion

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

Trontel

New member
XNullUser
Joined
Aug 10, 2021
Messages
26
Reaction score
17
Points
3
NullCash
163
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,133
Reaction score
428
Points
83
NullCash
1,734
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,177
Points
113
NullCash
424
Thank you very much gooood module!
 

bamboos

Well-known member
Elite
XNullUser
Joined
Oct 15, 2019
Messages
43
Reaction score
315
Points
53
NullCash
1,712
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
191
Reaction score
0
Points
16
NullCash
0
Thanks bro perfect nice share. l will use it.
 
Top