Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    speed when draw components

    I'm using smarclient framework for a project I'm working on. everything goes fine, it's really amazing. the problem is, the components takes so long to draw in the first time.
    example: login page, 20 secs to load.
    if the username or password is bad, then a message appears "wrong username or password"....
    this messages takes up to 30 seconds to draw the first time.
    after the first time, it appears faster, 2 or 3 seconds. I'm using IE (7/8).
    same thing with the rollover texts, or the menu.
    each component takes 30 seconds for the first use....
    how can I speed it up?
    I really need to solve it, or must try another method, because my customers have complains about it.
    will be hardly waiting for any help.
    best regards,

    #2
    Almost certainly either bad settings for autoDraw (see docs) or missing media (look in Firebug's NEt panel for 404s).

    Comment

    Working...
    X