site slowness?


Recommended Posts

ok its still very slow!

Microsoft Windows XP [Version 5.1.2600]

© Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Briant>tracert neowin.net

Tracing route to neowin.net [70.84.250.53]

over a maximum of 30 hops:

1 3 ms 2 ms 2 ms 192.168.2.1

2 12 ms 10 ms 13 ms 10.33.112.1

3 12 ms 12 ms 14 ms brom-t2cam1-a-ge93.inet.ntl.com [80.1.226.5]

4 13 ms 24 ms 23 ms brom-t2core-a-ge-wan61.inet.ntl.com [80.1.225.5]

5 12 ms 11 ms 11 ms pop-bb-a-so-210-0.inet.ntl.com [62.253.184.105]

6 14 ms 14 ms 14 ms 195.50.91.69

7 18 ms 14 ms 13 ms ge-0-3-0-0.bbr2.London1.Level3.net [4.68.128.125

]

8 119 ms 125 ms 118 ms ae-0-0.bbr1.Dallas1.Level3.net [64.159.1.109]

9 118 ms 126 ms 117 ms ge-1-1-53.car3.Dallas1.Level3.net [4.68.122.70]

10 129 ms * 129 ms 4.78.220.10

11 128 ms 205 ms 130 ms vl32.dsr01.dllstx3.theplanet.com [70.85.127.61]

12 202 ms 131 ms 128 ms dist-vlan-42.dsr2-2.dllstx4.theplanet.com [70.85

.127.91]

13 130 ms 135 ms 139 ms gig1-0-1.tp-car9-1.dllstx4.theplanet.com [67.18.

116.69]

14 * * * Request timed out.

15 * * * Request timed out.

16

YES its backup sunday but it STILL shouldnt make it this slow and i would have thought its finished by now

ALSO its not normally this slow other sundays!

And i know that the server doesnt respond to ping/tracert but those tracert does show there is a latency spike on one of the routers between here and neowin.

A backup may slow the server down but i mean comon 2+ mins to open a page and its been like this all day on and off.

I can't believe for 1 second that the backup is all thats cuasing this slowness.

Obviously they are doing a master backup before they install IPB 2.1 :ninja:

Seriously, some Sundays are slower than others. Maybe there was more activity this weel than last week. Maybe there is a babe thread that I don't know about.

Maybe we got mentioned again on some other site that shall remain nameless. :D Maybe we have a lot of Germans visiting because of that magazine.

In all likelyhood things we be normal again soon. Please be patient.

really?  what new thingys will tag along with that?

586479021[/snapback]

dunno but i should imagine thats going to be some upgrade.

considering the size of neowins sql database must be huge.

do they ever clear out the old stuff :unsure:

Seriously, some Sundays are slower than others.  Maybe there was more activity this weel than last week.  Maybe there is a babe thread that I don't know about.

586478588[/snapback]

LMFAO, I give you the award for post of the day :rofl: :laugh:

I'm still having the slowness. It took me 2 minutes just to log in, plus another minute just to open this topic.

Most Sunday Backups don't usually take this long. (Usually 12 hours before this.)

So, (and I am probably starting the rumor mill here), but why do you think it is taking so long. Are they taking a full master backup before moving to IPB 2.1, or are they... I can't believe I am even saying this... moving to phpBB. :pinch:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Meta will now use data from outside businesses to personalize AI responses by David Uzondu In an update that's rolling out globally (except in a handful of countries), Meta will use your data from outside businesses to personalize your AI responses and your primary feeds. Meta already utilizes your shopping activity to target ads, but the company now plans to expand this tracking to personalize other "parts of your experience" like feed algorithms and AI assistant chats. The company is replacing the two settings ("Your activity off Meta technologies" and "Activity from other businesses") that currently let you disconnect off-platform activity with a single, renamed setting called Activity from other businesses. If you don't want Meta to manipulate your feed and AI responses using your outside history, you can just turn the Activity from other businesses setting off in your account settings. This toggle resides within your Accounts Center, applying your choice to every connected profile. Turning this off will not stop companies from sending your data to Meta. The company will still collect your web interactions, but it only uses them to train products, while still accessing external accounts you connect. When The Verge spoke to Meta spokesperson, Emil Vazquez, the representative said that this update will exclude several locations at launch including the European region, the UK, Brazil, Thailand, South Africa, Turkey, South Korea, Ecuador, Nigeria, and Kenya. The new update comes at a time when the social media giant is recovering from a major PR disaster involving generative AI. Last week, there was a huge security issue on Instagram where attackers figured out a way to exploit a prompt injection vulnerability. Hackers managed to trick Meta AI into handing over account ownership (even if the victim had 2FA enabled). Some of the affected accounts include the dormant Obama White House profile, cosmetics brand Sephora, the Chief Master Sergeant of the Space Force, and security researcher Jane Manchun Wong. Internally, the company also had to scale back plans on its Model Capability Initiative (MCI), an employee-monitoring program designed to train corporate AI models by recording worker keystrokes and screen activity, after employees raised privacy concerns and complained about severe battery life drain.
    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      512
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!