You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: