Re: [Virtuoso-users] bad performance describing a resource in html

2013-10-03 Thread Kingsley Idehen
On 10/3/13 10:42 AM, Hugh Williams wrote: Hi Andreas, The rdf/xml is just sparql describe , whereas html page render all labels as well and thus has more data to retrieve. There is also a recent fix in Virtuoso to speed to loading of labels and html text with the /describe page, but is not in

Re: [Virtuoso-users] bad performance describing a resource in html

2013-10-03 Thread Hugh Williams
Hi Andreas, The rdf/xml is just sparql describe , whereas html page render all labels as well and thus has more data to retrieve. There is also a recent fix in Virtuoso to speed to loading of labels and html text with the /describe page, but is not in the open source archive but will be soon.

[Virtuoso-users] bad performance describing a resource in html

2013-10-01 Thread Andres Garcia
Hi all, The http://myserver/describe/?url=resource service is very slow when expecting a text/html answer. However the same request and expecting an application/rdf+xml document is very fast. For instance, the following request takes more than 1 minute time curl -i -L -H "Accept: text/html" http