1

I’m working on a project involving Vignette as the CMS. Does anyone know if it serves HTML, CSS and JavaScript content gzipped?

(If anyone’s got an example of a site run on Vignette, that’d be great too, I could see if it’s doing it.)

Paul D. Waite
  • 96,640
  • 56
  • 199
  • 270

1 Answers1

1

Vignette does not do the job of a webserver. Once you publish content, you can configure the webserver (apache httpd, IIS etc.) to do the compression.

Eqbal
  • 4,722
  • 12
  • 38
  • 47