Ver Mensaje Individual
  #15 (permalink)  
Antiguo 12/07/2011, 14:32
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años
Puntos: 292
Respuesta: Rendimiento bajo en CI a pesar de cache

Cita:
Iniciado por GatorV Ver Mensaje
¿Como creaste la tabla de sesiones?
Muy buenas! utilice la tabla que describe en el manual de CodeIgniter:

Cita:
CREATE TABLE IF NOT EXISTS `ci_sessions` (
session_id varchar(40) DEFAULT '0' NOT NULL,
ip_address varchar(16) DEFAULT '0' NOT NULL,
user_agent varchar(50) NOT NULL,
last_activity int(10) unsigned DEFAULT 0 NOT NULL,
user_data text DEFAULT '' NOT NULL,
PRIMARY KEY (session_id)
);
http://codeigniter.com/user_guide/li.../sessions.html

Es raro, cierto ? pero en maquina funciona muy rapido.......y en el hosting me contestaron esto:

Cita:
We are showing no abnormally slow activities or high CPU activities in regards to MySQL, the load average of the system is 2.1 right now on 6 cores.

Regards,
Support
__________________
Salu2!