Home › Forums › General Questions › Loding time faster on mobile then on gtx powered PC?
- This topic has 6 replies, 3 voices, and was last updated 4 years, 4 months ago by GLiFTeK.
-
AuthorPosts
-
2020-06-21 at 7:41 pm #29032robavalParticipant
Hello!
I’m struggling a lot with performance of loading my app.
Here you can see:
http://rob.solawa.pl/gc2/Gecko_01.html
I get a loading time of over 30 seconds on both laptop and pc.
but on my android smartphone i get below 10s.Is it somehow hardware related problem? Browser doesn’t seam to matter.
2020-06-22 at 7:01 am #29060GLiFTeKCustomerYou should look into the puzzle dealing with turning on and off rendering.
Turn it off before anything.
Then when a variable saying all loaded is true, turn back on.Desktops have higher resolutions to render the viewport on, so that can be exponentially larger rendering computation while loading occurs.
I think I’m partially correct on this.
Going to experiment with it now also.Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-06-22 at 11:44 am #29105jemCustomerMany of your texture images are not loading. They return 404 for me. I do not know if this issue is the cause of your problem, but it is worth examining.
Please see the screenshot.Jeremy Wernick
2020-06-22 at 1:20 pm #29113robavalParticipant2020-06-22 at 5:40 pm #29119robavalParticipant@GlifTek – do you have any solution, how to achieve it?
Does the puzzles loads first? – so disabling rendering puzzle will take place before loading the rest of the app?
2020-06-23 at 3:27 am #29127GLiFTeKCustomerTo control the order of puzzles loading, put your puzzles in “procedure” puzzles then right click turn to get a small tag puzzle that is used to “call” them.. Then put only your main procedure that calls the others’ tag on the background. It will go first.
So you’d make your first procedure that’s called, from the main one, be stop rendering.
Kind of like the structure I have here (but this didn’t have rendering involved)…
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-06-24 at 2:37 pm #29259GLiFTeKCustomeralso… if you have a LOT of System Consol logging going on..(and have your dev console readout window open) that can seriously cause lag. i made a toggle that turns it all on or off for that specific reason.
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature! -
AuthorPosts
- You must be logged in to reply to this topic.