Your current filters are…
What is eZ Publish Community Project ?
How does this open-source project work ?
What are the fundamental differences with eZ Publish Enterprise Edition ?
Come to discover why the Innovation, Community and Open-source flags are fluttering in the eZ Publish Community wind.
The web is full of useful advice focussed on pushing out the last bit of performance of your code. They mention trivial changes. like changing every occurrence of print with echo even suggesting to use for instead of foreach. These optimisations help, but you are not going to notice it unless they're in a tight loop with many iterations. It is also a wrong approach for tackling performance issues. Before you can optimise, you need to find out if your codeis actually slow; then you need to *understand* the code; and *then* you need to find out where you can optimise it. This talk introduces tools and concepts to optimise the optimisation of your PHP applications.
The high quality collection of PHP 5 components, formerly known as eZ Components, found a new home in the Apache Software Foundation. This interactive session will give you an overview on the state of the project and show you many of the cool components. See how to easily send and receive mail, how to integrate WebDAV in your app or how to render nice charts. You as the audience decide on the components to be shown.
While the primary purpose of eZ Find is a full text search plugin for eZ Publish, this talk focuses on leveraging the powerful features of its backend Apache Solr beyond the traditional search realm.
The main topics addressed are:
● alternate caching / content store
● integrate legacy and external data
● building powerful navigation interfaces with facets and content clustering
Rasmus takes a look at the current trends in Web Development and how they relate to PHP.