Git Product home page Git Product logo

Comments (5)

wbotelhos avatar wbotelhos commented on May 19, 2024

Hi @charlesjshort,

The browser will cache the image on the first fetch and then provide the cached image.
What is the advantages of it?

from raty.

ai10 avatar ai10 commented on May 19, 2024

Because Raty changes the images on hover, even if the browser caches the image with lengthy expire time I found that some will still call the server for the same images over and over again to see if the image has changed when the user hovers; caching eliminates the unnecessary calls. I think its typical to use sprite positioning for these types of hover effects to eliminate redundant calls; but Raty does not use sprites.

from raty.

wbotelhos avatar wbotelhos commented on May 19, 2024

But when we have the same URL the browser gets the cached image, not doing other request.

Raty use icon to avoid CSS, it is the ideia.

from raty.

ai10 avatar ai10 commented on May 19, 2024

Though it did use a cached version, I was unable to prevent the Chrome browser from fetching the image file again.

from raty.

wbotelhos avatar wbotelhos commented on May 19, 2024

Hi,

Try to do a clean pull request, with specs.
Now we have font support, then the code changed a bit.

from raty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.