|
|
|
|
|
by greatartiste
2332 days ago
|
|
Years ago I was involved in a project to scrape certain info out of a SAP system with a web interface. It would have been easier to do it with a API but my conversations with the SAP people at work were going nowhere (is it me or do SAP IT people have no concept of how things are done outside the world of SAP ?). Anyway I started looking through the Javascript the browser automatically downloads and found there was 10s of MBs of un optimised code only a tiny percentage of which was being used. It was horrific and it was easy to understand why the system was so mind blowingly slow. |
|
SAP has strong NIH syndrome. They could get away with it due to their dominance. So these guys are in echo chamber of own. It reflects and explains the observation you have here.
> 10s of MBs of un optimised code only a tiny percentage of which was being used
frameworks! they try to scale development with frameworks, and end up in dilbert-esque side effects like these.