![]() |
low page load speed on cam site
hello guys
recently i have launched a new embed cam site by WordPress and wp chaturbate plugin but website speed is too slow, i am running more than 5 tube site on my current VPS and all of them are like rocket except this one how can i improve page load speed on cam site?( i don't have any issues with other sites) |
Could you give us your website address?
|
I think, the only way ist to cache the XML file. Put it on your server and update it every 5 minutes (cronjob).
|
Quote:
|
Quote:
this is my cam site address: http://sheeme.com/ do you have any advice? |
Quote:
|
Your background is way too heavy:
website-background-full-hd-background… sheeme.com/wp-content/uploads/2016/03/ 474.1 kB Website speed test |
Quote:
i don't think so because before changing background loading speed was low, it seems main issue is about script connecting to chaturbate rooms |
Your site needs improvements
|
Quote:
what kinds improvements do you mean? |
Quote:
Update the XML file every 5 minutes (cronjob). You can update your local XML file with this PHP code: <?php $update = "PathToTheXmlFile/XmlFile.xml"; $url = "http://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=YourAffId"; $xml = file_get_contents($url); if(!empty($xml)) { file_put_contents($update,$xml); } else { echo "Did not get a file back<br>\n"; } ?> Now you need a cronjob on your server to execute this php file every 5 minutes. |
Maybe you have an option to cache the XML file (in your wp-chaturbate plugin settings), if it programmed prof.
|
Quote:
Warning: unlink(/home/sheeme/public_html//wp-content/plugins/wp-chaturbate/chaturbatecams.tmp.xml): No such file or directory in /home/sheeme/public_html/wp-content/plugins/wp-chaturbate/wp-chaturbate.php on line 733 |
Loads relatively fast for me.
Install Supercache or W3TC so you can preload static pages. I use a LEMP stack with separate php-fpm pools for each one of my Wordpress sites and just have Supercache preload static pages for everything so PHP is rarely ever called...makes everything load fast as shit. |
All times are GMT -7. The time now is 10:20 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123