Home › Forums › Legacy Support › Support queries › Other issues › Server description
- This topic has 14 replies, 3 voices, and was last updated 9 years ago by Anshuman Sahu.
Viewing 15 posts - 1 through 15 (of 15 total)
-
AuthorPosts
-
November 10, 2015 at 9:04 pm #8116juanR-12SpectatorHi, how are you? I need some help. I am uploading some units to the course, there is a course with many audios and videos because is a language course, so I have noticed when I am opening the edit page from back-end of wordpress, "load averages" goes crazy, I have 1 C.P.U, it happens just from back end editor while sounds and videos are loading to be shown on page (Without play it), when I click on "view page" I can see "load average" stays ok. So what I need to know is How can I do "load averages" stay ok?, I mean, Just one instructor is uploading courses so it's crazy if I have many instructors at the same time uploading to the page, The page will come down, So help me with that I need to know about it, What is the requierements of the theme in this case and What should I do...??? I have to say my server is dedicated I have 1 c.p.u and 2 GbRam Thank you. I appreciate your help.November 10, 2015 at 9:52 pm #8120juanR-12SpectatorWhat worries me is the fact, I see when I am login to my site or logout, also I can see "load average" can increase to 5.00 or more. I don't know if this is problem of the theme or something like that, But I don't understand how I can hace a load average more than 1.00 and there is two instructor using the platform, I don't want imagine if I have many persons in the platform, login or logout. What do you recommend me???November 10, 2015 at 9:57 pm #8122juanR-12SpectatorI don't have active user right now, for that reason I am worried, Because if one instructor put page slow, I can't imagine when I have active users, I have one c.p.u I know, but I have to start with some cheap things before to get another more c.p.u. I don'r understand this point. Please help me.November 10, 2015 at 10:30 pm #8123juanR-12SpectatorIn a few words, What I need to know is why my platform is consuming too much load average, if there are no persons visitng page still, just a few instructor uploading units. is this a problem of the code of WPLMS theme??? I don't understand why One process for example: login, logout, or edit units can consume many "resources". How can I improve that????November 13, 2015 at 12:23 pm #8449MrVibeKeymasterIn the problem statement you're suggesting that you have audios and videos uploaded in your site. Now, the audio and video when loaded in the page, whether WordPress backend or front end, starts pre-loading, you'll notice the white bar in the media player automatically pre-loading the audio/videos and it consumes resources and bandwidth. The issue is not in server specs but with the preloading. When you embed the video try adding preload="false" in the video shortcode : [video src="video.mp4" preload="false"] The only concern with above is when you disable preloading is that when user clicks on play button in the video, it would start loading the video which may take some time as the video was not preloaded in the page. Alternatively try our plugin : http://www.vibethemes.com/downloads/wplms-s3/ for hosting videos on Amazon S3 securely.November 13, 2015 at 2:16 pm #8512juanR-12SpectatorThanks for your amazing answer. However I am trying to add the preload="false" at the link of video and it doesn't work. For example: [video width="640" height="360" mp4="http://www.xxxxxxx.com/wp-content/uploads/2014/02/big_buck_bunny.mp4" <span style="line-height: 1.5;">preload="false"</span><span style="line-height: 1.5;"> ][/video] </span> is this correct?? I see video preload the same way and audios too. Yeah it consumes a lot of resources and bandwidth. Also I need to know about login/logout, I see when I am login to page, it consume resources as C.P.U Thanks.November 14, 2015 at 12:17 pm #8657MrVibeKeymasterThat is not correct. <span style="line-height: 1.5;">The shortcode should not have any html elements (span seems like it was copied in the shortcode, try manually typing it).</span> Try this : [video width="640" height="360" mp4="http://www.xxxxxxx.com/wp-content/uploads/2014/02/big_buck_bunny.mp4" preload="false"][/video] No login logout does not matter. WordPress has a stateless architecture which is the main reason for its scalability.November 14, 2015 at 12:32 pm #8664juanR-12SpectatorThanks for the information. How ever I want to let you know I don't copy that code manually, I just click on add media button and add the videos. Also I asked about login/logou redirects because I saw The load averages c.p.u increased when I was login out as a admin. And how can I make with audios to avoid preload. Thank you.November 14, 2015 at 1:35 pm #8678juanR-12SpectatorHi, I tried what you said. So I want to let you know, if I pult preload = false, it starts to preload even with preload =false. When I don't add "preload=false", I mean I have the default link for videos, video doesn't preload. It's the time while video is appearin in back end editor what causes a lot of consume of resources. I attach a picture which shows how sounds and videos starts to load, before appears in back end. this proccess has caused page gets slow, and I see my load averages and goes crazy...November 16, 2015 at 11:23 am #8874Anshuman SahuKeymasterPlease try deactivating the third party plugins and check the issue for this . Please try adding the preload ="none" in the video shortcode .November 18, 2015 at 9:29 pm #9416juanR-12SpectatorI don't know if I explain well what is happening. Sorry, but is happenig is not the "preload". For example, I made a unit with a videos and 8 sounds, because is a language course, So. I enter to the units section, I select edti unit, unit starts to open, when it opens, videos and sounds doesn't appear yet. There is a white bar with a musical note and camera, I think is calling video from server I don't know, but that process consume a lot of resources until video and sounds appears on the unit. I don't know why...November 19, 2015 at 2:47 pm #9593Anshuman SahuKeymasterCheck if the video is directly accessible ? Try accessing the link : http://your-site.com/wp-content/uploads/Death-Note-Episode-25.mp4November 19, 2015 at 4:41 pm #9615juanR-12SpectatorOh yeah, video is accesible from URL.November 19, 2015 at 4:50 pm #9617juanR-12SpectatorSorry I sent that image because I didn't understand what you said, Yeah video is directly accessible. What should I do???November 20, 2015 at 12:54 pm #9769Anshuman SahuKeymasterWell please try searching the wordpress forums for this as this is handled by the wordpress and wplms theme does not interpret in the mediaelement of the wordpress .
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)
- The topic ‘Server description’ is closed to new replies.