$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Is it Helpful to transfer all media library to another host?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Is it Helpful to transfer all media library to another host?

matteradmin9PV0评论
Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 6 years ago.

Improve this question

I want to transfer all media library including all images to a download host and my goal is the speed of loading website improve for example my website is example and all images load from cdn.example but I am wondering while my main host has 60 GB space and actualy I don't have problem with the space and I just want to improve the speed of website. What do you suggest to do?!

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 6 years ago.

Improve this question

I want to transfer all media library including all images to a download host and my goal is the speed of loading website improve for example my website is example and all images load from cdn.example but I am wondering while my main host has 60 GB space and actualy I don't have problem with the space and I just want to improve the speed of website. What do you suggest to do?!

Share Improve this question asked Dec 13, 2018 at 6:09 m.javad Koushkim.javad Koushki 731 silver badge9 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

You don't need to transfer all media library to another host to improve the speed of your website. Instead, you have to follow several ways of optimizing your website. For instance, you can optimize images of your WordPress website for a better speed. You can use plugins, like Imsize, to reduce the size of the images. It will allow them to load at a significantly faster pace.

You can also optimize database and use an effective cache plugin.

Post a comment

comment list (0)

  1. No comments so far