array:85 [
"id" => 217
"featured" => false
"addImage" => true
"overwriteMeta" => false
"fullsize" => false
"addEnclosure" => false
"target" => false
"noComments" => false
"published" => true
"pid" => 9
"tstamp" => 1722497624
"headline" => "API vs. Middleware: Which Approach is Better for Your Business?"
"alias" => "api-vs-middleware-which-approach-is-better-for-your-business"
"author" => "by Noah Strerath"
"date" => "2024 May 15 09:34"
"time" => 1715758440
"pageTitle" => "API vs. Middleware: What's Better for Your Business? | ESYON"
"robots" => "index,follow"
"description" => "When it comes to choosing between API vs. Middleware, seamless integration through APIs is often recommended. We'll show you why. ▶ Read the article."
"subheadline" => ""
"teaser" => "<p>How many software applications are in use daily at your company? Our experience has shown that online retailers, in particular, have an extremely diverse system landscape. They often connect their online shops with ERPs (such as Microsoft Dynamics), which manage the majority of their business processes. In turn, the ERP is connected to shipping service providers, payment providers, and many other applications. Is your software pool structured similarly?</p>"
"singleSRC" => "files/content/blog/content/Mann-mit-handy.jpeg"
"alt" => "Men laughing at his Phone"
"imageTitle" => ""
"size" => "a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:1:"3";}"
"imageUrl" => ""
"caption" => ""
"floating" => "above"
"enclosure" => []
"source" => "default"
"linkText" => ""
"jumpTo" => 0
"articleId" => 0
"url" => ""
"cssClass" => ""
"start" => ""
"stop" => ""
"languageMain" => 0
"tags" => array:2 [
0 => "E-Commerce"
1 => "Mobile Commerce"
]
"canonicalLink" => ""
"lesedauer" => ""
"contaoSeoMainKeyword" => ""
"contaoSeoSecondaryKeywords" => ""
"searchIndexer" => ""
"og_title" => ""
"og_type" => ""
"og_image" => null
"og_properties" => null
"twitter_site" => ""
"twitter_creator" => ""
"twitter_card" => ""
"twitter_title" => ""
"twitter_description" => null
"twitter_image" => null
"class" => ""
"newsHeadline" => "API vs. Middleware: Which Approach is Better for Your Business?"
"subHeadline" => ""
"hasSubHeadline" => false
"linkHeadline" => "<a href="/news/api-vs-middleware-which-approach-is-better-for-your-business" title="Read the article: API vs. Middleware: Which Approach is Better for Your Business?">API vs. Middleware: Which Approach is Better for Your Business?</a>"
"archive" => Contao\NewsArchiveModel {#1480
#arrData: array:15 [
"id" => 9
"protected" => false
"allowComments" => false
"moderate" => false
"bbcode" => false
"requireLogin" => false
"disableCaptcha" => false
"tstamp" => 1701087847
"title" => "Aktuelles (EN)"
"jumpTo" => 98
"groups" => null
"notify" => "notify_admin"
"sortOrder" => "ascending"
"perPage" => 0
"master" => 0
]
#arrModified: []
#arrRelations: array:3 [
"jumpTo" => array:4 [
"table" => "tl_page"
"field" => "id"
"type" => "hasOne"
"load" => "lazy"
]
"groups" => array:4 [
"table" => "tl_member_group"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"master" => array:3 [
"table" => "tl_news_archive"
"field" => "id"
"type" => "hasOne"
]
]
#arrRelated: []
#arrEnums: []
#blnPreventSaving: false
}
"count" => 0
"text" => Closure() {#1485
class: "Contao\Template"
use: {
$callback: """
<div class="custom-text pxy-none bg-white ce_rsce_text block">\r\n
<div class="text-wrapper" data-widget="rsce_text_config">\r\n
<div class="container-xxl text-left">\r\n
<div class="row">\r\n
<div class="col-12">\r\n
<div class="content text-left column-1">\r\n
<p>How many software applications are in use daily at your company? Our experience has shown that online retailers, in particular, have an extremely diverse system landscape. They often connect their online shops with ERPs (such as Microsoft Dynamics), which manage the majority of their business processes. In turn, the ERP is connected to shipping service providers, payment providers, and many other applications. Is your software pool structured similarly?</p>\n
<p>Very good, because deep integration allows numerous processes to be automated and accelerated. If you have landed on this post, there is a good chance that you are looking to build a system architecture like this. If so, you should definitely keep reading.</p>\n
<p>There are essentially two ways to build an integration using ERP: with middleware or through an API (Application Programming Interface). In this post, we want to show you why the latter is the better solution in most cases.</p> </div>\r\n
</div>\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="custom-text pxy-none bg-white ce_rsce_text block">\r\n
<div class="text-wrapper" data-widget="rsce_text_config">\r\n
<div class="container-xxl text-left">\r\n
<div class="row">\r\n
<div class="col-12">\r\n
<h3 class="headline">What are the differences between API and Middleware?</h3>\r\n
<div class="content text-left column-1">\r\n
<p>Both API and Middleware serve to link two systems that are separate from each other. While Middleware is an additional software that mediates between both systems, data transmission takes place directly with the help of an API. The API approach offers a number of advantages due to its more compact structure.</p> </div>\r\n
</div>\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="custom-text pxy-none bg-white ce_rsce_text block">\r\n
<div class="text-wrapper" data-widget="rsce_text_config">\r\n
<div class="container-xxl text-left">\r\n
<div class="row">\r\n
<div class="col-12">\r\n
<h2 class="headline">What does API vs. Middleware actually mean?</h2>\r\n
<div class="content text-left column-1">\r\n
<p>You've probably encountered the abbreviation API before. But what exactly does it entail? And what does the term Middleware mean? In the following, we want to provide you with a closer look at the basics.</p>\n
<h3>Communication via API</h3>\n
<p>The API can be understood as a direct connection between two systems. It acts as a kind of messenger that transfers information from one system to the other and plays back its response in reverse. Many tools, such as applications for email marketing (e.g., Mailchimp), e-commerce platforms (e.g., Shopify), payment providers (e.g., Klarna), etc., provide developers with their own APIs. With these, the systems can be integrated into an existing software landscape.</p>\n
<p>Over the years, ESYON has developed its own solutions that allow you to harmonize various systems. We'll show you which ones below in the article.</p>\n
<h3>Communication via Middleware</h3>\n
<p>Unlike integration using APIs, there is no native connection between two systems communicating through Middleware. Instead, Middleware forms an additional software layer that mediates between the systems.</p> </div>\r\n
</div>\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
\r\n
<div class="image ce_rsce_image block">\r\n
<div class="container-xxl">\r\n
<div class="row">\r\n
<div class="">\r\n
<div class="image-wrapper ">\r\n
<div class="image-img">\r\n
\r\n
<picture>\r\n
<source srcset="/assets/images/n/was-ist-eine-API-q1vd6dc86e3yr3y.webp 1x, /assets/images/c/was-ist-eine-API-ceyjq5tmdrnrm61.webp 2x" media="(max-width: 321px)" type="image/webp" width="280" height="123">\r\n
<source srcset="/assets/images/9/was-ist-eine-API-epnpn403xsptpf1.jpg 1x, /assets/images/2/was-ist-eine-API-0y37cvjrm6f9423.jpg 2x" media="(max-width: 321px)" width="280" height="123">\r\n
<source srcset="/assets/images/0/was-ist-eine-API-e91ykvqsw660qhj.webp 1x, /assets/images/g/was-ist-eine-API-j4an1w8hc3j8ekk.webp 1.744x" media="(min-width:322px) and (max-width:768px)" type="image/webp" width="688" height="303">\r\n
<source srcset="/assets/images/d/was-ist-eine-API-mnnyt3qv71pynwe.jpg 1x, /assets/images/4/was-ist-eine-API-phpcqrbqnhpsc2d.jpg 1.744x" media="(min-width:322px) and (max-width:768px)" width="688" height="303">\r\n
<source srcset="/assets/images/a/was-ist-eine-API-hs9tqp194dwtd3c.webp 1x, /assets/images/g/was-ist-eine-API-j4an1w8hc3j8ekk.webp 1.852x" media="(min-width:769px) and (max-width:991px)" type="image/webp" width="648" height="285">\r\n
<source srcset="/assets/images/7/was-ist-eine-API-p60249gafqc222q.jpg 1x, /assets/images/4/was-ist-eine-API-phpcqrbqnhpsc2d.jpg 1.852x" media="(min-width:769px) and (max-width:991px)" width="648" height="285">\r\n
<source srcset="/assets/images/q/was-ist-eine-API-pztzeqeccyzhfmj.webp 1x, /assets/images/g/was-ist-eine-API-j4an1w8hc3j8ekk.webp 1.562x" type="image/webp" width="768" height="338">\r\n
\r\n
<img fetchpriority="low" src="/assets/images/e/was-ist-eine-API-hh3psdext6r98py.jpg" srcset="/assets/images/e/was-ist-eine-API-hh3psdext6r98py.jpg 1x, /assets/images/4/was-ist-eine-API-phpcqrbqnhpsc2d.jpg 1.562x" width="768" height="338" alt="Illustration explaining an API. Shows the flow of data from a database through a web server to the API, then to the Internet and on to a web application and program. Text: 'What is an API?'">\r\n
\r\n
</picture>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="custom-text pxy-none bg-white ce_rsce_text block">\r\n
<div class="text-wrapper" data-widget="rsce_text_config">\r\n
<div class="container-xxl text-left">\r\n
<div class="row">\r\n
<div class="col-12">\r\n
<h3 class="headline">5 Reasons Why API Integration is the Better Solution for You</h3>\r\n
<div class="content text-left column-1">\r\n
<p>You might already suspect it: Due to the architecture, the two alternatives, API or Middleware, result in a solution that is clearly superior in most cases. Seamless integration via API is preferable to Middleware whenever possible. But why? Here are 5 reasons in favor of the API.</p>\n
<h4>Compact System Structure</h4>\n
<p>When you introduce additional software between two systems, the complexity of your software pool automatically increases. To keep business operations simple and process chains as short as possible, you should avoid unnecessary intermediate solutions.</p>\n
<h4>Lower Maintenance Effort</h4>\n
<p>Every software requires updates from time to time, resulting in a certain amount of maintenance and organization effort. By avoiding the use of middleware, you can reduce the maintenance burden of your system landscape. Additionally, you eliminate a potential security risk if the middleware is no longer supported or regularly updated.</p>\n
<h4>Real-time Data Synchronization</h4>\n
<p>Seamless integration enables real-time data transmission, automating numerous standard processes like invoicing and payment booking. Although automation can also be achieved with middleware, the data transfer rates are slower.</p>\n
<h4>More Efficient Processes</h4>\n
<p>Automation brings a fundamental advantage: it eliminates manual work, minimizing error sources and making your processes more efficient. This lays the foundation for the scalability of your company</p>\n
<h4>Higher Flexibility</h4>\n
<p>Compared to middleware, API integration usually offers higher flexibility. Since it is embedded at a deeper level in the systems, adjustments and changes can be made quickly and easily to respond to changing business requirements. In contrast, configuring middleware is often significantly more complex.</p> </div>\r\n
</div>\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="custom-text pxy-none bg-white ce_rsce_text block">\r\n
<div class="text-wrapper" data-widget="rsce_text_config">\r\n
<div class="container-xxl text-left">\r\n
<div class="row">\r\n
<div class="col-12">\r\n
<h2 class="headline">Integrate Your E-Commerce Business with Microsoft's ERP Solution and Reap Numerous Benefits</h2>\r\n
<div class="content text-left column-1">\r\n
<p> </p>\n
<ul class="check">\n
<li><strong>Familiar Office Environment: </strong>Microsoft Dynamics closely aligns with the interface of Microsoft Office, greatly simplifying your team's daily work with the ERP.</li>\n
<li><strong>Omnichannel Capability::</strong> Seamless integration allows for centralization of all your sales channels in a single solution.</li>\n
<li><strong>Consistent Data Foundation: </strong>Product, customer, and order information, inventory levels, and more are synchronized in real-time across all channels, ensuring consistency.</li>\n
<li><strong>Short Time-to-Market::</strong> Depending on the scope, an e-commerce platform based on Microsoft Dynamics can be deployed within weeks.</li>\n
<li><strong>Configurable Products: </strong>Using our Product Configurator, you can offer customers in your online shop the ability to customize their desired product from various components. This promotes a personalized shopping experience and enhances customer satisfaction.</li>\n
<li><strong>High-Performance SaaS Solution: </strong>Upon request, you can operate your e-commerce platform in the Microsoft Azure cloud, making it even more performant, scalable, and resilient.</li>\n
</ul> </div>\r\n
</div>\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="custom-text pxy-none bg-white ce_rsce_text block">\r\n
<div class="text-wrapper" data-widget="rsce_text_config">\r\n
<div class="container-xxl text-left">\r\n
<div class="row">\r\n
<div class="col-12">\r\n
<h2 class="headline">ESYON, Your Specialist in E-Commerce System Integration</h2>\r\n
<div class="content text-left column-1">\r\n
<p>With over a decade of experience in e-commerce, we have developed a range of integrations to harmonize various systems. The foundation of our integration is the ERP Microsoft Dynamics 365.</p>\n
<h3>D365X Connector</h3>\n
<p>With the D365X Connector, you can connect OXID eShop with Microsoft Dynamics. Enjoy all the benefits of seamless integration, as described above, and manage your online shop directly in your Microsoft ERP.</p>\n
<p><a href="">[Learn More]</a></p>\n
<h3>Shopify Plus Connector</h3>\n
<p>The Shopify Plus Connector serves as the counterpart to the D365X Connector for the Canadian e-commerce platform, which is gaining popularity. Shopify Plus is ideal for online retailers looking to quickly establish an e-commerce platform. Our connector makes this process particularly easy and convenient.</p>\n
<p><a href="">[Learn More]</a></p>\n
<h3>Amazon Marketplace Connector</h3>\n
<p>Considering its reputation and reach alone, Amazon's online marketplace is enticing. With the Amazon Marketplace Connector, you can bring your Amazon business and Microsoft Dynamics together, automating numerous processes that manual handling could quickly bottleneck your marketplace presence. Additionally, you gain more control and transparency in the Amazon realm, filled with regulations and fees.</p>\n
<p><a href="">[Learn More]</a></p> </div>\r\n
</div>\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="custom-text pxy-none bg-white ce_rsce_text block">\r\n
<div class="text-wrapper" data-widget="rsce_text_config">\r\n
<div class="container-xxl text-left">\r\n
<div class="row">\r\n
<div class="col-12">\r\n
<h2 class="headline">Conclusion:</h2>\r\n
<div class="content text-left column-1">\r\n
<p>The integration of systems into existing e-commerce businesses is a critical step for efficient business operations and scalable company development. With APIs, a direct, seamless connection between different software solutions offers numerous advantages in terms of system structure, maintenance effort, real-time data synchronization, process efficiency, and flexibility. ESYON's specialized connectors, based on Microsoft Dynamics 365, illustrate how the benefits of API integration can be utilized to create a comprehensive and harmonized e-commerce ecosystem. Migration to API-based integrations represents the current trend and is the preferred method for modern and future-proof e-commerce strategies.</p> </div>\r\n
<div class="mt-3 text-left">\r\n
<a href="/ueber-uns/kontakt" class="btn mb-3 ps-0 btn-arrow">\r\n
CONTACT US NOW <i class="icon">\r\n
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M489.4 278.6L512 256l-22.6-22.6-128-128L338.7 82.8 293.5 128l22.6 22.6L389.5 224 32 224 0 224l0 64 32 0 357.5 0-73.4 73.4L293.5 384l45.3 45.3 22.6-22.6 128-128z"></path></svg>\r\n
</i>\r\n
</a>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="bg-light ce_rsce_stoerer block teaser-inline">\r\n
\r\n
<div class="container-xxl">\r\n
\r\n
\r\n
<div class="content"><p>Reading Tip: By integrating your Amazon Order Management, you save valuable time and avoid unnecessary errors. Learn more in this article.</p></div>\r\n
\r\n
\r\n
</div>\r\n
</div>\r\n
\n
<!-- indexer::stop -->\n
<div class="mod_faqpage block">\n
\n
\n
<div class="container-xxl pxy-none">\r\n
<div class="row">\r\n
<div class="col-12 col-lg-8 mx-auto">\r\n
\r\n
<article class="row-padding">\r\n
<h2>Frequently asked questions about API vs. Middleware:</h2>\r\n
\r\n
<div class="accordion" id="faq-1">\r\n
<div class="accordion-item">\r\n
<h3 class="accordion-header" id="what-is-better-api-or-middleware">\r\n
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-what-is-better-api-or-middleware" aria-expanded="false" aria-controls="flush-what-is-better-api-or-middleware">\r\n
What is better, API or middleware? </button>\r\n
</h3>\r\n
<div id="flush-what-is-better-api-or-middleware" class="accordion-collapse collapse" aria-labelledby="what-is-better-api-or-middleware" data-bs-parent="#faq-1">\r\n
<div class="accordion-body">\r\n
<div class="ce_text block">\r\n
<p>Whenever possible, the integration of one system into another should utilize an API, as the more compact system structure offers numerous advantages. We have explained these benefits in the article.</p> \r\n
\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="accordion-item">\r\n
<h3 class="accordion-header" id="when-does-it-make-sense-to-use-middleware">\r\n
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-when-does-it-make-sense-to-use-middleware" aria-expanded="false" aria-controls="flush-when-does-it-make-sense-to-use-middleware">\r\n
When does it make sense to use middleware? </button>\r\n
</h3>\r\n
<div id="flush-when-does-it-make-sense-to-use-middleware" class="accordion-collapse collapse" aria-labelledby="when-does-it-make-sense-to-use-middleware" data-bs-parent="#faq-1">\r\n
<div class="accordion-body">\r\n
<div class="ce_text block">\r\n
<p>The use of middleware is worthwhile whenever native integration between two systems is not possible, meaning they are not compatible. However, this scenario is becoming increasingly rare today, making direct integration through APIs the more common method.</p> \r\n
\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="accordion-item">\r\n
<h3 class="accordion-header" id="in-which-cases-should-middleware-be-used">\r\n
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-in-which-cases-should-middleware-be-used" aria-expanded="false" aria-controls="flush-in-which-cases-should-middleware-be-used">\r\n
In which cases should middleware be used? </button>\r\n
</h3>\r\n
<div id="flush-in-which-cases-should-middleware-be-used" class="accordion-collapse collapse" aria-labelledby="in-which-cases-should-middleware-be-used" data-bs-parent="#faq-1">\r\n
<div class="accordion-body">\r\n
<div class="ce_text block">\r\n
<p>Middleware should only be considered when direct API integration is not possible due to incompatibility between the systems that need to be connected.</p> \r\n
\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="accordion-item">\r\n
<h3 class="accordion-header" id="what-risks-exist-when-using-middleware">\r\n
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-what-risks-exist-when-using-middleware" aria-expanded="false" aria-controls="flush-what-risks-exist-when-using-middleware">\r\n
What risks exist when using middleware? </button>\r\n
</h3>\r\n
<div id="flush-what-risks-exist-when-using-middleware" class="accordion-collapse collapse" aria-labelledby="what-risks-exist-when-using-middleware" data-bs-parent="#faq-1">\r\n
<div class="accordion-body">\r\n
<div class="ce_text block">\r\n
<p>When using middleware, risks such as increased system complexity, higher maintenance effort, and potential security risks due to lack of updates may arise.</p> \r\n
\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="accordion-item">\r\n
<h3 class="accordion-header" id="how-does-the-choice-between-api-and-middleware-affect-the-scalability-of-my-business">\r\n
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-how-does-the-choice-between-api-and-middleware-affect-the-scalability-of-my-business" aria-expanded="false" aria-controls="flush-how-does-the-choice-between-api-and-middleware-affect-the-scalability-of-my-business">\r\n
How does the choice between API and middleware affect the scalability of my business? </button>\r\n
</h3>\r\n
<div id="flush-how-does-the-choice-between-api-and-middleware-affect-the-scalability-of-my-business" class="accordion-collapse collapse" aria-labelledby="how-does-the-choice-between-api-and-middleware-affect-the-scalability-of-my-business" data-bs-parent="#faq-1">\r\n
<div class="accordion-body">\r\n
<div class="ce_text block">\r\n
<p>API integrations generally enable more efficient scalability for businesses by reducing manual effort and promoting higher process efficiency.</p> \r\n
\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
<div class="accordion-item">\r\n
<h3 class="accordion-header" id="does-esyon-only-offer-solutions-for-microsoft-dynamics-365">\r\n
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-does-esyon-only-offer-solutions-for-microsoft-dynamics-365" aria-expanded="false" aria-controls="flush-does-esyon-only-offer-solutions-for-microsoft-dynamics-365">\r\n
Does ESYON only offer solutions for Microsoft Dynamics 365? </button>\r\n
</h3>\r\n
<div id="flush-does-esyon-only-offer-solutions-for-microsoft-dynamics-365" class="accordion-collapse collapse" aria-labelledby="does-esyon-only-offer-solutions-for-microsoft-dynamics-365" data-bs-parent="#faq-1">\r\n
<div class="accordion-body">\r\n
<div class="ce_text block">\r\n
<p>ESYON specializes in integrations with Microsoft Dynamics 365 but also develops connectors for other popular e-commerce platforms such as OXID eShop, Shopify Plus, and the Amazon Marketplace to enable centralized control and synchronization of sales channels.</p> \r\n
\r\n
</div>\r\n
\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
</article>\r\n
</div>\r\n
</div>\r\n
</div>\r\n
\n
</div>\n
<!-- indexer::continue -->\n
\n
<div class="bg-light ce_rsce_newsteaser block">\n
\n
<div class="container-xxl">\n
\n
<div class="mod_newslist_overview newslist-start newslist_teaser bg-light">\n
<div class="row">\n
<div class="col-12">\n
\n
\n
</div>\n
</div>\n
\n
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-0" >\n
</div>\n
</div>\n
</div>\n
</div>\n
"""
}
}
"hasTeaser" => true
"hasReader" => true
"more" => "<a href="/news/api-vs-middleware-which-approach-is-better-for-your-business" title="Read the article: API vs. Middleware: Which Approach is Better for Your Business?">Read more …<span class="invisible"> API vs. Middleware: Which Approach is Better for Your Business?</span></a>"
"link" => "/news/api-vs-middleware-which-approach-is-better-for-your-business"
"hasText" => Closure() {#1495
class: "Contao\Template"
use: {
$callback: Closure() {#1503 …}
}
}
"authorModel" => Contao\UserModel {#1516
#arrData: array:61 [
"id" => 14
"showHelp" => true
"thumbnails" => true
"useRTE" => true
"useCE" => true
"pwChange" => false
"admin" => true
"disable" => true
"useTwoFactor" => false
"tstamp" => 1719836072
"username" => "n.strerath"
"name" => "Noah Strerath"
"email" => "noah.strerath@esyon.de"
"language" => "de"
"backendTheme" => "flexible"
"uploader" => "DropZone"
"password" => "$2y$13$DdPsaSu9.2C5W4wdsniRLO9zJiR5/t/WLbYiS0hJ5eRh1Xf7uBCCi"
"groups" => "a:2:{i:0;s:1:"1";i:1;s:1:"2";}"
"inherit" => "group"
"modules" => "a:7:{i:0;s:5:"files";i:1;s:4:"news";i:2;s:12:"preview_link";i:3;s:4:"page";i:4;s:7:"article";i:6;s:4:"form";i:8;s:8:"calendar";}"
"themes" => "a:0:{}"
"elements" => "a:27:{i:0;s:13:"rsce_customer";i:1;s:12:"rsce_divider";i:2;s:13:"rsce_features";i:3;s:9:"rsce_hero";i:4;s:10:"rsce_image";i:5;s:12:"rsce_knowhow";i:6;s:9:"rsce_list";i:7;s:14:"rsce_listimage";i:8;s:15:"rsce_logoteaser";i:9;s:15:"rsce_newsteaser";i:10;s:10:"rsce_quote";i:11;s:15:"rsce_references";i:12;s:12:"rsce_stoerer";i:13;s:9:"rsce_team";i:14;s:9:"rsce_text";i:15;s:14:"rsce_textimage";i:16;s:20:"rsce_textimageasynch";i:17;s:18:"rsce_textimagehero";i:21;s:17:"rsce_gridlinksNew";i:31;s:18:"rsce_references_en";i:32;s:12:"rsce_shoppdp";i:33;s:12:"rsce_shoppop";i:40;s:12:"rsce_webinar";i:41;s:4:"form";i:42;s:6:"module";i:43;s:16:"rsce_contactdemo";i:44;s:19:"rsce_contactdemo_en";}"
"fields" => "a:15:{i:0;s:11:"explanation";i:1;s:4:"html";i:2;s:13:"fieldsetStart";i:3;s:12:"fieldsetStop";i:4;s:4:"text";i:5;s:8:"password";i:6;s:8:"textarea";i:7;s:6:"select";i:8;s:5:"radio";i:9;s:8:"checkbox";i:10;s:6:"upload";i:11;s:5:"range";i:12;s:6:"hidden";i:13;s:7:"captcha";i:14;s:6:"submit";}"
"pagemounts" => "a:2:{i:0;i:1;i:1;i:71;}"
"alpty" => "a:7:{i:0;s:7:"regular";i:1;s:7:"forward";i:2;s:8:"redirect";i:6;s:9:"error_401";i:7;s:9:"error_403";i:8;s:9:"error_404";i:9;s:9:"error_503";}"
"filemounts" => b"a:1:{i:0;s:16:"w=qŠêU\x11í‹Ü@Ž\„\x1E(";}"
"fop" => "a:4:{i:0;s:2:"f1";i:1;s:2:"f2";i:2;s:2:"f3";i:3;s:2:"f6";}"
"imageSizes" => "a:10:{i:0;s:1:"8";i:1;s:1:"3";i:2;s:1:"2";i:3;s:1:"6";i:4;s:1:"9";i:5;s:1:"5";i:6;s:1:"7";i:7;s:2:"10";i:8;s:1:"4";i:9;s:1:"1";}"
"forms" => "a:4:{i:0;s:1:"1";i:1;s:1:"3";i:2;s:1:"2";i:3;s:1:"4";}"
"formp" => "a:1:{i:0;s:6:"create";}"
"amg" => "a:0:{}"
"start" => ""
"stop" => ""
"session" => "a:10:{s:12:"tl_page_tree";a:103:{i:1;i:0;i:71;i:1;i:2;i:0;i:4;i:0;i:5;i:1;i:6;i:0;i:7;i:1;i:14;i:0;i:34;i:0;i:18;i:0;i:19;i:0;i:109;i:0;i:67;i:0;i:68;i:0;i:66;i:0;i:13;i:1;i:12;i:0;i:11;i:0;i:8;i:0;i:111;i:0;i:105;i:0;i:107;i:0;i:72;i:0;i:73;i:0;i:74;i:1;i:89;i:0;i:90;i:1;i:96;i:1;i:99;i:0;i:100;i:0;i:101;i:0;i:110;i:0;i:102;i:0;i:104;i:0;i:97;i:0;i:98;i:0;i:91;i:0;i:92;i:1;i:93;i:0;i:94;i:0;i:95;i:0;i:112;i:0;i:106;i:0;i:108;i:0;i:75;i:1;i:82;i:1;i:85;i:1;i:76;i:0;i:77;i:0;i:78;i:0;i:79;i:0;i:80;i:0;i:81;i:0;i:20;i:1;i:27;i:1;i:30;i:1;i:21;i:0;i:22;i:0;i:23;i:0;i:24;i:0;i:25;i:0;i:26;i:0;i:83;i:0;i:84;i:0;i:86;i:0;i:87;i:0;i:88;i:0;i:17;i:0;i:16;i:0;i:28;i:0;i:29;i:0;i:31;i:0;i:32;i:0;i:33;i:0;i:115;i:0;i:116;i:0;i:127;i:0;i:117;i:0;i:118;i:0;i:119;i:0;i:120;i:0;i:121;i:0;i:122;i:0;i:123;i:0;i:124;i:0;i:125;i:0;i:128;i:0;i:129;i:0;i:130;i:0;i:131;i:0;i:135;i:0;i:134;i:0;i:133;i:0;i:132;i:0;i:139;i:0;i:113;i:0;i:138;i:0;i:137;i:0;i:136;i:0;i:142;i:0;i:143;i:0;i:157;i:0;i:248;i:0;}s:23:"tl_article_tl_page_tree";a:99:{i:1;i:1;i:71;i:1;i:2;i:0;i:4;i:0;i:5;i:1;i:6;i:0;i:7;i:1;i:14;i:0;i:34;i:0;i:18;i:0;i:19;i:0;i:109;i:0;i:67;i:0;i:68;i:0;i:66;i:0;i:13;i:1;i:12;i:0;i:11;i:0;i:8;i:0;i:111;i:0;i:105;i:0;i:107;i:0;i:113;i:0;i:72;i:0;i:73;i:0;i:74;i:1;i:89;i:0;i:90;i:1;i:96;i:0;i:99;i:0;i:100;i:0;i:101;i:0;i:110;i:0;i:102;i:0;i:104;i:0;i:69;i:0;i:91;i:0;i:92;i:1;i:93;i:0;i:94;i:0;i:95;i:0;i:112;i:0;i:106;i:0;i:108;i:0;i:75;i:1;i:82;i:1;i:85;i:1;i:86;i:0;i:87;i:0;i:88;i:0;i:20;i:1;i:27;i:1;i:30;i:1;i:28;i:0;i:29;i:0;i:21;i:0;i:22;i:0;i:23;i:0;i:24;i:0;i:25;i:0;i:26;i:0;i:115;i:0;i:116;i:0;i:117;i:0;i:118;i:0;i:119;i:0;i:120;i:0;i:121;i:0;i:122;i:0;i:123;i:0;i:124;i:0;i:125;i:0;i:31;i:0;i:32;i:0;i:33;i:0;i:127;i:0;i:76;i:0;i:77;i:0;i:78;i:0;i:128;i:1;i:79;i:0;i:80;i:0;i:81;i:0;i:138;i:0;i:137;i:0;i:136;i:0;i:135;i:0;i:134;i:0;i:133;i:0;i:132;i:0;i:130;i:0;i:131;i:0;i:129;i:0;i:139;i:0;i:142;i:0;i:83;i:0;i:84;i:0;i:157;i:0;i:248;i:0;}s:11:"new_records";a:1:{s:14:"tl_url_rewrite";a:1:{i:0;s:2:"54";}}s:8:"filetree";a:37:{s:8:"976bf09e";i:1;s:8:"e0afc680";i:1;s:8:"d7e110dc";i:0;s:8:"71c85865";i:0;s:8:"27bc210a";i:0;s:8:"214f156d";i:0;s:8:"de1dddc1";i:0;s:8:"2bafc11d";i:0;s:8:"28ce87ed";i:0;s:8:"9b82fcbe";i:0;s:8:"ee8ffbc3";i:1;s:8:"3fb19a7e";i:1;s:8:"a22e823f";i:1;s:8:"6d376608";i:1;s:8:"f4d957af";i:0;s:8:"e8d4d5a7";i:0;s:8:"c5989b1e";i:0;s:8:"34a3d469";i:0;s:8:"26c4c608";i:0;s:8:"fb2d9f73";i:0;s:8:"57f27545";i:0;s:8:"04fa09e2";i:0;s:8:"87b6bb18";i:1;s:8:"0664460a";i:0;s:8:"b1974736";i:0;s:8:"eb8160b5";i:0;s:8:"0f0f532f";i:0;s:8:"e55172d9";i:0;s:8:"32183ea2";i:0;s:8:"abd28c11";i:0;i:65613443;i:0;s:8:"cf4882cd";i:0;s:8:"c6349057";i:0;s:8:"5011a339";i:0;s:8:"47691de2";i:0;s:8:"5327bcbe";i:0;s:8:"e4ac254a";i:1;}s:6:"filter";a:2:{s:9:"tl_news_1";a:1:{s:5:"limit";s:4:"0,30";}s:9:"tl_news_9";a:1:{s:5:"limit";s:4:"0,30";}}s:12:"tl_page_node";s:1:"0";s:7:"sorting";a:1:{s:7:"tl_news";s:9:"date DESC";}s:6:"search";a:2:{s:7:"tl_news";a:2:{s:5:"field";s:8:"headline";s:5:"value";s:0:"";}s:8:"tl_files";a:1:{s:5:"value";s:0:"";}}s:15:"fieldset_states";a:4:{s:10:"tl_content";a:6:{s:15:"template_legend";i:1;s:13:"expert_legend";i:1;s:32:"rsce_field_items_rsce_list_start";i:1;s:16:"protected_legend";i:1;s:16:"invisible_legend";i:1;s:32:"rsce_field_icons_rsce_list_start";i:1;}s:10:"tl_article";a:4:{s:13:"teaser_legend";i:1;s:15:"template_legend";i:1;s:16:"protected_legend";i:1;s:13:"expert_legend";i:1;}s:15:"tl_news_archive";a:2:{s:16:"protected_legend";i:1;s:15:"comments_legend";i:1;}s:7:"tl_news";a:3:{s:16:"enclosure_legend";i:1;s:13:"expert_legend";i:1;s:14:"publish_legend";i:1;}}s:13:"tl_files_node";s:0:"";}"
"dateAdded" => 1704443374
"secret" => null
"lastLogin" => 1719491099
"currentLogin" => 1719577301
"backupCodes" => null
"trustedTokenVersion" => 0
"faqs" => "a:0:{}"
"faqp" => "a:0:{}"
"news" => "a:9:{i:0;s:1:"1";i:1;s:1:"9";i:2;s:1:"2";i:3;s:2:"10";i:4;s:1:"5";i:5;s:2:"11";i:6;s:2:"14";i:7;s:2:"15";i:16;s:2:"12";}"
"newp" => "a:0:{}"
"calendars" => "a:2:{i:0;s:1:"1";i:1;s:1:"3";}"
"calendarp" => "a:0:{}"
"calendarfeeds" => "a:0:{}"
"calendarfeedp" => "a:0:{}"
"newsletters" => "a:0:{}"
"newsletterp" => "a:0:{}"
"doNotCollapse" => false
"pageLanguageLabels" => null
"frontendModules" => "a:51:{i:0;s:10:"navigation";i:1;s:9:"customnav";i:2;s:10:"breadcrumb";i:3;s:8:"quicknav";i:4;s:9:"quicklink";i:5;s:7:"booknav";i:6;s:10:"articlenav";i:7;s:7:"sitemap";i:8;s:5:"login";i:9;s:12:"personalData";i:10;s:12:"registration";i:11;s:14:"changePassword";i:12;s:12:"lostPassword";i:13;s:12:"closeAccount";i:14;s:10:"two_factor";i:15;s:4:"form";i:16;s:6:"search";i:17;s:7:"listing";i:18;s:8:"comments";i:19;s:16:"cookiebar_opener";i:20;s:11:"articlelist";i:21;s:11:"randomImage";i:22;s:4:"html";i:23;s:9:"rssReader";i:24;s:14:"changelanguage";i:25;s:11:"feed_reader";i:26;s:27:"root_page_dependent_modules";i:27;s:8:"template";i:28;s:15:"unfiltered_html";i:29;s:15:"rsce_blogauthor";i:30;s:15:"rsce_footerinfo";i:31;s:15:"rsce_newsletter";i:32;s:18:"rsce_newsletter_en";i:33;s:7:"faqlist";i:34;s:9:"faqreader";i:35;s:7:"faqpage";i:36;s:8:"newslist";i:37;s:10:"newsreader";i:38;s:11:"newsarchive";i:39;s:8:"newsmenu";i:40;s:21:"newslist_related_tags";i:41;s:13:"newslist_tags";i:42;s:14:"news_tag_cloud";i:43;s:8:"calendar";i:44;s:11:"eventreader";i:45;s:9:"eventlist";i:46;s:9:"eventmenu";i:47;s:9:"subscribe";i:48;s:11:"unsubscribe";i:49;s:14:"newsletterlist";i:50;s:16:"newsletterreader";}"
"rocksolidFrontendHelperOperations" => null
"rocksolidFrontendHelperContentElements" => null
"rocksolidFrontendHelper" => "1"
"rocksolidFrontendHelperLightbox" => "1"
"pdirSeoPlugin" => null
"pdirSeoPluginRewriteWidget" => "0"
"tags_disable_add_new" => null
"doNotHideMessages" => false
]
#arrModified: []
#arrRelations: array:9 [
"groups" => array:4 [
"table" => "tl_user_group"
"field" => "id"
"type" => "belongsToMany"
"load" => "lazy"
]
"pagemounts" => array:4 [
"table" => "tl_page"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"forms" => array:4 [
"table" => "tl_form"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"amg" => array:4 [
"table" => "tl_member_group"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"faqs" => array:4 [
"table" => "tl_faq_category"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"news" => array:4 [
"table" => "tl_news_archive"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"calendars" => array:4 [
"table" => "tl_calendar"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"calendarfeeds" => array:4 [
"table" => "tl_calendar_feed"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
"newsletters" => array:4 [
"table" => "tl_newsletter_channel"
"field" => "id"
"type" => "hasMany"
"load" => "lazy"
]
]
#arrRelated: []
#arrEnums: []
#blnPreventSaving: false
}
"numberOfComments" => 0
"commentCount" => "(comments: 0)"
"timestamp" => 1715758440
"datetime" => "2024-05-15T09:34:00+02:00"
"addBefore" => true
"picture" => array:4 [
"img" => array:5 [
"srcset" => "/assets/images/w/Mann-mit-handy-bv4m4459k5pqfyq.jpeg 1x, /assets/images/j/Mann-mit-handy-c8ymq0gndzw7h11.jpeg 2x"
"src" => "/assets/images/w/Mann-mit-handy-bv4m4459k5pqfyq.jpeg"
"width" => 768
"height" => 512
"hasSingleAspectRatio" => true
]
"sources" => array:7 [
0 => array:6 [
"srcset" => "/assets/images/a/Mann-mit-handy-9j7a871tctfd7dg.webp 1x, /assets/images/g/Mann-mit-handy-cy1q3sgy0maw67q.webp 2x"
"src" => "/assets/images/a/Mann-mit-handy-9j7a871tctfd7dg.webp"
"width" => 280
"height" => 187
"media" => "(max-width: 321px)"
"type" => "image/webp"
]
1 => array:5 [
"srcset" => "/assets/images/8/Mann-mit-handy-6mg7xfwecpzpank.jpeg 1x, /assets/images/9/Mann-mit-handy-66r0h9qzrp2mne3.jpeg 2x"
"src" => "/assets/images/8/Mann-mit-handy-6mg7xfwecpzpank.jpeg"
"width" => 280
"height" => 187
"media" => "(max-width: 321px)"
]
2 => array:6 [
"srcset" => "/assets/images/2/Mann-mit-handy-xcry62v0mkkd2mr.webp 1x, /assets/images/s/Mann-mit-handy-4kzetyzfrmdgdnh.webp 2x"
"src" => "/assets/images/2/Mann-mit-handy-xcry62v0mkkd2mr.webp"
"width" => 688
"height" => 459
"media" => "(min-width:322px) and (max-width:768px)"
"type" => "image/webp"
]
3 => array:5 [
"srcset" => "/assets/images/j/Mann-mit-handy-am0122fh4y95awh.jpeg 1x, /assets/images/c/Mann-mit-handy-vswg2h8sqgw6c0g.jpeg 2x"
"src" => "/assets/images/j/Mann-mit-handy-am0122fh4y95awh.jpeg"
"width" => 688
"height" => 459
"media" => "(min-width:322px) and (max-width:768px)"
]
4 => array:6 [
"srcset" => "/assets/images/5/Mann-mit-handy-fmn3npb0krmz9mm.webp 1x, /assets/images/f/Mann-mit-handy-xwzjjxkwn68stmq.webp 2x"
"src" => "/assets/images/5/Mann-mit-handy-fmn3npb0krmz9mm.webp"
"width" => 648
"height" => 432
"media" => "(min-width:769px) and (max-width:991px)"
"type" => "image/webp"
]
5 => array:5 [
"srcset" => "/assets/images/d/Mann-mit-handy-fh6a06j68cbkkw8.jpeg 1x, /assets/images/r/Mann-mit-handy-drst22fk7k6wpn9.jpeg 2x"
"src" => "/assets/images/d/Mann-mit-handy-fh6a06j68cbkkw8.jpeg"
"width" => 648
"height" => 432
"media" => "(min-width:769px) and (max-width:991px)"
]
6 => array:5 [
"srcset" => "/assets/images/z/Mann-mit-handy-dpv7qsd7j21r5mq.webp 1x, /assets/images/2/Mann-mit-handy-jb7xf2nyh3jpfgx.webp 2x"
"src" => "/assets/images/z/Mann-mit-handy-dpv7qsd7j21r5mq.webp"
"width" => 768
"height" => 512
"type" => "image/webp"
]
]
"alt" => "Men laughing at his Phone"
"title" => ""
]
"width" => 5376
"height" => 3584
"arrSize" => array:7 [
0 => 768
1 => 512
2 => 2
3 => "width="768" height="512""
"bits" => 8
"channels" => 3
"mime" => "image/jpeg"
]
"imgSize" => " width="768" height="512""
"src" => "/assets/images/w/Mann-mit-handy-bv4m4459k5pqfyq.jpeg"
"license" => ""
"uuid" => "e2a4921d-0c6e-11ef-9ec9-06e97ebe3bee"
"floatClass" => " float_above"
"figure" => Contao\CoreBundle\Image\Studio\Figure {#1521
-image: Contao\CoreBundle\Image\Studio\ImageResult {#1517
-picture: Contao\Image\Picture {#1598
-img: array:5 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1582
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/w/Mann-mit-handy-bv4m4459k5pqfyq.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1585
-size: Imagine\Image\Box {#1593
-width: 768
-height: 512
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430
-metadataReader: null
-classFactory: null
}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1586
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/j/Mann-mit-handy-c8ymq0gndzw7h11.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1595
-size: Imagine\Image\Box {#1596
-width: 1536
-height: 1024
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1582}
"width" => 768
"height" => 512
"hasSingleAspectRatio" => true
]
-sources: array:7 [
0 => array:6 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1554
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/a/Mann-mit-handy-9j7a871tctfd7dg.webp"
#dimensions: Contao\Image\ImageDimensions {#1557
-size: Imagine\Image\Box {#1540
-width: 280
-height: 187
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1552
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/g/Mann-mit-handy-cy1q3sgy0maw67q.webp"
#dimensions: Contao\Image\ImageDimensions {#1560
-size: Imagine\Image\Box {#1559
-width: 560
-height: 373
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1554}
"width" => 280
"height" => 187
"media" => "(max-width: 321px)"
"type" => "image/webp"
]
1 => array:5 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1553
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/8/Mann-mit-handy-6mg7xfwecpzpank.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1555
-size: Imagine\Image\Box {#1563
-width: 280
-height: 187
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1556
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/9/Mann-mit-handy-66r0h9qzrp2mne3.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1565
-size: Imagine\Image\Box {#1566
-width: 560
-height: 373
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1553}
"width" => 280
"height" => 187
"media" => "(max-width: 321px)"
]
2 => array:6 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1558
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/2/Mann-mit-handy-xcry62v0mkkd2mr.webp"
#dimensions: Contao\Image\ImageDimensions {#1569
-size: Imagine\Image\Box {#1561
-width: 688
-height: 459
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1562
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/s/Mann-mit-handy-4kzetyzfrmdgdnh.webp"
#dimensions: Contao\Image\ImageDimensions {#1572
-size: Imagine\Image\Box {#1571
-width: 1376
-height: 917
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1558}
"width" => 688
"height" => 459
"media" => "(min-width:322px) and (max-width:768px)"
"type" => "image/webp"
]
3 => array:5 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1564
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/j/Mann-mit-handy-am0122fh4y95awh.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1567
-size: Imagine\Image\Box {#1575
-width: 688
-height: 459
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1568
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/c/Mann-mit-handy-vswg2h8sqgw6c0g.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1577
-size: Imagine\Image\Box {#1578
-width: 1376
-height: 917
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1564}
"width" => 688
"height" => 459
"media" => "(min-width:322px) and (max-width:768px)"
]
4 => array:6 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1570
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/5/Mann-mit-handy-fmn3npb0krmz9mm.webp"
#dimensions: Contao\Image\ImageDimensions {#1581
-size: Imagine\Image\Box {#1573
-width: 648
-height: 432
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1574
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/f/Mann-mit-handy-xwzjjxkwn68stmq.webp"
#dimensions: Contao\Image\ImageDimensions {#1584
-size: Imagine\Image\Box {#1583
-width: 1296
-height: 864
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1570}
"width" => 648
"height" => 432
"media" => "(min-width:769px) and (max-width:991px)"
"type" => "image/webp"
]
5 => array:5 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1576
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/d/Mann-mit-handy-fh6a06j68cbkkw8.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1579
-size: Imagine\Image\Box {#1587
-width: 648
-height: 432
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1580
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/r/Mann-mit-handy-drst22fk7k6wpn9.jpeg"
#dimensions: Contao\Image\ImageDimensions {#1589
-size: Imagine\Image\Box {#1590
-width: 1296
-height: 864
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1576}
"width" => 648
"height" => 432
"media" => "(min-width:769px) and (max-width:991px)"
]
6 => array:5 [
"srcset" => array:2 [
0 => array:2 [
0 => Contao\Image\Image {#1588
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/z/Mann-mit-handy-dpv7qsd7j21r5mq.webp"
#dimensions: Contao\Image\ImageDimensions {#1599
-size: Imagine\Image\Box {#1591
-width: 768
-height: 512
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "1x"
]
1 => array:2 [
0 => Contao\Image\Image {#1592
#path: "/www/htdocs/w01e7d56/esyon/blue/assets/images/2/Mann-mit-handy-jb7xf2nyh3jpfgx.webp"
#dimensions: Contao\Image\ImageDimensions {#1602
-size: Imagine\Image\Box {#1601
-width: 1536
-height: 1024
}
-orientation: 1
-relative: false
-undefined: false
}
#imagine: Imagine\Imagick\Imagine {#1430}
-importantPart: null
}
1 => "2x"
]
]
"src" => Contao\Image\Image {#1588}
"width" => 768
"height" => 512
"type" => "image/webp"
]
]
}
-originalDimensions: Contao\Image\ImageDimensions {#1526
-size: Imagine\Image\Box {#1525
-width: 5376
-height: 3584
}
-orientation: 1
-relative: false
-undefined: false
}
-locator: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1447
-externalId: null
-container: null
-loading: []
-providedTypes: ? array
-factories: array:10 [
"contao.assets.files_context" => array:4 [
0 => "services"
1 => "contao.assets.files_context"
2 => "getContao_Assets_FilesContextService"
3 => false
]
"contao.filesystem.virtual.files" => array:4 [
0 => "privates"
1 => "contao.filesystem.virtual.files"
2 => "getContao_Filesystem_Virtual_FilesService"
3 => true
]
"contao.framework" => array:4 [
0 => "services"
1 => "contao.framework"
2 => "getContao_FrameworkService"
3 => false
]
"contao.image.factory" => array:4 [
0 => "services"
1 => "contao.image.factory"
2 => "getContao_Image_FactoryService"
3 => true
]
"contao.image.picture_factory" => array:4 [
0 => "services"
1 => "contao.image.picture_factory"
2 => "getContao_Image_PictureFactoryService"
3 => true
]
"contao.image.resizer" => array:4 [
0 => "services"
1 => "contao.image.resizer"
2 => "getContao_Image_ResizerService"
3 => true
]
"contao.image.studio" => array:4 [
0 => "services"
1 => "contao.image.studio"
2 => "getContao_Image_StudioService"
3 => true
]
"contao.insert_tag.parser" => array:4 [
0 => "services"
1 => "contao.insert_tag.parser"
2 => "getContao_InsertTag_ParserService"
3 => true
]
"contao.routing.page_finder" => array:4 [
0 => "services"
1 => "contao.routing.page_finder"
2 => "getContao_Routing_PageFinderService"
3 => false
]
"event_dispatcher" => array:4 [
0 => "services"
1 => "event_dispatcher"
2 => "getEventDispatcherService"
3 => false
]
]
-factory: Container5TwdPAy\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer::getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed {#115
returnType: "mixed"
this: Container5TwdPAy\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer {#137 …}
}
-serviceMap: array:10 [
"contao.assets.files_context" => array:4 [
0 => "services"
1 => "contao.assets.files_context"
2 => "getContao_Assets_FilesContextService"
3 => false
]
"contao.filesystem.virtual.files" => array:4 [
0 => "privates"
1 => "contao.filesystem.virtual.files"
2 => "getContao_Filesystem_Virtual_FilesService"
3 => true
]
"contao.framework" => array:4 [
0 => "services"
1 => "contao.framework"
2 => "getContao_FrameworkService"
3 => false
]
"contao.image.factory" => array:4 [
0 => "services"
1 => "contao.image.factory"
2 => "getContao_Image_FactoryService"
3 => true
]
"contao.image.picture_factory" => array:4 [
0 => "services"
1 => "contao.image.picture_factory"
2 => "getContao_Image_PictureFactoryService"
3 => true
]
"contao.image.resizer" => array:4 [
0 => "services"
1 => "contao.image.resizer"
2 => "getContao_Image_ResizerService"
3 => true
]
"contao.image.studio" => array:4 [
0 => "services"
1 => "contao.image.studio"
2 => "getContao_Image_StudioService"
3 => true
]
"contao.insert_tag.parser" => array:4 [
0 => "services"
1 => "contao.insert_tag.parser"
2 => "getContao_InsertTag_ParserService"
3 => true
]
"contao.routing.page_finder" => array:4 [
0 => "services"
1 => "contao.routing.page_finder"
2 => "getContao_Routing_PageFinderService"
3 => false
]
"event_dispatcher" => array:4 [
0 => "services"
1 => "event_dispatcher"
2 => "getEventDispatcherService"
3 => false
]
]
-serviceTypes: array:10 [
"contao.assets.files_context" => "?"
"contao.filesystem.virtual.files" => "?"
"contao.framework" => "?"
"contao.image.factory" => "?"
"contao.image.picture_factory" => "?"
"contao.image.resizer" => "?"
"contao.image.studio" => "?"
"contao.insert_tag.parser" => "?"
"contao.routing.page_finder" => "?"
"event_dispatcher" => "?"
]
}
-projectDir: "/www/htdocs/w01e7d56/esyon/blue"
-filePathOrImageInterface: "/www/htdocs/w01e7d56/esyon/blue/files/content/blog/content/Mann-mit-handy.jpeg"
-sizeConfiguration: "a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:1:"3";}"
-resizeOptions: null
}
-metadata: Contao\CoreBundle\File\Metadata {#1529
-values: array:6 [
"title" => ""
"alt" => "Men laughing at his Phone"
"link" => ""
"caption" => ""
"license" => ""
"uuid" => "e2a4921d-0c6e-11ef-9ec9-06e97ebe3bee"
]
-schemaOrgJsonLd: null
}
-linkAttributes: array:1 [
"href" => ""
]
-lightbox: null
-options: []
}
"tagsRaw" => array:2 [
0 => array:5 [
"id" => 3
"tag" => "E-Commerce"
"tstamp" => 1761740264
"translation" => "a:0:{}"
"title" => "E-Commerce"
]
1 => array:5 [
"id" => 7
"tag" => "Mobile Commerce"
"tstamp" => 1684736465
"translation" => null
"title" => "Mobile Commerce"
]
]
"getSchemaOrgData" => Closure(): array {#1527
returnType: "array"
class: "InspiredMinds\ContaoLanguageAutoswitch\Module\NewsReaderModule"
use: {
$objArticle: Contao\NewsModel {#1502 …}
$objTemplate: Contao\FrontendTemplate {#1501 …}
}
}
]