Archive

Posts Tagged ‘Enterprise’

Enterprise performance

October 31st, 2008

I’ve been working with a lot of enterprise software during my whole career and it keep surprising me that almost no enterprise tool has any consideration for performance. I understand that the pricing is usually per CPU, which makes performance a less interesting feature for sales. But it goes too far.

How is it possible that you are advised to run 1 Oracle  WebLogic Portal instance on 1 CPU? I know portal is not comparable to PHP, but a factor 1:1000 is a bit to much for my liking. And Oracle is not alone in this: IBM, SAP, all of these are slow and slower. And it’s weird since we (the IT boys and girls) have fixed this a long time ago.

There is a beautiful concept called HTML caching. Yes, I know: that’s not nice, architectural incorrect, not flexible enough. Indeed, heavily personalised pages might not be the primary candidates for full page caching, but most of the websites out there still use a fairly static homepage. Cache that page!

At Componence we’ve (finally) delivered a standard caching solution to put in front of Oracle WebLogic Portal (or BEA Weblogic Portal and the result is shocking. The performance improvement is upwards of 1:20. Give it a try: http://www.wk-vet.fr. Yes, that’s portal, and it’s dynamic.

Dear enterprise architects, please stop being such principle asses and apply the most common fixes to your performance problems.

Enterprise 2.0, Opinion, Web ,