Jesse Degger
Jesse Degger
Try Emotion/Native See issue https://github.com/robinpowered/glamorous-native/issues/111
We have succesfully replaced glamerous-native with emotion in 2 simple steps: 1. Add @emotion/core and @emotion/native to your repo 2. Change your current code like this: ```diff - import glamorous...
Maybe related to https://github.com/uikit/uikit/issues/1105?
+1, there is a lot of resources now and they can easily be concatenated
modPageSpeed is amazing and I have all the proper optimizations installed on my server but an unminified source code + non concatenated resources are still not the best practice. Appreciate...
Just to have another example of the extend of this problem: ``` html ``` This is just a ridiculous amount of requests to display a form.
Note: enabling CloudFlare Rocket Loader is a relatively simple workaround for now. By no means a "real" solution though.
In addition, there seems to be code combine assets but it is not being used? @MalteScharenberg
I agree with everything you said. Just a `concat_all()` would definitely not do the trick. I'll make an issue at bixie/pagekit-formmaker to have issue with formmaker addressed. That being said,...
What happens when you have the following scenario: _Script 1_ (`defered / async`) - jQuery - Lightbox _Script 2_ (`normal sync load`) - jQuery - Something else Assuming the assets...