Showing posts fromPerformance
Bypass IBM Web Content Manager Caching
- 21 Mar, 2017
If you have Basic or Advanced caching enabled in IBM® Web Content Manager, then Web Content Manager caches content artifacts independently of the cache settings that you configured for the Web Content Viewer portlet. To bypass the caching that is set in Web Content Manager, select the option Bypass Web Content Manager Caching. This setting applies to content artifacts that are rendered in this Web Content Viewer portlet only. This feature was added on CF11 for Portal/WCM
Bypass IBM Web Content Manager CachingRead MoreHow to enable gzip compression on IBM HTTP Server
- 06 Feb, 2017
One of the tuning activities is to turn on GZIP compression for HTTP requests. This tuning can save lots of network traffic and your page will load in a short time. Just put the lines bellow on the httpd.conf and restart the server LoadModule deflate\module modules/mod\deflate.so LoadModule headers\module modules/mod\headers.so Only the specified MIME types will be compressed. AddOutputFilterByType DEFLATE application/atom+xml AddOutputFilterByType DEFLATE application/atomcat+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/json AddOutputFilterByType DEFLATE application/octet-stream AddOutputFilterByType DEFLATE application/x-javascript
How to enable gzip compression on IBM HTTP ServerRead MoreIBM HTTP Server Performance
- 20 Oct, 2009
Fazer análise de performance de qualquer software é um grande desafio. Hoje estou trabalhando com um time investigando problemas com IHS.
Este link(http://publib.boulder.ibm.com/httpserv/ihsdiag/ihsperformance.html) tem uma documentação que ajuda muito a coletar informações sobre performance do IHS que é a porta de entrada para o WebSphere
Performance de Agentes para Administradores
- 03 Jun, 2009
Novamente falando um pouquinho sobre performance. Hoje mais um probleminha em uma aplicação e a questão que tive de responder. Como saber se um agente está demorando para executar e porquê ?
Nem todo administrador é Designer mas todo administrador tem acesso ao design da aplicação.
O agente tem uma propriedade para que possamos fazer "profile" ou seja ver quanto tempo ele demora para executar e o tempo das chamadas
Para fazer o profile deve-se marcar a propriedade Profile this Agent como mostrado abaixo (Usando o Domino Designer)
!Image:Performance de Agentes para Administradores(http://platao.plansis.com.br/blogkenio.nsf/dx/01062009170911KCARMS.htm/content/M2?OpenElem
Performance de Aplicativos Notes
- 18 May, 2009
O tema sobre performance de aplicativos é recorrente mas ele sempre aparece com mais força quando um servidor está com baixa performance e causando problemas.
Sabemos que I/O em servidores Domino é uma questão sensÃvel. Hoje temos um I/O muito melhorado e com possibilidades de melhorá-lo sem precisar redesenhar aplicativos, mas pode acontecer que algumas propriedades do aplicativo ou código esteja causando problemas. As soluções dependem de cada caso mas dois artigos podem ajudar a enfrentar o problema:
Application Performance Tuning, Part-1(http://www.ibm.com/developerworks/lotus/library/ls-AppPerfpt1/)
Applicatin Performance Tuning, Part-2(http://www.ibm.com/developerworks/
Performance problems with Full Text Indexer
- 17 Jun, 2015
Last week two clustered servers are facing performance problems. The cpu was very high for 2 hours and the disk queue above 5,48. During the problem the command set config UPDATE\NO\FULLTEXT=1 was issued and the cpu and disk queue decrease To schedule the full text index i use the this TN(http://www-01.ibm.com/support/docview.wss?uid=swg21571557)
Performance problems with Full Text IndexerRead MorePerformance Quickr 8.1 Ajustes
- 02 Apr, 2009
Mesmo após fazer upgrade do servidor Domino para versão 8.0.2 o Quickr ainda não estava na velocidade desejada.
Fizemos ajustes em imagens e outros conteúdos mas o que ajudou definitivamente foram os parâmetros colocados no notes.ini
QuickPlaceWebCacheEnabled=1
QuickPlaceWebCacheDir=E:QPWEBCACHE
QuickPlaceWebCacheGCIntervalInMIN=86400
QuickPlaceWebCacheLimitInMB=500
QuickPlaceExpireCachedUsers=86400
QuickPlaceMaxCachedUsers=1500
QuickPlaceEnableVersionCheck=1
NSF\DBUCACHE\MAX\ENTRIES=10000
NSF\DBcache\Maxentries=10000
Estes parâmetros foram encontrandos no Tunning Guide do Quickr 8.1
Performance Quickr 8.1 Bugs
- 01 Apr, 2009
Fez parte da instalação que fiz no Datacenter migrar um Quickr 8.0 para a versão 8.1. Instalei tudo corretamente mas a performance do servidor ficou muito ruim.
Pesquisando sobre o problema encontrei a solução: Quickr 8.1 com Domino 8.0.1 tem um problema com cache, basta migrar a versão do Domino 8.0.2 que o problema realmente desapararece.
A referência do problema e solução pode ser vista no http://www.quickrblog.com/(http://platao.plansis.com.br/blogkenio.nsf/dx/ Quickr Blog de Stuart McIntyre
Time/Date views in Notes: What are the options?
- 16 Oct, 2013
Yesterday a custommer complaint about the performance of one application. I found several views using date calculations This is a know problem and this TN(http://www-01.ibm.com/support/docview.wss?uid=swg27003557) explain the solutions for date calculations in views
Time/Date views in Notes: What are the options?Read More