on release? generate everything possible in dist #15

Closed
opened 2023-02-09 00:16:29 +01:00 by Anri · 1 comment
Owner

currently, we send the template directly rendered to the client, and seeing how it's going, we'll probably just minify before sending to the client, which is stupid because we minify at each request

we need to find a way to pre-minify static pages to the dist folder, maybe in release mode? to make debugging easier

currently, we send the template directly rendered to the client, and seeing how it's going, we'll probably just minify before sending to the client, which is stupid because we minify at each request we need to find a way to pre-minify static pages to the dist folder, maybe in release mode? to make debugging easier
Anri referenced this issue from a commit 2023-02-09 11:43:00 +01:00
Author
Owner

3 idea I have

  • minimize template and use minified template, idk if it can work
  • just minimize everytime, hoping it have no realimpact
  • dont minify, hoping it have no real impact
3 idea I have - minimize template and use minified template, idk if it can work - just minimize everytime, hoping it have no realimpact - dont minify, hoping it have no real impact
Anri closed this issue 2023-04-09 19:30:05 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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: Anri/mylloon.fr#15
No description provided.