Hi, I do a query to mysql database with httpservice. The result contains arround 60000 records. Time to create xml file is arround 40s, to slow for my customer.
I try to accelerate the process with different methods, on server side, to generate file DOMDocument XmlWriter SimpleXMLElement As customer must be able to sort datagrid, I can not use pagging. So do you have an idea to load datagrid more speedly. Thanks