Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

TYPO3 Neos Installation slow on exec() #35

@InvisibleKind

Description

@InvisibleKind

Hi,

Wanted to try Neos 2.2 with this box, but unfortunately didn't succeed with that.
Logged to Neos BE and it complained, that it is not set up yet, so prompetd me to go to http://2.2.local.neos.io/setup/
I went there, logged in, passed first step (btw, only gd is recognized there - no gm or im), which was already executed long (about 2 minutes), and then after submitting 2nd step (db settings), where I didn't touch anything, I've got 504 errror after about 4 minutes of waiting.

Next I tried to do all the same with XHProf, and it showed me a time eater:
image

So, after a bit playing with the code, I've found, that it hangs on typo3.flow:doctrine:migrate.
I've executed it from CLI:
image

Looks good, but however the setup process still hangs.
Also I've profiled the 1st step of setup and without surprise it was also hanging in exec() but of typo3.flow:core:compile.

And here I'm stuck. Did I forget to do something or it is a common issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions