Skip to content

how to optimize rendering? #3834

Answered by POMXARK
POMXARK asked this question in Q&A
Discussion options

You must be logged in to vote

the library is very dependent on optimization
I was able to optimize my code to a few kilobytes and now it takes about a second to load the render, I'm sure it can be better

laravel mix
const mix = require('laravel-mix');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
//require('laravel-mix-compress');
/*
 |--------------------------------------------------------------------------
 | Mix Asset Management
 |--------------------------------------------------------------------------
 |
 | Mix provides a clean, fluent API for defining some Webpack build steps
 | for your Laravel application. By default, we are compiling the Sass
 | file for the applicat…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by POMXARK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant