Welcome!

Release Management Authors: David H Deans, Liz McMillan, Jnan Dash, Lori MacVittie, Gilad Parann-Nissany

Related Topics: Machine Learning , Java IoT, Industrial IoT, Agile Computing, Release Management , @BigDataExpo

Machine Learning : Article

Optimize Front-End Web Performance to Ensure Highly Satisfying Experiences

Deliver fast, feature-rich applications that lead to customer satisfaction, brand loyalty and sales

Today's end users demand highly satisfying and interactive web experiences, such as automatically populated search suggestions and dynamic menus. To make applications more engaging, technologies like AJAX (Asynchronous JavaScript and XML) have emerged. AJAX works by dynamically displaying and allowing users to interact with presented information - think of when you enter a Google search and results are produced as you type. AJAX does this by sending data to, and retrieving data from, a server asynchronously in the background, without interfering with the display and behavior of an existing page.

While AJAX can make websites and web applications seem faster and more engaging, it also results in more application logic sitting in the web browser than ever before. This produces a greater impact for browsers overall on end-user experiences, which makes it critical to measure and optimize the performance of dynamic web applications at the browser level.

In this article, we'll show how consumers increasingly find website and web application performance issues unacceptable. We'll discuss the evolution of AJAX, and why "server-side" solutions alone are no longer sufficient to manage performance for complex AJAX web applications. Finally, we'll highlight industry developments that are making it possible for companies to ensure high-performing AJAX web applications and, consequently, more satisfying and profitable end-user interactions.

Web Application Performance Equals Money
Poor web application performance directly impacts customer loyalty, brand and sales. As response times increase, end-user interactions begin to slow and dissatisfaction rises, resulting in a staggering business impact. Consider the following:

  • Amazon has calculated that a page load slowdown of just one second could cost it $1.6 billion in sales each year.
  • Google found that slowing search response times by just four-tenths of a second would reduce the number of searches by eight million per day - a sizeable amount.
  • Compuware's own findings reveal that increasing load times by two seconds increases abandonment rates by eight percent.

This is known as the "Google Effect," where customers expect all the web applications they interact with to be as fast and engaging as Google. For the average user, 0.1 seconds is an instantaneous, acceptable response, similar to what they experience with a Google search. Not surprisingly, companies are investing heavily to make sure they deliver highly satisfying, feature-rich websites and applications. One approach they are taking is adopting web development techniques like AJAX for the front-end of their applications.

The Evolution of AJAX
In 2005, Asynchronous JavaScript and XML, also known as AJAX, evolved as a means of delivering faster, more interactive and engaging end-user experiences with feature-rich applications. With AJAX, application processing is an "open connection" between the browser and the server, which enables information to be delivered to users dynamically as users request it. An AJAX application eliminates the "start-stop-start-stop" nature of interaction on the web by introducing an intermediary - an AJAX engine - between the user and the server. It seems like adding a layer to an application would make it slower, but the opposite is true.

Technically, AJAX is a method for exchanging data asynchronously between browser and server to avoid full page reloads. Instead of loading a web page at the start of a session, the browser loads an AJAX engine - written in JavaScript and usually tucked away in a hidden frame. This engine is responsible for both rendering the interface the user sees and communicating with the server on the user's behalf. The AJAX engine allows the user's interaction with the application to happen asynchronously - independent of communication with the back-end server.

With AJAX, feature-rich web applications can now be dynamically served up to end users much more quickly and efficiently than in the past. In contrast, in the 1990s, most web sites were based on complete HTML pages. Each user action required that the page be reloaded from the server, or a new page loaded. This process was highly inefficient, increasing end-user wait times due to excessive server round-trips.

Solving the AJAX Performance Management Challenge
The benefits of AJAX are clear, but AJAX technologies also bring with them some performance management challenges. "Server-side" solutions that monitor server response times are blind to the AJAX engine, because it sits in the browser. Every user action that normally would generate an HTTP request takes the form of a JavaScript call to the AJAX engine instead. Any response to a user action that doesn't require a trip back to the server - such as simple data validation, editing data in memory and even some navigation - the engine handles on its own. If the engine needs something from the server in order to respond - if it's submitting data for processing, loading additional interface code, or retrieving new data - the engine makes those requests asynchronously, usually using XML, without stalling a user's interaction with the application. So a lot more time and processing is being spent in the browser and server-side monitoring solutions do not capture this. Not being able to proactively manage performance across browsers could hamper the very speed organizations are trying to enhance by using AJAX.

