function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gregsgregs 

page times out instead of loading

Sometimes when my visualforce page gets called from the UI it just seems to "hang" or timeout and never renders.  Upon looking at the log, i see the following entry:


Status Success Application Browser
Request Type Application Operation /apex/myCustomPage
Duration (ms) 191 Log Length 86
Log Element thePage called method {!checkManageability} returned type PageReference: none 

What does this mean when checkManageability returns PageRerference none?

UmapenUmapen

I am getting same error? My page takes 407(ms) to load. some time I have to reload.

How id you solve the problem?