Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/01/2010, 12:48
lynxstyle
 
Fecha de Ingreso: julio-2005
Mensajes: 304
Antigüedad: 18 años, 9 meses
Puntos: 4
Respuesta: Web carga lenta

A parte de las tablas, usas demasiadas imágenes, tienes que procurar usar fondos, y sobre todo CSS, ya que cargas la misma imagen muchas veces, como esto:

Código:
<td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="24" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="38" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="77" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="6" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="62" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="53" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="3" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="36" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="35" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="36" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="19" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="3" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="8" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="6" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="49" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="73" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="10" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="109" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="6" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="5" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="27" height="1" border="0" alt="" /></td>
   <td><img src="http://www.forosdelweb.com/f91/imagenes/index/spacer.gif" width="1" height="1" border="0" alt="" /></td>
si lo hicieras mediante css, sólo lo tendría que cargar una vez y sería más liviano.

PD: No se por qué, al insertar el código se ha introducido la dirección de foros del web
__________________
http://www.lynxstyle.net

En la vida como en el ajedrez, hay un reloj que marca el tiempo de cada movimiento, si lo consumes pierde (MJJG)