Testing and optimizing "traditional" page-based web applications is not too hard to do; you simply test the individual URLs. This is great for traditional websites but doesn't work anymore for AJAX applications which provide most of their functionality on a single page or URL. Only a very small time is actually spent in the initial page load. The rest is spent in JavaScript, XHR Calls and DOM Manipulations triggered by user actions on the same URL.

To remedy this problem, new solutions are available that enable organizations to test and diagnose AJAX web application performance issues. Leveraging a new generation of application performance management (APM) centered on the end-user experience, these solutions provide organizations with a bird's eye view into how dynamic AJAX web applications are performing for real end users across a variety of browser types. This empowers organizations to pinpoint and address browser-specific problems that could be inhibiting a world-class, end-user experience, including long-running Java script code, excessive DOM calls, slow AJAX invocations or problems with rendering. In essence, organizations can analyze forensics on all activities within dynamic page components as they are presented to end users.

Conclusion
With more application logic sitting in the web browser than ever before, it is critical to measure and optimize the performance of dynamic web applications at the browser level. This is essential to keeping customers loyal and attracting new ones. Fortunately, today organizations can glean tremendous insight into client-side performance issues and immediately tweak performance for AJAX-based websites and web applications. By addressing the complexity created by multiple browsers at the edge of the Internet, organizations can truly leverage all that AJAX has to offer - delivering fast, feature-rich applications that lead to customer satisfaction, brand loyalty and sales.

More Stories By Matthew Zanderigo

Matthew Zanderigo is a product marketing manager with Compuware's Application Performance Management (APM) business unit. He specializes in market intelligence, business development and market research. Matthew can be reached at: matthew.zanderigo@compuware.com.

Comments (0)

Share your thoughts on this story.

Add your comment
You must be signed in to add a comment. Sign-in | Register

In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect.


