Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebmarkupMin Performance Tip #100

Open
yemoku opened this issue Dec 10, 2016 · 1 comment
Open

WebmarkupMin Performance Tip #100

yemoku opened this issue Dec 10, 2016 · 1 comment
Labels

Comments

@yemoku
Copy link

yemoku commented Dec 10, 2016

Greetings,
This is not really an issue, more of a tip but there wasn't a GitHub page to place it.
Have been using the excellent tool WebmarkupMin https://webmarkupmin.codeplex.com/, the MVC version with KalikoCMS.MVC.

WebmarkupMin compresses your HTML before it is sent back to the client browser, and hence boosts your site performance. In case you wanted to deploy with KalikoCMS.MVC note that the Response.ContentType needs to be set to "text/html" in your Actionresult inside your controller, otherwise Chrome & Firefox will display your HTML as text instead of rendering the page.

Regards

@fschultz
Copy link
Contributor

Thanks for the tip! Minifying markup is an interesting issue, I'll check it out :)
I'm working on a couple of starter kit projects for the CMS and one aspect that I'm focusing on is performance which makes this a very interesting tool to include.

@fschultz fschultz added the tip label Dec 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants