Hello, I am trying to speed up publishing in Umbraco by implementing a custom publish method which does not generate new versions of the documents. My current implementation works ( and speeds up publishing by almost a factor 100), but with one small problem. The nodes still appear with a (+) icon in the backoffice. Does anyone know how I can tell umbraco that the node is published, to make the + sign go away ?
Basically I've created an sql stored procedure to retrieve the necessary property data xml for a document in one go. I think one of the performance problems of umbraco is too many sql calls. My problem is that the nodes still appear in the nodetree not to be published, even though everything else works.
Speeding up publishing
Hello, I am trying to speed up publishing in Umbraco by implementing a custom publish method which does not generate new versions of the documents. My current implementation works ( and speeds up publishing by almost a factor 100), but with one small problem. The nodes still appear with a (+) icon in the backoffice. Does anyone know how I can tell umbraco that the node is published, to make the + sign go away ?
Hello,
This custom publish method sounds really interesting! Could you share some code please?
I've run into publishing perfomance issues before. Maybe this topic can help: http://our.umbraco.org/forum/developers/api-questions/37022-Publishing-with-API-is-slow
Sorry I don't know how to make the + sign go away.
Jeroen
Hello Jeroen,
Basically I've created an sql stored procedure to retrieve the necessary property data xml for a document in one go. I think one of the performance problems of umbraco is too many sql calls. My problem is that the nodes still appear in the nodetree not to be published, even though everything else works.
is working on a reply...