<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Lorenzo Sala wrote:
<blockquote cite="mid:26629356.post@talk.nabble.com" type="cite">
  <pre wrap="">Ciao Achim,
               may be I found the real problem that will solve most of our
long waits. There is only 1 project that is exporting only the modified
files and it takes about 1 second to export them. This project is the only
one that has a <export-rule> configuration in the opencms-importexport.xml.
All the other projects doesn't appear in this file at all. Could this be
what causes CMS to republish ALL the files of all the projects when we do an
export?
  </pre>
</blockquote>
Yes - exactly. If there is a fitting export-rule for your published
file, then opencms will only export those files that are covered by
this rule. If there is no such rule, then <i>all</i> exportable
resources will be re-exported.<br>
<br>
So if you define separate export rules for each of your projects, then
publishing will only cause the project-specific resources to be
exported.<br>
<br>
<blockquote cite="mid:26629356.post@talk.nabble.com" type="cite">
  <pre wrap="">
I'm setting up some <export-rule> for the rest of the projects and tomorrow
we'll see if that worked.
  </pre>
</blockquote>
This will definitely work.<br>
<br>
<br>
Kind regards<br>
Christian<br>
</body>
</html>