<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Brett Beaumont wrote:
<blockquote
 cite="midE9A401348CAF8E41A736032FC7D6F03205D42589@sywns013.ad.sytec.com"
 type="cite">
  <meta http-equiv="Context-Type" content="text/html; charset=us-ascii">
  <title>Static Export Speed in Version 6</title>
  <p> All, </p>
  <p> We manage a couple of large OpenCMS v5 instances where the static
export time is incredibly long (over an hour). Can anyone tell me if
OpenCMS v6 makes a significant difference to the speed of the static
export? </p>
  <p><b><i> Brett Beaumont </i> </b> <br>
  <i><span lang="en-us"> Technical Consultant </span></i>
  <br>
  <i><span lang="en-us"> Sytec Resources Limited </span><span
 lang="en-nz"> </span></i><i><span lang="en-nz"></span></i><span
 lang="en-nz"><b> </b></span>
  </p>
  <p><span lang="en-nz"><i> Email </i>   < </span><a
 href="mailto:brett.beaumont@sytec.com"><span lang="en-nz">
mailto:brett.beaumont@sytec.com </span></a><span lang="en-nz"> > </span>
  <br>
  <span lang="en-nz"><i> WWW </i>     </span><a
 href="http://www.sytec.com"><span lang="en-nz"> http://www.sytec.com </span></a><span
 lang="en-nz"></span>
  </p>
  <p><span lang="en-nz"> Important:  This electronic mail message and
attachments (if any) are confidential and may be legally privileged. 
If you are not the intended recipient please contact us immediately and
destroy this message.  You may not legally copy, disclose, disseminate
or use the contents in any way.  Thank you. </span><b><i><span
 lang="en-us"></span></i></b></p>
  <pre wrap="">
<hr size="4" width="90%">

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
I have the feeling that it is faster than with opencms 5, but still it
requires a lot of time for publishing.<br>
not much experience yet from my side.<br>
<br>
I have coded an own publishing class to do the static export in a
low-priority background process so that the user doesn't have to wait
for it to finish.<br>
If i've tested it, i'll post it to the list.<br>
<br>
Of course background publishing still generates load and takes time. If
you make changes very frequently, then I don't know - maybe it's better
then to use the new OnDemandStaticExportHandler, which hooks into the
"file not found" processing and writes out a page only, if it is
requested and not yet existing. <br>
In this way, your pages don't have to be pre-exported, before they are
requested.<br>
<br>
Christian<br>
</body>
</html>