Skip to content

Pages is now also standalone. What does it imply (or not)? #750

Answered by johanjanssens
woluweb asked this question in Q&A
Discussion options

You must be logged in to vote

In short, much better performance! There is a lot of overhead when you run Joomla to render a webpage:

  • Joomla core is bootstrapped and loaded
  • Plugins are loaded (and system plugins are all executed)
  • Database connection is created
  • PHP Session is created
  • ...

Pages doesn't require any of the above to render a page. They are overhead. By running Pages standalone you are able to get the best performance possible.

There is indeed a small bit of extra work since you have to create your own theme, use partials instead of modules and generate your own menu but that is all very easy to do.

For the long version, keep reading.

How a php web app works

PHP web applications like Joomla have a so-calle…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@alexandreelise
Comment options

@johanjanssens
Comment options

@alexandreelise
Comment options

@johanjanssens
Comment options

Answer selected by johanjanssens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants