![]() |
web page loading issue - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: web page loading issue (/showthread.php?tid=30567) |
web page loading issue - El Forum - 05-19-2010 [eluser]ravi_kachh[/eluser] Hello all, I am new in code igniter. I just developed the website in code igniter, It just to complete now but at this moment i got a new bug in my site. when I click on any link a new page is opened but as all the contents of the page loaded completely but in browser it showing still loading the web page.. and it taking 2 min to stop loading. I don't able to know how this is happening or which of my code is taking time to execute.??? Can anyone help me in the related issue?? Thanks, Ravi web page loading issue - El Forum - 05-19-2010 [eluser]Bart v B[/eluser] Do you have a link that we can look at it. It sounds like that something like javascript is looping arround. web page loading issue - El Forum - 05-19-2010 [eluser]ravi_kachh[/eluser] Hay Thanks Bart to reply on my issue. Actually the problem is solved. The issue is with the session variables. I am using heavy session for my site and checking session on menu loading page which is including in all sub pages. This session is taking time to load data and hence a result in displaying loading timer even after the content loaded. Ravi |