• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Very important suggestion for making forum run a lot faster

Status
Not open for further replies.
we have been looking around at various CDN services to help lighten the page load (as well as server loads) time and so far, haven't yet found an easy way to integrate it into our backend.. Doesn't mean it doesn't exist, it just means we're still looking.

Photobucket is NOT an option. they delete way too many images and have other unfriendly restrictions.


as for patchy's idea, the reason we don't allow image link in avatars is we can't control those sites, and malware and other bad things could seep in.. also not to mention breaking the avatar size limit thingy.

Quite frankly, like Rukario says here, a CDN is the only way we're going to get it to work. But as he says here, getting a CDN account to work is tricky.

We'd likely need to implement no small number of VB hacks to make it work. The backend isn't set up that way. Also I agree with previous posts mentioning that services like ImageShack or Photobucket would see this as a Violation of their ToS and decide to render the account useless, which would break the functionality.


My idea would be to somehow use a remotely hosted/synchronized folder, so that when you upload an avatar it's stored/uploaded onto the CDN server. Tweaks to the master template or core VB code could possibly force VB to fetch the images from the CDN server first instead and fall back to the main server if the image isn't found. Additionally, this could be implemented without a CDN, just by setting up another server and assigning it a subdomain like img.pokecommunity.com. The server would then be able to serve up nothing but avatar, signature and album images appropriately.

But the cost of another server might well be more than a CDN might charge. I dont know for sure. I do know that maybe if we did offload those images onto another server it might help bring server load down and make the DB perform better, if the forum software and the DB daemon are on the same system.
 
can i ask that what is the total BW usage per month of PC ?


Also you can at least host images from like static.pokecommunity.com

it will be cookie-less domain.

For example this is a totally useless cookie transfer for per image which causes extra bw and resources usage

Code:
Cookiebblastvisit=1311175774; bblastactivity=0; __utma=33475007.47063202.1311175745.1311200749.1311205282.6; __utmz=33475007.1311175745.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __qca=P0-1940396150-1311175744871; grvinsights=d9e49bc09fde2133edad044ad390753c; bbuserid=xxxxxxxxx; bbpassword=xxxxxxxxxxxxxxxxxx; bbsessionhash=xxxxxxxxxxxxxxxxxxxxx; __utmb=33475007.14.10.1311205282; __utmc=33475007; bbforum_view=93adfa006e3b36a677f192d0fe69dc47a4d7b33ea-1-%7Bi-4_i-1311205860_%7D; skimlinks_enabled=1; bbthread_lastview=7d3474dc823cfcac47b4bbdcb1e61b174333b808a-1-%7Bi-257569_i-1311205976_%7D
 
forum is extremely slow for me right now. cant even view threads.
 
Status
Not open for further replies.
Back
Top