JavaScript issue

by 1 replies
1
I am working on a project and i used Javascript to load images but due to that my page load has increased, is this normal or am i doing something wrong?
#website design #issue #javascript
  • you mean that you are precaching images with javascript and that causes the page to load faster? Yeah, that sounds normal... it does take time to download the images. Try to cache less images initially and only cache them when needed.

Next Topics on Trending Feed

  • 1

    I am working on a project and i used Javascript to load images but due to that my page load has increased, is this normal or am i doing something wrong?