GithubHelp home page GithubHelp logo

Comments (4)

mape avatar mape commented on June 4, 2024

The way it functions now is that it caches buffers. Early tests showed that the network will be saturated far faster then the cpu becomes an issue.

17005 req/sec on a 170byte asset and pushes around 0.7Gbit on for example jquery.js

I don't feel performance is an issue but if you want to use parts of the code to create a build tool you are more then welcome.

from connect-assetmanager.

eirikurn avatar eirikurn commented on June 4, 2024

mape, there's more to it. I would say there are two related issues.

In my project, when I restart the server, either while developing or when updating production, the server always recompiles all assets. This is beginning to take quite a few seconds. During these seconds, the server responds with garbage. This could either be improved by using assetmanager as a build tool, or improving it so it caches and temporarily serves previous assets on the file system.

The second use case is for larger sites where you start to migrate to more servers and more domains and want your assets to be served as optimally as possible, f.ex. from a seperate cookie-less domain directly from nginx. Or even from a CDN where your only choice is to use static files.

from connect-assetmanager.

ivolo avatar ivolo commented on June 4, 2024

Also, if used as a build tool (or one that can write the result somewhere on disk), you can then use it in conjunction with nginx which can then gzip the script / css files. I think I read that there is no recommended implementation of gzip into express.

from connect-assetmanager.

eirikurn avatar eirikurn commented on June 4, 2024

Well, there is a built in support for zlib coming in latest node. But
building for external hosting is still very useful, f.ex. for CDN.

On 14.10.2011, at 02:29, Ilya Volodarsky
[email protected]
wrote:

Also, if used as a build tool (or one that can write the result somewhere on disk), you can then use it in conjunction with nginx which can then gzip the script / css files. I think I read that there is no recommended implementation of gzip into express.

Reply to this email directly or view it on GitHub:
#10 (comment)

from connect-assetmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.