WIP: Basic code splitting #1934

Closed
succfemboi wants to merge 6 commits from gitlab-mr-iid-664 into develop
Member

One problem with pleroma is that the fe is loaded as a huge chunk, making a blank screen appear for a few seconds until it's loaded.

One way to mitigate this is by chunking all components and serve one the ones which are currently needed.

But I'm unable to test it from here and I'm still unfamiliar with the Javascript ecosystem and stuff

One problem with pleroma is that the fe is loaded as a huge chunk, making a blank screen appear for a few seconds until it's loaded. One way to mitigate this is by chunking all components and serve one the ones which are currently needed. But I'm unable to test it from here and I'm still unfamiliar with the Javascript ecosystem and stuff
Author
Member

Can someone else finish it?

Can someone else finish it?
Member

with the move to webpack 4.0 i think we need to take a different approach anyway.

with the move to webpack 4.0 i think we need to take a different approach anyway.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pleroma/pleroma-fe!1934
No description provided.