[Webkit-unassigned] [Bug 216048] Safari takes too long to fetch images from memory cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 21:58:24 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216048

--- Comment #3 from Aditya <androiditya at gmail.com> ---
I see slow loading aswel, I am not sure if this is because of React or the CSS or do I have to load the images on a CDN, but basically if you go on this link: http://ironvillage-esports.surge.sh

Click on "All games" and then try to hover on the games circular cards, you see that the images are slow to load up.

If I try to the same link on chrome or firefox, things are working fine.

How I am doing this CSS effect is that is:

I have 3 states of the game cards: "active", "inactive", "hovered" and "disabled",

Unfortunately all the states have different images, to avoid lag, I am loading all images together (Don't quote me on the approach :D) and then stacking them together using position absolute. Finally according the "state". I change the z-index of the images.

I tried to replicate a similar thing using codepen(https://codepen.io/androiditya/full/GRZmrqR) but this seems to work fine����‍♂️

I hope this helps

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200903/e7149081/attachment-0001.htm>


More information about the webkit-unassigned mailing list