Hi,
In my we application in php, I have lots of images and videos on the page.
This is making page performance slow.
I wanted that all videos and images should load in async .i.e., the image and video load should not make the page performance slow.
What should I write in image and video tags to make this happen?
Please advise.