We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

I found an error in the code that leads to cache accumulation due to the use of a setstyle puzzle an

Home Forums General Questions I found an error in the code that leads to cache accumulation due to the use of a setstyle puzzle an

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #76255
    ireriv72
    Participant

    I implemented the button image change using the Setstyle and background image puzzle. When you click on the button, the image changes. I ran into the following problem:
    When replacing the background image of a div object using the Setstyle puzzle, the image is cached anew with each click. This inevitably leads to a slowdown of the program due to the accumulation of cache. I suspect that the problem is in the setstyle puzzle code, it does not just replace the path to the object, but also loads it into the cache. However, it does not take it from the cache when needed, but downloads it again anyway

    Я реализовал смену изображения кнопок с помощью головоломки Setstyle и background image. При клике на кнопку, изображение меняется. Столкнулся со следующей проблемой:
    При замене фонового изображения объекта div с помощью головоломки Setstyle изображение кэшируется заново при каждом клике. Это неминуемо влечет к замедлению программы из-за накопления кэша. Я подозреваю что проблема в коде головоломки setstyle, она не просто заменяет путь к объекту а ещё и загружает его в кэш. Однако не берет его с кэша когда нужно а загружает повторно все равно

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.