1
vote
1answer
68 views

Is there a benefit to pack third-party JS & CSS libraries along with my project assets?

I want to start using minifying tools such as Minify, Uglify or Closure to speed up the loading of my pages. My project relies on several bulky libraries (jQuery, Bootstrap, ...). I'm considering ...
0
votes
1answer
84 views

css image links after minify with google tool

i have problem with image links in css file, btw i use google minify tool if that can cause the problem ? I use image in css like this: background: url('../images/image.png'); and image doesn't ...
2
votes
3answers
70 views

html page optimization - spaces within html source page

My question is not exactly about css, but about spaces within the html page between tags etc. Is there any reasons the page http://m.aol.com/portal/ contains so many spaces in the html code (please ...
0
votes
2answers
42 views

Condensing re-used HTML (with variations based on variables) via Javascript [closed]

I've got a page that is made up of a container that has several component divs in it. There are dozens of these containers in the markup (a suite type and version) and I show/hide the appropriate ones ...
0
votes
0answers
86 views

Less @import render one file for javascript

Ok, bare with me. I have several less stylesheets for my site. My style.css file looks like this: @import "../components/bootstrap/less/bootstrap.less"; @import "./gist.less"; @import ...
0
votes
3answers
115 views

Minification of dynamic PHP pages via htaccess

I have a site with the files all being php files, on the server we also have htaccess doing rewrites for friendly urls, i.e. /about We already have minification by PHP for JS and CSS, however due to ...
3
votes
1answer
130 views

How to allow preformatted text being served by g-wan?

By default G-WAN strips white spaces from HTML files to minimize the file. What's the best way to allow pre-formatted text defined by <pre> tag to get through? @Richard Heath Interesting -- I'm ...
0
votes
2answers
379 views

Minify CSS and JavaScript files with PHP [duplicate]

Possible Duplicate: PHP auto minify. Is there any? I'm using PHP minify (http://code.google.com/p/minify/) I have to go to my webpage, create the url's, click upload, copy the the link ...
0
votes
4answers
286 views

How to minify php html output without removing non empty newlines?

How to minify my php page html output like google page speed does? Example: <!DOCTYPE html> <html> <head> <title>Untitled Document</title> <meta name="description" ...
0
votes
1answer
462 views

How to minify Wordpress output html code on single line?

i need to speed up my Wordpress blog. I searched around the web, but no success. I want to minify or compress my output html code on one(single) line, like Matt Cutt's blog. I tried W3TC, WP Minify ...
0
votes
1answer
120 views

Minify HTML that has PHP embedded inside of it

I know it's a very small performance tweak but I would like to minify an HTML document that has PHP embedded inside of it. For example: <div id="header"> <?php echo ...
7
votes
3answers
233 views

Compressing JS and CSS in Static HTML Files

The output from Sphinx, the python documentation generator, results in a large number of HTML files. Each one has a header with a large number of JavaScript and CSS includes: <link ...
4
votes
4answers
715 views

Put javascript and css inline in a single minified html file to improve performance?

A typical website consists of one index.html file and a bunch of javascript and css files. To improve the performance of the website, one can: Minify the javascript and css files, to reduce the file ...
3
votes
3answers
120 views

CSS Minification script misses some CSS3 properties

I have a lot of newer CSS3 properties in my CSS file, and I'm afraid that the minification tool I'm using is missing a lot of these properties: .big-blue-button:hover { text-decoration: none; ...
0
votes
2answers
318 views

Git web development workflow, commit links to minified css and js?

I have read about implementing git hooks to minify css and js source files post-commit (as minified assets shouldn't be committed) but what is the best practice when committing the actual links to ...
1
vote
2answers
250 views

How can I minimize HTML for performance using PHP

I'm somewhat new to the concept of minimization, but it seems simple enough. I understand how libraries like jQuery can benefit from minimization, but my question is whether or not it should be ...
3
votes
3answers
1k views

Minifying code for PhoneGap App?

I am currently starting to build an PhoneGap application, I know the advantages of minifying code for browsers already. However, I was wondering if it was worth minifying my HTML, JavaScript and CSS ...
0
votes
1answer
149 views

minify external url & multiple style sheets

2 part problem whilst using minify. Finally got it working on localhost. 1) I have some scripts which can be linked externally to CDN, how do i include these in the minify? <script ...
1
vote
1answer
803 views

@{#if DEBUG} not working

My web.config file contains this <compilation debug="false" targetFramework="4.0"> <assemblies> // some assemblies </assemblies> </compilation> And in my ...
-6
votes
1answer
232 views

Javascript/jquery and CSS minifier source c# [closed]

I want source code for which i can compress css/javascript/jquery and some html pages. By selecting folder it convert all related files to min. files. Thanks in advance
6
votes
3answers
395 views

MVC - HTML minification is it worth it?

http://cestdumeleze.net/blog/2011/minifying-the-html-with-asp-net-mvc-and-razor/ This sounds like a reasonable way to minify HTML; My question is if this could be worth it, or if it introduces ...
0
votes
3answers
95 views

What can possibly go wrong with my site with my super simple HTML minification regex?

The current HTML pages being rendered have a lot of whitespace. Minifying the HTML before sending it saves me about 25% in file size. I minify the text using these regexs (in Python): def ...
1
vote
4answers
146 views

Is it safe to remove the space between 'content' and 'charset'?

I already searched for a while, and I failed to find any references on whether it is safe/possible to remove the space here: <meta http-equiv="Content-Type" content="text/html;this ...
3
votes
3answers
354 views

Is there a tool to automatically minify all javascript files referenced in an html file at deployment time?

Is there a tool that will do the following at deployment time? Find all javascript files referenced in <script> tags of an html document. Minify the javascript files into 1 file. Replace the ...
1
vote
1answer
179 views

HTML minifier puts every tag on a new line

I am using a html minifier, which can be found here: HTML minify The strange thing to me is that every tag is placed on a new line. Is this common behavior or am I doing something wrong. The output ...
0
votes
0answers
535 views

How to use Class Minify_HTML

How to use Class Minify_HTML... from "http://code.google.com/p/minify/source/browse/trunk/min/lib/Minify/HTML.php?r=275", in my index.php or all my project. Currently I use this: 1.I have the ...
0
votes
4answers
586 views

Removes spaces between html tags?

To take away some page loading time, where can I find something to remove spaces between html tags? Without me having to go through each one and remove them myself Like so: <body> ...
1
vote
2answers
98 views

compress mark-up

More a theoretical question. We compress/minify css & js, but has anyone ever thought or tried to compress mark-up? Q: Benefits (Pro/Contra) of mark-up compression, possible tools and scripts. ...
5
votes
1answer
2k views

tools for obfuscating html and css

I am looking for something like this or this what it does rewrites classes and ids in CSS, HTML, and JavaScript files, doing something like .class to .a or #id to #a not sure the javascript ...
2
votes
4answers
611 views

Online JS / CSS / HTML minifier

Is there a service out there that provides public API for compressing CSS or Javascript? (Like imgur let's you upload images trough PHP and get the image URL)
0
votes
1answer
228 views

Question about serving one line only minified HTML pages

For a reason my websites new version produce pages with HTML code in one line only, sort of minified HTML. That is to say from html to /html it is one line regardless of amount of content. For ...
0
votes
2answers
1k views

Meleze.web asp.net mvc 3 razor minify and compress html

I have find meleze.web in nuget to remove extra white spaces in generated html result. but when i set web.config new , and run nothing happend to result. is there any correct sample or special ...
0
votes
1answer
100 views

Jquery help to loop function call

I have a function timeAgo to which i have to pass timestamp like this... $.timeAgo(timeStamp); it replaces the text with a specific time format. I have huge ul li structure like this.. <div ...
3
votes
0answers
472 views

Rails 3.1: Minify HTML? [duplicate]

Possible Duplicate: How to minify HTML? As far as I know, Rails 3.1 will automatically minify the JavaScript and CSS. Is it possible to minify the HTML as well? Such an option must be ...
11
votes
5answers
10k views

How to minify php page html output?

I am looking for a php script or class that can minify my php page html output like google page speed does. How can i do this?
0
votes
3answers
1k views

How to Minify HTML code?

My idea is to somehow minify HTML code in server-side, so client receive less bytes. What do I mean with "minify"? Not zipping. More like, for example, jQuery creators do with .min.js versions. In ...
4
votes
3answers
2k views

Is there such thing as a JSP minifier? (or Open Source HTML minifier)

This would be an HTML minifier that skips everything between <% and %>. Actually, an Open Source HTML minifier would be a good starting place, especially if it already had code to preserve the ...
1
vote
3answers
1k views

Magento - HTML minify code causing some javascript not working

I have the below code to remove white space in a Magento site. ob_start("htmlcompress"); function htmlcompress($buffer) { $buffer = preg_replace('/\n\r|\r\n|\n|\r|\t| {2}/', '', $buffer); ...
1
vote
3answers
2k views

How to add far-future expires headers to minified cssfiles/scripts?

how to i add add far-future expires headers to minified cssfiles/scripts? I am using minify to combine css files and javascripts files, but the minified versions don't have a far-future expiration ...
6
votes
4answers
1k views

Magento: Minify HTML Output?

Is there any file in magento where all html will be output? I want to minify all html output. Thx!
0
votes
3answers
841 views

Awesome HTML minifying function but causes problem at Google Adsense ads - Very Important !

function works perfectly. it makes source code single line. but problem is about Google Adsense ads. their locations get messed up. what might be the reason ? programming language is c# asp.net 4.0 ...
7
votes
3answers
2k views

How to minify aspx pages

I am developing a web-based Pokemon Online game. Since it is online, I would like to optimize it to run as quickly possible. I've installed Firebug and Page Speed suggests minifying my HTML output. ...
1
vote
3answers
437 views

Is something wrong with wrapping whole Smarty templates in {strip} tags?

I want to keep my templates tidy and nicely intented but would like to deliver only very compact HTML to the browser. Missing a better idea, I was wondering if there is something wrong with wrapping ...
2
votes
1answer
496 views

Are the ways or plugins to automatically minify CSS, Html and Javascript code in Vim?

I would like to know if there's a way of automatically minify html, css or javascript files. So that each time I save the "source file" Vim automatically make the same changes to a minified version of ...
12
votes
4answers
5k views

Django: auto minifying css/js files before release

I have following case: I want to use uncompressed js/css files during development (to debug js for example) but on production I want to switch automatically to minified versions of that files. some ...
3
votes
1answer
216 views

Production ready alternative to Microsoft Doloto (Javascript minifier/prefetcher)?

As you surely know Microsoft Doloto is tool which profiles you javascript code as it actually runs on the page and splits it in to two files: one file will be statically included in the footer of the ...
8
votes
1answer
2k views

HTML Minification in C#

Tried searching around for a complete library for HTML Minification in C# but haven't been able to locate anything that is useful ? Does anyone here have such a library or know of one ?
13
votes
6answers
2k views

Why do many sites minify CSS and JavaScript but not HTML? [duplicate]

Possible Duplicate: Why minify assets and not the markup? I have seen a lot of sites using minified CSS and JavaScript to increase website response time but I have never seen any sites use ...
36
votes
3answers
2k views

Why would Google use a font tag?

So, I couldn't help noticing while demonstrating Chrome's DOM browser thing to my brother, that Google uses a <font size=-2> tag. I know this is a stupid question, but from a programming point ...
5
votes
5answers
2k views

Equivalent of “Google Closure Compiler” for HTML?

Is there an equivalent of Google's Closure Compiler for HTML minimizing?

1 2