With this html file it takes 80 seconds (3KB)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Elenca Chiamate</title>
<link rel="stylesheet" type="text/css" href="
http://192.168.0.162:8080/HelpDeskGwt/CSS/main.css" media="all"/>
<link rel="stylesheet" type="text/css" href="
http://192.168.0.162:8080/HelpDeskGwt/CSS/main_stampa.css" media="print"/>
<link rel="stylesheet" type="text/css" href="
http://192.168.0.162:8080/HelpDeskGwt/CSS/main_screen.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="
http://192.168.0.162:8080/HelpDeskGwt/CSS/landscape.css" media="print"/>
<meta name="layout" content="pulsantiera_report"/>
<link rel="stylesheet" type="text/css" href="
http://192.168.0.162:8080/HelpDeskGwt/CSS/mostraHeader.css" media="print"/>
</head>
<body>
<div class="header once">
<div>
<div class="titolo_report">Report elencazione chiamate</div>
<div class="logo">

</div>
<div class="az">
<Strong>Provincia di Varese - Lotto N° 2 (MANUTENCOOP)</Strong><br/>
Via dei Tigli 10<br/>
GALLARATE (VA)<br/>
tel 0331 793610 - fax 0331 791652<br/>
P.IVA - C.F.: </div>
</div>
</div>
<div class="header other">
<div>
<div class="titolo_report">Report elencazione chiamate</div>
<div class="logo">

</div>
<div class="az">
<Strong>Provincia di Varese - Lotto N° 2 (MANUTENCOOP)</Strong><br/>
Via dei Tigli 10<br/>
GALLARATE (VA)<br/>
tel 0331 793610 - fax 0331 791652<br/>
P.IVA - C.F.: </div>
</div>
</div>
<div class="body">
| Id Chiamata | Tipo | Grado Diss. | Stato | Compl | Impianto | Descr. Imp. | Ubicazione | Nome | Cognome | Apertura | Chiusura | Guasto | Note | Assegnazione | Note Ass. |
| 2011/00469/C | IDRO-SANITARIA | ALTO | R | N | ED_027.A | I.I.S. "Gadda-Rosselli" | VIA DE ALBERTIS 3 | Gaetana | Pellegrino | 07/02/2011 - 11:08 | | PIAN TERRENO LATO SUD - NEI BAGNI FEMMINILI MANCANO 2 MANIGLIE PASSI RAPIDI | ORARIO APERTUTA: 07.45-13.45 | | |
</div>
</body>
</html>
I the tryed many time with some combination... and I found out that the problem is the doctype declaration... deleting that (and than making a grails clean and a browser cache deleting) resolved the problem
Thanks