AI article.
From my experience one of the core reasons they are slow is because the backends are still IBM, and every web query needs to be translated a number of times, often web <> java <> IBM/TPF, which is what bottlenecks each request.
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
AI article.
From my experience one of the core reasons they are slow is because the backends are still IBM, and every web query needs to be translated a number of times, often web <> java <> IBM/TPF, which is what bottlenecks each request.
Could you give an example of what makes this an AI article? If you're referring to the image, that is credited to the Illustrator Jeffrey Phillips.
As for airline backend infrastructure, I remember attending a great talk from Skyscanner, explaining how airlines were ahead of the curve getting computers but the problem is they haven't kept them modern. That however, is not an excuse for poor front-end performance that the article discusses.
What was analysed#
Using Airline Website Speed Benchmark data, I studied 111 of the world’s top airlines — pulling real-user Core Web Vitals (CWV) data from the Chrome UX Report, cross referenced with if they passed Google’s site speed ranking assessment, Skytrax service rankings, and the technology stack behind each site.
It’s altered or had a couple of passes, but this is pretty boilerplate in LLM research efforts these days.
The image is fine, the content is over the top detailed and misses the core issue which is the backend.
The points may be valid that there is room for improvement on the frontend, but the backend can’t be made more responsive without significant backend improvements, which is very risky because some of it literally skipped an entire generation of developers (meaning the ones who retired making this, didn’t hand off knowledge to the next generation).
You heard right on that conference, they were first and then they fell asleep at the wheel.
Transport and waypoint routing is one of the most challenging processes to get right in software.