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
370
Reaction score
2,385
Points
93
NullCash
12,085
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
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,544
Reaction score
1,546
Points
113
NullCash
3,719
Thank you very much for the update!
 

holms

Active member
Elite
XNullUser
Joined
May 7, 2021
Messages
191
Reaction score
219
Points
43
NullCash
519
Thank you very much gooood module!
 

klmmm

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

moonfire

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

hxcode

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

FloverLion

Well-known member
Diamond
Elite
XNullUser
Joined
Sep 30, 2022
Messages
921
Reaction score
251
Points
63
NullCash
632
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
941
Reaction score
308
Points
63
NullCash
1,223
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
942
Reaction score
824
Points
93
NullCash
23
Thank you very much gooood module!
 

bamboos

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

pgerm

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

test21

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