javascript - Resource responses is cut -
i have web app displays java script image carousel. showing 1 image @ time n seconds.
when html page (index.html) loads loads n images in hidden parent html div , app (javascript) responsible showing , hiding parent divs images @ given interval.
this works fine, times (randomly) half of image loaded (eg. half of image displayed on screen).
sometimes "half" of index.html response loaded making html kode bleed out display. unfortunatly not have tools firebug etc. debug problem yet since screen kiosk (screen hanging on wall)
to me seems network problem no network administrator guessing here.
as said happens randomly.
the image starts loading half of image. after maybe 15 seconds rest of image displayed.
if network problem be?
best regards, bob
sounds network issue. why not try , cache images on browser don't have wait them load every time. try looking in firebug/web inspector net panel , should able see if browser waiting on network response or not.
Comments
Post a Comment