国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - After adding the max-age cache of static resources, it was found that the same image was loaded multiple times
給我你的懷抱
給我你的懷抱 2017-05-16 13:44:24
0
1
607

I configured static resource caching on express

app.use(express.static(path.join(__dirname, 'public'),{maxAge:604800000}));

Found that js or css and other images can be cached normally.
But there is one picture that has been loaded multiple times.
Is it a cache configuration problem?

給我你的懷抱
給我你的懷抱

reply all(1)
PHPzhong

Are the screenshots all the same picture? They are all loaded from memory, indicating that the cache is successful. If it is retrieved multiple times, it should be because the script file has requested the image multiple times.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template