Auryndoun Posted December 2, 2013 Share Posted December 2, 2013 (edited) I was surprised,and I fear for some DDOS attack but finally it's cool,I can wait for it to come back cause this is for good reason,keep working for the best! Edited December 2, 2013 by Auryndoun Link to comment Share on other sites More sharing options...
kallum260 Posted December 2, 2013 Share Posted December 2, 2013 Man, what am i gonna do now... Link to comment Share on other sites More sharing options...
Dark0ne Posted December 2, 2013 Author Share Posted December 2, 2013 Updated the OP. 16:00 GMTSkyrim has successfully been converted and the maintenance work is now done for that site. We are now proceeding with the other sites (that should take a lot less time due to their reduced size). As we're now in a status of limbo between the two different site types (centralised and uncentralised) things will probably look a bit odd. Best to wait until we're fully done before exploring too much. We are busy converting all the other sites and as such you should expect the service to be intermittent at best due to the heavy load this will place on the servers. Link to comment Share on other sites More sharing options...
ecirbaf Posted December 2, 2013 Share Posted December 2, 2013 (edited) You could save a significant amount of server hits and improve responsiveness by properly implementing the tabs on the mods pages. So many unnecessary server requests simply when the user switches back and forth between discussion, description, files... all you have to do in Javascript when it does the AJAX request is to store the content in a unique DIV for each TAB. It doesn't matter if someone made a new posts in the last minute does it? You can always reload the page to see the most up to date comments or changes if you're living on the edge... Then when the user switches back and forth it will also be instantaneous and thus far more responsive. It would make more sense that you don't do this on the client side if one tab contained the edit mod options, because then it would invalidate the contents of another tab after you clicked "save" or "update". Complex tab based web apps would have a flag on each tab that indicates whether the tab contents is still valid. Clicking "update" on one tab would flag another tab contents as "outdated" so when the user clicks the other tab, the AJAX request is pulling newer/fresher content. It's really a very simple logic based on principle that 90% of the requests are going to be not the initial page load, but people just going back and forth between tabs on the same mod. All completely unnecessary server hits. Here on the Nexus the edit features are in a different page altogether so there is not even any need for the "tab invalidation" logic, all you have to do is pull the contents in a div that is originally empty, and then when the user clicks a tab, checked whether it was loaded already or not. If it was loaded, simply switch the div visibility and no need to do another ajax request. Edited December 2, 2013 by ecirbaf Link to comment Share on other sites More sharing options...
areeyanne Posted December 2, 2013 Share Posted December 2, 2013 I'm going to go out on a limb and open myself to internet brutality here, but I guess this is why I cant log into NMM or the mod site? Link to comment Share on other sites More sharing options...
retakrew7 Posted December 2, 2013 Share Posted December 2, 2013 In response to post #10407319. +1it should not reload the tab content when I switch between description and comments and back. Link to comment Share on other sites More sharing options...
FurryGuyJeans Posted December 2, 2013 Share Posted December 2, 2013 In response to post #10407333. Glad to see I'm not the only person having connectivity issues with NMM, and the issue appears to be upgrade related. Link to comment Share on other sites More sharing options...
skyrimx117 Posted December 2, 2013 Share Posted December 2, 2013 Not a problemo, need to re download a few mods, get my daily skyrim fix :happy: Link to comment Share on other sites More sharing options...
Sandry Posted December 2, 2013 Share Posted December 2, 2013 In response to post #10407333. #10407358 is also a reply to the same post. Same here Link to comment Share on other sites More sharing options...
dovahdragon2 Posted December 2, 2013 Share Posted December 2, 2013 admin Dark0ne when is it updated? Link to comment Share on other sites More sharing options...
Recommended Posts