Hi,
I've created a view that outputs empty result (I only need a custom node add form). There are 4 fields in the editview form (title, 2 cck text fields, taxonomy). The issue is that view rendering time is always above 12000ms while query build and execute times are less then 1ms. So it doesn't differ from the node/add page for this content type which is itself slow.
Leaving just the node title in the editview form doesn't reduce the render time. I've tried to switch the views caching on but in this case nodes don't get created.
Please advise if there's anything that can be done on editviews side (such as working with views caching or skip rendering those node fields that are not included)?
Regards