08-22-2023, 02:06 PM
Hello!
I'm creating a very complex webpage in Intraweb 15.3.10. It creates houndreds of images och positions them on absolute positions on the web page. All this is mixed with a lot of component that are created runtime.
My problem is the response is very unreliable. On a very fast computer it sometimes manages to display a proper webpage, but mostly it fails. Colours are wrong, components are missing, events on components dos not fire among other things. The result may vary depending on webbrowser and computer speed on client.
When checking the log I can see that the when the rendering is completed in the WebServer the client keeps on doing small updates on the screen for a long time.
When resizing the webpage i update the positions and sizes on all components to match the new webpage size, this operation often fails too. Positions are changed but does not get updated on screen for example.
Is there some "max limit" of the complexity that a webpage can handle? Can this be increased?
Best regards, Mikael
I'm creating a very complex webpage in Intraweb 15.3.10. It creates houndreds of images och positions them on absolute positions on the web page. All this is mixed with a lot of component that are created runtime.
My problem is the response is very unreliable. On a very fast computer it sometimes manages to display a proper webpage, but mostly it fails. Colours are wrong, components are missing, events on components dos not fire among other things. The result may vary depending on webbrowser and computer speed on client.
When checking the log I can see that the when the rendering is completed in the WebServer the client keeps on doing small updates on the screen for a long time.
When resizing the webpage i update the positions and sizes on all components to match the new webpage size, this operation often fails too. Positions are changed but does not get updated on screen for example.
Is there some "max limit" of the complexity that a webpage can handle? Can this be increased?
Best regards, Mikael