cancel
Showing results for 
Search instead for 
Did you mean: 

AddOn Performance

Former Member
0 Kudos

Dear experts,

I have developed 4 AddOns for my clients. I found that the memory consumption is quite serious. So, i tried to combine 4 addon into a single addon. But, it comes to another problem. The reponse time is very slow. Could i solve it by filter?? If so, how should i define the filter??

Regards,

Kit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Chun Kit Chan!

We've developed a solution that may help you. Contact me privately at: info@itaktion.com

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

You are putting together many issues:

- memory consumption. Yes you are right, there is an high memory consumption

when putting together several add-ons. This is going to be fixed in the next release

of B1, 2007.

- response time: you need to profile your whole application to understand what is

really going on in it. Use B1TE tools, especially B1 .NET Profiler to check the

run-time execution. B1TE is available here on SDN.

- events: it can be that adding filters it helps your performances. Adding filters is

straightforward, check the documentation and the e-learning material here on SDN,

they contain all the info you need. Note that if you use B1DE add-on wizard then

event filtering is available to you for free.