@ThingsExpo Stories
No hype cycles or predictions of zillions of things here. IoT is big. You get it. You know your business and have great ideas for a business transformation strategy. What comes next? Time to make it happen. In his session at @ThingsExpo, Jay Mason, Associate Partner at M&S; Consulting, presented a step-by-step plan to develop your technology implementation strategy. He discussed the evaluation of communication standards and IoT messaging protocols, data analytics considerations, edge-to-cloud tec...
New competitors, disruptive technologies, and growing expectations are pushing every business to both adopt and deliver new digital services. This ‘Digital Transformation’ demands rapid delivery and continuous iteration of new competitive services via multiple channels, which in turn demands new service delivery techniques – including DevOps. In this power panel at @DevOpsSummit 20th Cloud Expo, moderated by DevOps Conference Co-Chair Andi Mann, panelists examined how DevOps helps to meet the de...
When growing capacity and power in the data center, the architectural trade-offs between server scale-up vs. scale-out continue to be debated. Both approaches are valid: scale-out adds multiple, smaller servers running in a distributed computing model, while scale-up adds fewer, more powerful servers that are capable of running larger workloads. It’s worth noting that there are additional, unique advantages that scale-up architectures offer. One big advantage is large memory and compute capacity...
With major technology companies and startups seriously embracing Cloud strategies, now is the perfect time to attend 21st Cloud Expo October 31 - November 2, 2017, at the Santa Clara Convention Center, CA, and June 12-14, 2018, at the Javits Center in New York City, NY, and learn what is going on, contribute to the discussions, and ensure that your enterprise is on the right path to Digital Transformation.
"When we talk about cloud without compromise what we're talking about is that when people think about 'I need the flexibility of the cloud' - it's the ability to create applications and run them in a cloud environment that's far more flexible,” explained Matthew Finnie, CTO of Interoute, in this SYS-CON.tv interview at 20th Cloud Expo, held June 6-8, 2017, at the Javits Center in New York City, NY.
Amazon started as an online bookseller 20 years ago. Since then, it has evolved into a technology juggernaut that has disrupted multiple markets and industries and touches many aspects of our lives. It is a relentless technology and business model innovator driving disruption throughout numerous ecosystems. Amazon’s AWS revenues alone are approaching $16B a year making it one of the largest IT companies in the world. With dominant offerings in Cloud, IoT, eCommerce, Big Data, AI, Digital Assista...
Artificial intelligence, machine learning, neural networks. We’re in the midst of a wave of excitement around AI such as hasn’t been seen for a few decades. But those previous periods of inflated expectations led to troughs of disappointment. Will this time be different? Most likely. Applications of AI such as predictive analytics are already decreasing costs and improving reliability of industrial machinery. Furthermore, the funding and research going into AI now comes from a wide range of com...
Internet of @ThingsExpo, taking place October 31 - November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA, is co-located with 21st Cloud Expo and will feature technical sessions from a rock star conference faculty and the leading industry players in the world. The Internet of Things (IoT) is the most profound change in personal and enterprise IT since the creation of the Worldwide Web more than 20 years ago. All major researchers estimate there will be tens of billions devic...
We build IoT infrastructure products - when you have to integrate different devices, different systems and cloud you have to build an application to do that but we eliminate the need to build an application. Our products can integrate any device, any system, any cloud regardless of protocol," explained Peter Jung, Chief Product Officer at Pulzze Systems, in this SYS-CON.tv interview at @ThingsExpo, held November 1-3, 2016, at the Santa Clara Convention Center in Santa Clara, CA
SYS-CON Events announced today that Ayehu will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place on October 31 - November 2, 2017 at the Santa Clara Convention Center in Santa Clara California. Ayehu provides IT Process Automation & Orchestration solutions for IT and Security professionals to identify and resolve critical incidents and enable rapid containment, eradication, and recovery from cyber security breaches. Ayehu provides customers greater control over IT infras...
SYS-CON Events announced today that MobiDev, a client-oriented software development company, will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place October 31-November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA. MobiDev is a software company that develops and delivers turn-key mobile apps, websites, web services, and complex software systems for startups and enterprises. Since 2009 it has grown from a small group of passionate engineers and business...
SYS-CON Events announced today that GrapeUp, the leading provider of rapid product development at the speed of business, will exhibit at SYS-CON's 21st International Cloud Expo®, which will take place October 31-November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA. Grape Up is a software company, specialized in cloud native application development and professional services related to Cloud Foundry PaaS. With five expert teams that operate in various sectors of the market acr...
SYS-CON Events announced today that Enzu will exhibit at SYS-CON's 21st Int\ernational Cloud Expo®, which will take place October 31-November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA. Enzu’s mission is to be the leading provider of enterprise cloud solutions worldwide. Enzu enables online businesses to use its IT infrastructure to their competitive advantage. By offering a suite of proven hosting and management services, Enzu wants companies to focus on the core of their ...
SYS-CON Events announced today that Cloud Academy named "Bronze Sponsor" of 21st International Cloud Expo which will take place October 31 - November 2, 2017 at the Santa Clara Convention Center in Santa Clara, CA. Cloud Academy is the industry’s most innovative, vendor-neutral cloud technology training platform. Cloud Academy provides continuous learning solutions for individuals and enterprise teams for Amazon Web Services, Microsoft Azure, Google Cloud Platform, and the most popular cloud com...
SYS-CON Events announced today that IBM has been named “Diamond Sponsor” of SYS-CON's 21st Cloud Expo, which will take place on October 31 through November 2nd 2017 at the Santa Clara Convention Center in Santa Clara, California.
In his session at Cloud Expo, Alan Winters, an entertainment executive/TV producer turned serial entrepreneur, presented a success story of an entrepreneur who has both suffered through and benefited from offshore development across multiple businesses: The smart choice, or how to select the right offshore development partner Warning signs, or how to minimize chances of making the wrong choice Collaboration, or how to establish the most effective work processes Budget control, or how to ma...
SYS-CON Events announced today that CA Technologies has been named "Platinum Sponsor" of SYS-CON's 21st International Cloud Expo®, which will take place October 31-November 2, 2017, at the Santa Clara Convention Center in Santa Clara, CA. CA Technologies helps customers succeed in a future where every business - from apparel to energy - is being rewritten by software. From planning to development to management to security, CA creates software that fuels transformation for companies in the applic...
Multiple data types are pouring into IoT deployments. Data is coming in small packages as well as enormous files and data streams of many sizes. Widespread use of mobile devices adds to the total. In this power panel at @ThingsExpo, moderated by Conference Chair Roger Strukhoff, panelists looked at the tools and environments that are being put to use in IoT deployments, as well as the team skills a modern enterprise IT shop needs to keep things running, get a handle on all this data, and deliver...
In his session at @ThingsExpo, Eric Lachapelle, CEO of the Professional Evaluation and Certification Board (PECB), provided an overview of various initiatives to certify the security of connected devices and future trends in ensuring public trust of IoT. Eric Lachapelle is the Chief Executive Officer of the Professional Evaluation and Certification Board (PECB), an international certification body. His role is to help companies and individuals to achieve professional, accredited and worldwide re...
IoT solutions exploit operational data generated by Internet-connected smart “things” for the purpose of gaining operational insight and producing “better outcomes” (for example, create new business models, eliminate unscheduled maintenance, etc.). The explosive proliferation of IoT solutions will result in an exponential growth in the volume of IoT data, precipitating significant Information Governance issues: who owns the IoT data, what are the rights/duties of IoT solutions adopters towards t...