Originally posted by Mach1
View Post
Announcement
Collapse
No announcement yet.
DFWM down
Collapse
X
-
Originally posted by Mach1 View PostThanks Man
I’m planning to migrate to Azure or AWS, my job and family take priority over investing more time and money into the site, I appreciate the VIP folks as I’m losing money on the site at this point. The hardware is 11 years old hence my move into the cloud.
Comment
-
Thanks guys, I'm planning to migrate to the cloud soon, upgrade vbulletin for better mobile and media support, and remove the banner ads for all people that are logged in.Interested in being a VIP member and donating to the site? Click here http://dfwmustangs.net/forums/payments.php
Comment
-
Originally posted by Mach1 View PostThanks guys, I'm planning to migrate to the cloud soon, upgrade vbulletin for better mobile and media support, and remove the banner ads for all people that are logged in.
Opened up developer tools and did some debugging. You are hanging up on a bad URL in either the header navbar or forumdisplay template. You have a ad sense or ad link that is calling for dt.clnmde.com as it cascades through the template/sql query sequence. Since this is php and it has dependencies, it will sit there and wait for something to load until proceeding to the next line of code.
Just a hunch. If you delete that. Or, perhaps experiment by saving the template and then removing the code for say a period of a business day. I think the site will work better during the interim when you do the migration.
Anyways...see screenshots below. I made it hang by clicking refresh and then quickly fired up CMD. Here is why the pages don't load on an intermittent basis. I ran a batch file to randomly ping that address. And it only responds about 25% of the time during my 30 minute test.
As you can see. DFWM server is responding(although with high latency), but it doesn't matter because clnmde.com doesn't respond. Could be a DNS issue, I not sure.
Check it out.
Last edited by LS1Goat; 10-23-2019, 01:36 AM.
Comment
-
Originally posted by LS1Goat View PostHey Tyler. I had an hour or so to burn yesterday. I found part of the problem.
Opened up developer tools and did some debugging. You are hanging up on a bad URL in either the header navbar or forumdisplay template. You have a ad sense or ad link that is calling for dt.clnmde.com as it cascades through the template/sql query sequence. Since this is php and it has dependencies, it will sit there and wait for something to load until proceeding to the next line of code.
Just a hunch. If you delete that. Or, perhaps experiment by saving the template and then removing the code for say a period of a business day. I think the site will work better during the interim when you do the migration.
Anyways...see screenshots below. I made it hang by clicking refresh and then quickly fired up CMD. Here is why the pages don't load on an intermittent basis. I ran a batch file to randomly ping that address. And it only responds about 25% of the time during my 30 minute test.
As you can see. DFWM server is responding(although with high latency), but it doesn't matter because clnmde.com doesn't respond. Could be a DNS issue, I not sure.
Check it out.
Interested in being a VIP member and donating to the site? Click here http://dfwmustangs.net/forums/payments.php
Comment
Comment