hiroyoshimu
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workThanks to you, it really helped me.
It was successfully resolved.
thank you for your kindness.
Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workThank you for your kindness.
I tried the etag that you instructed.
https://mahikari.chips.jp/sign-honbu/index/
The situation where it is repeatedly downloaded does not change.
Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workthank you very much.
As you say, the mp4 downloaded from your server will be played from the browser cache and no communication will occur.
I want to contact the rental server company. Would you please leave your test server on for a week?
Would you please tell me the configuration of your server?
Apache Server Version or Another server?
PHP Version
.htaccess setting
etc.Do you have any idea about the reason why this mp4 is repeatedly downloaded in the server settings?
Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workUse cache when F5 reloading.
Repeated playback on SmartSlider3 will download new
From this fact, I think there is a problem with SmartSlider3’s mp4 playback.
Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workThank you so much for your support.
It gets downloaded many times in my Chrome. Do not reload. Please play back on SmartSlider3 for a while and check.
Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workThank you for your sincere support.
Password disabled. Please confirm it is.
SmartSlider3 Page
https://mahikari.chips.jp/sign-honbu/index/mp4 file
[video src="https://mahikari.chips.jp/sign-videos/HonbuContents.mp4" /]Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workThank you for your reply.
mp4 videos will play on smartslider3. The problem is that the mp4 is repeatedly downloaded. I want to use browser cache.
The response header you presented is
cf-cache-status: HIT
Data that is cached on the cloudflare CDN and downloaded from the CDN. Communication is occurring.I want to play the local data cached by the browser and reduce the communication bandwidth.Even with SmartSlider3, jpeg files can be displayed from the browser cache.
The response header of jpeg is as follows.
Provisional headers are shown. Disable cache to see full headers.
Referer: https://mahikari.chips.jp/sign-honbu/index/
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36Forum: Plugins
In reply to: [Smart Slider 3] Browser cache control for mp4 doesn’t workThank you for your prompt reply. I wrote the settings presented in .htaccess on the server. When you check the header of the browser, Cache-Control is reflected properly, but when the order of mp4 with SmartSlider3 comes, the mp4 file is repeatedly downloaded.
If you download mp4 directly with http, it will not be downloaded after the second time. It has been confirmed that it will not be downloaded even with an update using the F5 key.
The specification of mp4 playback on SmartSlider3 seems to be recognized as a new file.
Below is the HTML response header when the presented config is reflected in .htaccess.
mime and expires module
Accept-Ranges: bytes
Cache-Control: max-age=2592000
Connection: keep-alive
Content-Length: 12525249
Content-Range: bytes 65536-12590784/12590785
Content-Type: video/mp4
Date: Fri, 22 May 2020 09:25:07 GMT
Expires: Sun, 21 Jun 2020 09:25:07 GMT
Last-Modified: Wed, 20 May 2020 08:29:52 GMT
Server: Apache
Vary: Rangeheaders module
Accept-Ranges: bytes
Cache-Control: max-age=2592000, public
Connection: keep-alive
Content-Length: 12525249
Content-Range: bytes 65536-12590784/12590785
Content-Type: video/mp4
Date: Fri, 22 May 2020 08:32:31 GMT
Last-Modified: Wed, 20 May 2020 08:29:52 GMT
Server: Apache
Vary: Range