About HTML minifying and CSS compressing

Hey guys,

I want to minify HTML code and compress CSS on my upcoming PHP application to boost the speed of the application, is that a problem with the reviewer? im afraid that i will get a rejection if i do this :slight_smile:

Thanks for reply guys.

@ThemeSLR please :slight_smile:

Hello,

This will not be a problen for the reviewer. Make sure also include the normal version of your CSS / JS along woth the minified ones.

####For example

  • mainstyle.min.css
  • mainstyle.css

Include the .min.css variant on the site but also leave the unminified version of the css in the folder.

This is the way you must handle this situation.

Good Luck :slight_smile:

1 Like

Thank you :slight_smile:

This is not a problem, just include the unminified versions in the script package.