• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

page load time is very high

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
i am using jforum and while i switch to new post or post reply screen my screen becomes blank for some time (more than 10 seconds) and then page is loaded .


If any one has any idea about how to get rid of this problem
please reply.


Asit

[originally posted on jforum.net by asit]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only thing that comes to mind is that you're DB server is being very slow to respond.

What database server are you using and how far away is it from your application server?
[originally posted on jforum.net by monroe]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i don't have problem in the latency of page load.but during that span of time the page remains balnk.The page should start rendering while loading page.I need to use the concept of
<%@ page buffer="10000kb" %>
<%@ page autoFlush="true" %>
in .jsp file .
but i don't find the way to use in jforum (corresponding freemaker tag).
i find something like <#flush/>
but not able to find the way to use it.
[originally posted on jforum.net by asit]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even if you get that to work, I think that the fact that jForum uses old style tables in it's formatting will cause that to happen. Most browsers won't render a table until it's fully complete.

On the plus side, it is possible to redo the templates to use fewer tables and more divs and probably get your page to render faster.
[originally posted on jforum.net by monroe]
 
So you made a portal in time and started grabbing people. This tiny ad thinks that's rude:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic