GithubHelp home page GithubHelp logo

Comments (5)

exodus4d avatar exodus4d commented on June 8, 2024

Do you have v0.0.10 installed? this should already be fixed

from pathfinder.

Kurosar avatar Kurosar commented on June 8, 2024

Yes, 0.0.10

PS : that's what i'd call "beta testing" :D

The entire corporation loves it, thanks a lot Exodus for providing such an awesome tool!

from pathfinder.

exodus4d avatar exodus4d commented on June 8, 2024

Thanks for testing! If you like it, feel free to write a short review in the official forum thread ;)

from pathfinder.

exodus4d avatar exodus4d commented on June 8, 2024

OK, I´m able reproduce this. This happens when jumping between systems (playerCount tooltip updates). Up to this point everything is fine.By moving the previous system around on the map, the tooltips break up and shows HTML.

from pathfinder.

exodus4d avatar exodus4d commented on June 8, 2024

@Sakarias-Longhorn: For now, I would advise against changing the timings e.g.

[PATHFINDER.TIMER.UPDATE_SERVER_USER_DATA]

During development, i experimented a lot with the timing trigger interval. If you change the timings you, have to change some other values too. The default caching time fore some models is hardcoded e.g.
https://github.com/exodus4d/pathfinder/blob/master/app/main/controller/controller.php L.79 Die default object cache time for the current UserModel Object is seit to 5 = 5000ms. I´ll probably move all this configuration stuff into the pathfinder.ini soon.

Further more, `Pathfinder already has some functionality, to adopt the timings dynamically to the current user behaviour :) If you use the Program with your OGB and you switch the focus to another Tab, die interval is increased because I expect, the user is more or less "AFK" and not interested in a second precise update cycle.

https://github.com/exodus4d/pathfinder/blob/master/js/app/page.js L.859

You can check this by opening your browser console, or the Task Mangager Dialog in Pathfinder, You should see the default timings above each graph, now switch to an other Tab, wait 5sec and switch back. The Timings changed from 5000ms to 15000ms. When the next update interval starts and your tab is active again, the timings will also switch back to 5000ms. This has a massive improvements in server performance. And "inactive" players don´t get their maps updated as quick as others.

from pathfinder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.