On Sun, Dec 06, 2015 at 02:31:52PM +0100, aperi2007 wrote: > Also I guess a the time lost is not only the request/response time, but also > the parsing time of the response. > A cache do not help on this.
It can ! Depending on what you cache, you may save either (or both) download and parse time. An URL could be mapped to a parsed content. Or a content hash could be mapped to a parsed content. Or both, to allow for caches of different lifetime. --strk; _______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
