Giter VIP home page Giter VIP logo

Comments (9)

k00ni avatar k00ni commented on July 19, 2024

Did you experience major performance issues? Or are there stutters in the browser? If nothing of this, why preloading?

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

On my smartphone it takes about 3 to 6 seconds from clicking a marker to the detailed results view. May we can improve it through preloading the details of the visible buildings.

from building-navigator.

k00ni avatar k00ni commented on July 19, 2024

Think about storing data using https://github.com/samyk/evercookie

from building-navigator.

k00ni avatar k00ni commented on July 19, 2024

Look for prefetching concepts and approaches. Try to preload building information when user on welcome screen. Load further information, when user moves the map or something.

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

Evercookies main point is to use all available browsers store (cookie, flash, html5 store, ...) and tries to avoids that users delete its content, which couldn't be our target.

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

After some thinking I decided to don't use preloading of data, because of to less positive effects to the end user. It does not really improve the speed of the app.

from building-navigator.

k00ni avatar k00ni commented on July 19, 2024

Evercookies main point is to use all available browsers store (cookie, flash, html5 store, ...) and tries to avoids that users delete its content, which couldn't be our target.

Why is that a problem here? We only store building information to speed up loading for users, nothing personal or sensitive.

from building-navigator.

simeonackermann avatar simeonackermann commented on July 19, 2024

First it has some caveats
Secondly i think its too intrusive:

If cookie data is removed from any of the storage mechanisms, evercookie aggressively re-creates it in each mechanism as long as one is still intact

from building-navigator.

k00ni avatar k00ni commented on July 19, 2024

Good points. I agree to leave that for now.

from building-navigator.

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.