lindas-uc / lindas-issues

Share our issues and questions about http://lindas-data.ch/
0 stars 0 forks source link

SPARQL endpoint does not use compression by default #4

Closed ktk closed 8 years ago

ktk commented 8 years ago

The SPARQL endpoint should support HTTP compression to reduce bandwith used

retog commented 8 years ago

"use compression by default" might be misleading, it should use compression if and only if the client indicates support with the Accept-Encodingheader

martin-voigt commented 8 years ago

We'll check this tomorrow within our proxy

martin-voigt commented 8 years ago

gzip compression is turned on for both systems

vzi commented 8 years ago

All responses at both systems are compressed if a request has the header Accept-Encoding: gzip and the length of a response exceeds MTU.

l00mi commented 8 years ago

Perfect! Response of our customer: "Heute Morgen ist der Table Viewer brutal schnell!" we will tell them where it comes from.

Unfortunately we again see problems regarding the https://github.com/lindas-uc/lindas-issues/issues/5 ...

ktk commented 8 years ago

Confirmed in browser, closing this one