This week's book giveaway is in the Kotlin forum. We're giving away four copies of Kotlin for Android App Development and have Peter Sommerhoff on-line! See this thread for details.
Hi All,
Thanks a lot in advance.
We have one JSP page which is having some images.While loading images if user mouse over on that place all other including current image is flickering.
what type of Images are they i mean static means( cached )
or they are dynamically being loaded ???
anyway cant tell without seeing your code .
If you want something you never had do something which you had never done
sreedhar Lackka
Ranch Hand
Posts: 154
posted 10 years ago
Those are dynamic images and jpg/gif image.
If second time they are coming from cache at that no problem.
Problem is only at first time.
And coz of this really facing problem with performance.
sreedhar Lackka wrote:And coz of this really facing problem with performance.
Please use real words when posting to the forums. Abbreviations such as "coz" in place of "because" only serve to make your posts more difficult to read and less likely to generate useful responses.
Is this just a normal lag while the images are being loaded from the server for the first time?
You might check into using different compression on the image to reduce their size.
Also, do your image tags have height and width attributes? Adding those allows the page to reserves space for the images without so much "jumping around" during loading and can reduce the perception of slowness.