Best Practices Guide
Hi,
Is it possible to have a separate folder for best practices where people can share ideas on how we should be coding or creating our process solutions?
Comments
-
Watch out some tips on improving performance and best practices guide to be posted as I am consolidating all the information for us to improve performance of our system by 1000 percent.
0 -
Hi Jeff,
We have discussed this a few times. I think that it would be a great idea to have a best practices area for discussion. In order for any board to be viable we have to have enough content and participation.
What does everyone else think? Should we create a new board for the purpose of trading ideas about best practices?
Chuck
0 -
I know I'd be interested and would participate when I had something worth contributing.
0 -
I think there are a lot of potential discussions here such as architecture, etc...
0 -
Hi Jeff,
I was wondering if you were ready to contribute the performance/best practices guide. I think that it is a great idea.
Chuck
0 -
Hi Chuck,
Yes I have complied some notes. Should I post it here or will you create a separate section?
0 -
Let's start posting here and if we get enough content, we can create a new board. To make it easier let's TAG the posts with something like Best Practice... Sound good?
Thanks for your active participation. It really goes a long way.
Chuck
0 -
Designing Forms (using Web Client):
Typically, when designing forms we always want all records displayed on the page. Don't forget that forms are rendered as web pages. We should be aware that web forms by default has their timeouts and we should always consider the following:
1. Enable Client Paging. A grid that does not use paging will take ages to load especially if the underlying query contains several joins. By enabling client paging in the grid controls, this helps the browser to load the form quicker. The number of items per page varies per requirement but it should be no more than 50 per page.
2. Do not place too many controls and data in a single form. A form that uses lots of controls contributes to increase in page size which may affect the performance when loading the form. This is certainly useful when you have a global company and end users are geographically separated and there is limited bandwidth and high network latency.
0 -
You might also want to take a look at this post:
0 -
NaH is correct but how do we validate if we have configured IIS properly? Remember, if we enabled output caching and compression in IIS there is some overhead in the server which may cause some problems in performance so we need to be careful on adjusting IIS.
We used the following tools to check if caching is working and compression is working but before you start tweaking IIS it is important you get a baseline of your current configuration.
Use Fiddler or HTTP Watch - using this tool will show all interactions between IIS and the browser.
Use Performance Monitor - this tool is already available in Windows. It is a great tool in diagnosing issues in the server such as performance. It will be able to record the CPU usage, RAM, network, etc...
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories