SilverArrow Posted November 16, 2010 Share Posted November 16, 2010 Hello! I have my own framework through which all modules are loaded and content is stored in specific class. At the end all the content is displayed on screen. I'm stucked at this last step when I want with php function (print or echo) to display the contents of all pages on screen. Then the server obviously can't handle this, because after a few clicks page hangs (stops responding - until I close the browser and reopen the page). Maybe are there some restrictions on server? Page is loading on other server just fine (that other server is a little bit faster). it' online shop with lots of html code (that's the only difference between pages that works and this one that hangs!) Any ideas? Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted November 17, 2010 Share Posted November 17, 2010 Perhaps you have a loop that isn't working correctly, causing it to hang. You may need to debug your code and find out where it is hanging before jumping to any conclusions. Quote Link to comment Share on other sites More sharing options...
Psycho Posted November 17, 2010 Share Posted November 17, 2010 Or, the problem could also be in the construction of the page. If you are using a lot of nested tables or there is invalid markup it could cause the browser to hang. You can easily test this by loading a page in the browser and then saving it locally to the client PC. Then reopen the page from the local copy. If there is still a problem in the page displaying it is with the content and not the creation. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.