しつこくて申し訳ありません。
下記の指摘は理解してます。
画像自体の容量やキャッシュの問題ではありません。プログラムを読み込むスピードに問題があると思います。
例えば、aaa.phpの以下のコードの箇所を削除して動作を確認すると0.8秒です。かなり速くなります。元々は2秒以上かかります。
↓以下のコードを削除
実際、試してみてください。または下記のURLを見てください。表示は速いはずです。
これで問題は解決したと思いましたが画像のアップロード時にエラーになります。
翻訳 / 英語
- 2013/11/10 04:45:37に投稿されました
I'm sorry for being persistent.
I understand the below guidelines.
The volume of the image itself or the cache is not the problem. I think the problem is in the program's loading speed.
For example, if I delete the following line of code from aaa.php and try how it's working, it's 0.8 seconds. It's become rather fast. Originally, it took over 2 seconds.
↓ Delete the following code.
Please try it for yourself. Or check the following URL. It should display quickly.
I thought this would solve all problems, but when I upload images, an error occurs.
konkadaさんはこの翻訳を気に入りました
I understand the below guidelines.
The volume of the image itself or the cache is not the problem. I think the problem is in the program's loading speed.
For example, if I delete the following line of code from aaa.php and try how it's working, it's 0.8 seconds. It's become rather fast. Originally, it took over 2 seconds.
↓ Delete the following code.
Please try it for yourself. Or check the following URL. It should display quickly.
I thought this would solve all problems, but when I upload images, an error occurs.
★★★★★ 5.0/1
翻訳 / 英語
- 2013/11/10 05:53:43に投稿されました
I am sorry for being persistent.
I understand the following indication.
It is not a problem concerning the capacity or the cache of the image itself. I think there is a problem with the speed at which the program is read.
For example, it takes 0.8 seconds to confirm action when I delete part of the code mentioned below. It becomes considerably fast. Originally it takes more than two seconds.
I delete the following code↓
Actually, please try it. Or, please watch the following URL. The display should be fast.
I thought the problem was resolved by doing this, but it shows an error when the image uploads.
I understand the following indication.
It is not a problem concerning the capacity or the cache of the image itself. I think there is a problem with the speed at which the program is read.
For example, it takes 0.8 seconds to confirm action when I delete part of the code mentioned below. It becomes considerably fast. Originally it takes more than two seconds.
I delete the following code↓
Actually, please try it. Or, please watch the following URL. The display should be fast.
I thought the problem was resolved by doing this, but it shows an error when the image uploads.
★★★★★ 5.0/1
aaa.phpを忘れてしまいました。-> For example, it takes 0.8 seconds to confirm action when I delete part of the code from aaa.php as mentioned below.
最後の文: ・・・、but it shows an error when I upload an image.