Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. Network Optimization (2021) - Preventing High Latency ... -...

    devforum.roblox.com/t/network-optimization-2021-preventing-high-latency...

    But, that’s only measured ping, that doesn’t include any info about how data us prioritized. That means, even though measured ping is 100k ms, which is over a minute, the effective ping for things like replication could be ten, twenty, thirty minutes making your game completely unplayable in only a few minutes.

  3. How do I get rid of high ping? - Platform Usage Support - Roblox

    devforum.roblox.com/t/how-do-i-get-rid-of-high-ping/2174829

    The best way to reduce high ping is to make sure your internet connection is stable and reliable. If you are using a wireless connection, try switching to a wired connection if possible. You can also try changing your DNS server settings, as this can help improve your connection speed. Additionally, you can try using a VPN to reduce your ping.

  4. how to keep your game's ping low! - DevForum | Roblox

    devforum.roblox.com/t/network-optimization-best-practices-how-to-keep-your...

    Introduction Network optimization is extremely crucial for games to have low-ping and quick join-times, and yet there’s close to no resources on the best practices for this! This post is made in hopes of shedding light on these issues, along with knowing when and how to optimize your game’s netcode. General knowledge Some general knowledge to know before exploring network optimization ...

  5. How do I reduce Ping and Client Memory Usage? - Roblox

    devforum.roblox.com/t/how-do-i-reduce-ping-and-client-memory-usage/1844964

    The whole point is to USE the glass to make a sky-scraper, as if you use the sand, it would just fall apart. Meshes aren’t going to fix your issues. If anything, you’ll end up with more poly, which will cause issues in game. I have been having a high average client ping (~250-300ms) and a high client memory usage (around 955MB to 1GB), and ...

  6. BridgeNet | Insanely optimized, easy-to-use networking library...

    devforum.roblox.com/t/bridgenet-insanely-optimized-easy-to-use-networking...

    superceded BridgeNet Typescript Description BridgeNet is a networking library bundled with features to make optimizations easier, alongside optimizing remote events itself. It also has numerous features such as :FireAllInRange, and :FireToMultiple. Documentation Documentation here. Benchmarking / Performance This performed way better than I expected it to. Test was run w/ 200 blank remote ...

  7. How does one reduce ping in their game? - Roblox

    devforum.roblox.com/t/how-does-one-reduce-ping-in-their-game/503428

    wait(5) if part and part.Parent then. part:Destroy() end. When you could just: game.Debris:AddItem(part, 5) You could just write your own function instead - Destroy() is guaranteed to work and GC any connections that object has, and with your own function you can extend it to handle different objects in different ways.

  8. High ping on ROBLOX; But not on any other games

    devforum.roblox.com/t/high-ping-on-roblox-but-not-on-any-other-games/2812399

    help. AcidSkillz (Acid) January 28, 2024, 3:51am #1. This isn’t an issue happening to me, but it’s happening to my friend. The issue is whenever he enters any game, it doesn’t matter what, he is constantly at 200 / 300+ ping average. Yet, on other games such as Rainbow Six Siege he gets around 30 - 60 ping, and on Rust, he gets around 30 ...

  9. Topics tagged ping - Roblox

    devforum.roblox.com/tag/ping

    Roblox Ping Higher Than Usual. Scripting Support. ping. 0: 245: January 12, 2023 How can I make a Ping ...

  10. High Ping on Roblox - Platform Usage Support - DevForum | Roblox

    devforum.roblox.com/t/high-ping-on-roblox/2775211

    aabols2010 (GoIden) January 2, 2024, 7:21pm #2. It does depend if you are using internet by wire or wireless etc. This could have many causes. I’m not really into this so i won’t be able to answer this. SleepyUnnamed (wack) January 3, 2024, 8:27am #3. I use wired, and my router is just beside my PC. It’s probably my trash internet.

  11. Game has high ping - Scripting Support - Developer Forum - Roblox

    devforum.roblox.com/t/game-has-high-ping/1570602

    Idk whats causing it. High ping is mostly caused by memory leaks. RunService connections, loop functions, or not caching data and reusing data services. You could also optimize scripts from the server-side to the client side; reduce rendering and base your physics on the client side with Network Ownership. Other than that, take a look at this ...