You need to sign in to do that
Don't have an account?

Visualforce Mobile Performance Issues on BlackBerry
I have been working to expose a process using Visualforce Mobile on BlackBerry.
I found that initial load performance (presumabaly due to a login process) is very bad.
For testing I created a Visualforce page and set the showHeaders and standardStyles options to false. Thus the page that is returned is very basic consisting of just the default content for a new Visualforce page.
Even with this various page I found that initially opening the Visualforce page by selecting the Visualforce tab from the mobile client is very slow (i.e. 60+ seconds).
It is interesting to note that selecting the refresh option from the menu while in the Visualforce tab on the mobile device reloads the page in less than 5 seconds.
Further the problem persists even if I enable the WiFi option on my BlackBerry.
Using the same WiFi connection the same Visualforce page loads instantly on my PC.
Any ideas why the initial connect would take so long?
Anyone sucessfully using the Visualforce Mobile option for BlackBerry?
Thanks!
James
All Answers
I found an explanation for my issue in ideas.
The root cause seems to be the viewstate variable passed back by the apex:form tag.
Apparently BlackBerry can't handle it for one reason or another.
I have been working on a work around hand coding everything but have bumped into issues with DML.
James
Please can you tell me the solution because I am also facing the same problem. The performance on Black Berry.
Thanks