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

Rockyfeller

Well-known member
Master
Diamond
Elite
Joined
Feb 18, 2019
Messages
351
Reaction score
2,028
Points
93
NullCash
9,967
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
 

Attachments

  • v3.1.3-minifycode.zip
    19.2 KB · Views: 40

d-shilko

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 10, 2021
Messages
2,490
Reaction score
1,404
Points
113
NullCash
6,234
Thank you very much for the update!
 

holms

Active member
Elite
XNullUser
Joined
May 7, 2021
Messages
169
Reaction score
182
Points
43
NullCash
551
Thank you very much gooood module!
 

klmmm

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

moonfire

Well-known member
Diamond
Elite
XNullUser
Joined
May 3, 2021
Messages
941
Reaction score
297
Points
63
NullCash
1,146
Nice! Thanks form the share, mate.
 

hxcode

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

FloverLion

Active member
Elite
XNullUser
Joined
Sep 30, 2022
Messages
635
Reaction score
215
Points
43
NullCash
338
Thanks bro perfect nice share. l will use it.
 

Trontel

New member
XNullUser
Joined
Aug 10, 2021
Messages
16
Reaction score
16
Points
3
NullCash
115
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
941
Reaction score
297
Points
63
NullCash
1,146
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
771
Reaction score
701
Points
93
NullCash
179
Thank you very much gooood module!
 

bamboos

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

pgerm

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

test21

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