Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Trusted Contributor
zahirw
Posts: 134
Registered: ‎04-15-2012
My Carrier: Vodafone

Very poor performance

The app I'm developing in WW has terribly poor performance. Right now I'm just testing the designs which are currently static. Yet the 2 pages I've loaded into the app load very slowly and the memory maid keeps kicking in.

 

This is my config file.

 

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="1.0.0.0">
<name>Hello World</name>
<author>My name</author>
<description>Hello World location display</description>
<icon src="icon.png"/>
<content src="register.html"/>
<feature id="blackberry.system" />
<rim:navigation mode="focus" />
<feature id="blackberry.ui.dialog" />
<rim:loadingScreen backgroundColor="#000000" foregroundImage="images/loader.gif" onFirstLaunch="true" onRemotePageLoad="true"/>
</widget>

 

Also, there seems to be a browser bounce with an overscroll even though I'm using viewports with density dpi.

 

Any advice?

 

 

Please use plain text.
Developer
ignites
Posts: 465
Registered: ‎04-11-2012
My Carrier: Rogers

Re: Very poor performance

it will always overscroll as long as the items on your screen are over the 1024 x 600 px size. This is a browser issue. I am not suree but mayeb try changing background colour to black. Ive tried it but i never got it to work. Let me know how that works for u


Developer for easyDial for BlackBerry Bold & inLink for BlackBerry PlayBook
Find me online via twitter, or on the techfruits.com webpage. Please hit the like button below if what I said helped!
Please use plain text.
Trusted Contributor
zahirw
Posts: 134
Registered: ‎04-15-2012
My Carrier: Vodafone

Re: Very poor performance

I'm using fluid html so it actually scales to fit the browser perfectly.

 

Also, any tips on performance?

Please use plain text.
Developer
ignites
Posts: 465
Registered: ‎04-11-2012
My Carrier: Rogers

Re: Very poor performance

it depends on ur code...


Developer for easyDial for BlackBerry Bold & inLink for BlackBerry PlayBook
Find me online via twitter, or on the techfruits.com webpage. Please hit the like button below if what I said helped!
Please use plain text.
Trusted Contributor
zahirw
Posts: 134
Registered: ‎04-15-2012
My Carrier: Vodafone

Re: Very poor performance

Turns out focus navigation, which is an experience enhancer is actually a comple performance killer :smileyhappy:

Best bet? Do away with it and still use mouseover highlights!
Please use plain text.
Developer
Pumano-
Posts: 199
Registered: ‎11-05-2011
My Carrier: Beeline

Re: Very poor performance

I have that question too, my mouseover highlight(this); very slow and luggish, I don't know how I can increase perfomance speed of my app.
Please use plain text.
New Contributor
dtrejogo
Posts: 3
Registered: ‎05-18-2012
My Carrier: digitel

Re: Very poor performance

Definitely choosing the Web Work platform is the worst thing that I've could do. The performance is very poor, I have flickering while navigate between page, I can't use focus navigation (it crashes the app).

 

I dont think that I develop another app for BB.

Please use plain text.