What is tab caching?The values for the tab count values that show on the sub-tabs on records are cached. This is to improve system performance on records with large number of linked records (e.g. emails). In the explanation below, the word "MAX" relates to a configurable value which can be set per OpenCRM system, and is the maximum number of records which are shown in the grids by default, and the maximum count value before caching is used. This setting defaults to 1000 and can be changed by requesting this from support@add-ons.co.uk. The benefit of INCREASING this is: More accurate tab counts more often The drawback of INCREASING this is: Hampered system performance by having to count a large number of records every time a record is loaded. The benefit of DECREASING this is: Better system performance due to more tab counts being cached The drawback of DECREASING this is: Less accurate tab counts on larger records
How does tab count caching work?When you load an OpenCRM record, for each sub tab shown the system: 1. Checks for a cached tab count for the current user 2. If it finds a cached tab count, it checks to see if this value is over MAX records, 3. If it does not find a record in the tab count table for the current user, it checks to see if there is a large tab count (over MAX) for any other user. Based on the above, if you find that a record is slow to load and it has a large number of linked records, this is because you are the first person to try and load this record since the number of linked items went over the MAX limits. 4. When a user clicks on a specific tab.
Why am I seeing a " * " instead of a tab count?You will see this in the following circumstances: 1. You have never visited this record (or not since tab count caching was enabled on your system) The reason a " * " is displayed in this circumstance is that due to possible differences in access level between users, another users tab count on this record may vary to yours, but as another users tab count is over the MAX limit, the tab count is not recalculated for you to speed up page load time for you.
Why does the tab count have a " ~ " at the start of it?This shows that the tab count has been loaded from cache, and so may not be 100% accurate if new records have been linked, or records have been unlinked since the tab count was last put into cache.
How do I get an accurate tab count ?This applies to both of the above ( ~ ) or ( * ) in tab counts You can update the tab count by clicking on the relevant tab. If the number of records returned for you is less than the MAX limit, then the tab count will be updated for you and will be visible next time you visit the page. As this will update the cache, the tab count will still show with a " ~ ". If it is over the MAX limit, you will see a "Show more" link. By clicking the "Show more" link, the system will return the full list of linked records and can then accurately update the tab count. Warning - This could take a number of minutes on very large numbers of linked records. You may also be interested in:
|