[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Sistema está mto lento no grid consulta
Página 1 de 1

Sistema está mto lento no grid consulta

Enviado: Setembro 20th, 2018, 3:24 pm
por Silvair
Boa tarde pessoal, é o seguinte.
Tenho um sistema que já está com mais de 15.000 lançamentos, devido a esta grande quantidade ele começou a ficar lento.
Eu já vi um tópico aqui no fórum que alguém limitou estes lançamentos na consulta aos últimos 100, mas já procurei esse tópico e não achei.
Alguém aí já teve esse problema e conseguiu resolver?

Agradeço desde já.
Abraço a todos
Silvair

Re: Sistema está mto lento no grid consulta

Enviado: Novembro 2nd, 2018, 11:11 am
por hudnet
Você tem algum tipo comando no dbgrid pra zebrar ou destacar algo? Por que 15 mil registros não são tantos registros para deixar lento o dbgrid. O sistema está lento para carregar os 15 mil registros da tabela ou quando carrega se torna lento?

Re: Sistema está mto lento no grid consulta

Enviado: Novembro 12th, 2018, 3:34 pm
por Silvair
Na verdade tenho alguns comandos no dbgrid para destacar a situação de determinados registros.

O sistema está lento na hora de carregar os 15 mil registros!

Re: Sistema está mto lento no grid consulta

Enviado: Novembro 18th, 2018, 12:57 pm
por hudnet
Você já desabilitou estes comandos para ver se só com os dados puros no dbgrid? Eu já tive problemas assim quando coloquei comandos para destacar informações no dbgrid e realmente o processamento aumenta muito por ele ficar redesenhando o dbgrid o tempo todo. Tive que ajustar os comandos para evitar esse problema.

Re: Sistema está mto lento no grid consulta

Enviado: Dezembro 11th, 2018, 1:57 pm
por Silvair
Vou desabilitar estes comandos para testar.
Obrigado pela atenção.