marketing-factory / oauth2

Generic OAuth2 authentication and authorization for TYPO3 CMS
Other
9 stars 18 forks source link

Slow Login operation #49

Open infabo opened 10 months ago

infabo commented 10 months ago

As I observed already for quite some time, the login takes some time.

Now profiling this it reveals several curl calls to gitlab API.

Takes quite some time:

image

The bad boy:

image

After a little tweaking:

image

Still not optimal, but(t) way better:

image