Is there an equivalent to the mod_pagespeed Apache module for IIS?
Asked Answered
A

5

23

Is there an equivalent to mod_pagespeed Apache module but for IIS?

Akron answered 5/11, 2010 at 14:17 Comment(2)
Maybe you could try running your stuff through an apache proxy to see how much benefit you could get.Doubleteam
Have you found an answer or is this still an open question? I also need this.Erasure
W
16

IISpeed is a full-featured pagespeed port to IIS. It requires a paid license for production servers to avoid showing a banner, but it is free to try out.

Full disclosure: I am one of the people working on the port. So I will not push this further than mentioning the port.

Wharfinger answered 5/2, 2013 at 19:22 Comment(0)
C
5

There aren't any solutions that do exactly what mod_pagespeed does at this time. There are several individual packages you could use to match most of the functionality.

Conversant answered 28/9, 2011 at 19:16 Comment(0)
D
5

This isn't a direct mod_pagespeed replacement but does some work towards reducing the number of requests, minifying and bundling JS and CSS.

It even automatically provides lossless compression of PNG-images and creates sprites of your background images. See the RequestReduce library.

(not tried it myself)

Discernible answered 21/11, 2011 at 10:11 Comment(0)
P
2

No.

Not right now, at least.

Do keep in mind, however, that mod_pagespeed is an automation of the best practices of web caching and speeding and you can manually set those up. PageSpeed Extension and YSlow extension are both very helpful to understand what should be optimized.

Pokelogan answered 5/11, 2010 at 18:21 Comment(0)
G
2

I don't believe there's a free one, but there is : http://www.aptimize.com/

update: Of course, if you're using any other automated deployment tool, you could do quite a bit by integrating commandline tools into the build batch script. HTML5 Boilerplate is probably your best practice reference there. You can also use server-side tricks like HttpCombine.ashx.

Glazunov answered 19/8, 2011 at 12:37 Comment(1)
This is an old post! Aptimize is now RiverBed, and I woudn't recommend them any more. These days, I'd use cloud services such as cloudflare.com, or free proxies like nginx to handle all optimization.Glazunov

© 2022 - 2024 — McMap. All rights reserved.