Performance tuning for CMP
Best Answers
-
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭If you have a test environment, give it a go there. If anything goes wrong, you can always revert it and not cause service disruption.5
-
Nicholas_Velich Cireson Consultant Ninja IT Monkey ✭✭✭✭Agree that application initialization should be helpful, although I haven't set it up personally against the CMP so it's worth a test first as Tony mentioned. The only drawback I can think of is higher memory usage, as the Portal would be running when you technically aren't using it.6
-
F_Christiansen Cireson Dev Advanced IT Monkey ✭✭✭You could setup the IIS App init, but not sure how much it will help on the performance side, but as Tony and Nicholas notes, there is no harm in doing so.
Most data is being cached in the IIS cache, but expires unless used with a short while.
We also stores data for performance optimization in the users session.
Best regards
Flemming Appelon Christiansen5
Answers
Have you read somewhere that Application Initilisation shouldn't be tweaked?
Most data is being cached in the IIS cache, but expires unless used with a short while.
We also stores data for performance optimization in the users session.
Best regards
Flemming Appelon Christiansen