How to delete cached images using WordPress plug-in JetPack's Photon function

Asked 2 years ago, Updated 2 years ago, 74 views


in WordPress plug-in JetPack When I was using Photon to cache images in my blog
I deleted it from the media article because it contained the wrong image. The cached image cannot be erased

Please tell me how to turn it off

wordpress

2022-09-30 10:30

1 Answers

The Photon of the JetPack plug-in does not have cache deletion capabilities.
Therefore, I think it is necessary to change the file name of the wrong image.

Photon—Jetpack for WordPress

If you want to "refresh" an image you will need to change the name of the image.

Also, the original text says there is no point in adding a cashbuster.
A cache buster is to always try to retrieve new resources by adding query parameters, such as hoge.jpg?v={random string} every time you access it.

Adding random query arguments, commonly known as cachebusters, will not work.


2022-09-30 10:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.