Giter Site home page Giter Site logo

Comments (9)

lyrixx avatar lyrixx commented on June 15, 2024

I totally agree with you.
I think it is from assetic itself.

But, when you deploy your app, you can disable auto_dump_assets.

What do you think ?

from silex-kitchen-edition.

umpirsky avatar umpirsky commented on June 15, 2024

The fact is that disabling auto_dump_assets does not help.

Simple response time with auto_dump_assets:

false - 600 - 700 ms
true - 600 - 700 ms
not set - 600 - 700 ms

When I don't register AsseticExtension this drops down to 200 ms!

This is because of this bug.

from silex-kitchen-edition.

lyrixx avatar lyrixx commented on June 15, 2024

Yes, but with your fix, the problem with be solved, isn't it ?

from silex-kitchen-edition.

umpirsky avatar umpirsky commented on June 15, 2024

Well, this problem will be solved, but another one we need to fix.

If you disable auto_dump_assets. How will they on earth be dumped? :)

What I want to say is that once you install your app, with auto_dump_assets disabled, you will never get assets dumped to web/assets, which means 404 for styles and javascripts.

One ugly solution would be to remove /web/assets/* from .gitignore, and set auto_dump_assets => $app['debug']. So you have them dumped in dev mode, and push them once you finish your changes.

Or to build some script to dump assets by hand on production, like we do it with Symfony.

Any better idea?

from silex-kitchen-edition.

lyrixx avatar lyrixx commented on June 15, 2024

Or to build some script to dump assets by hand on production, like we do it with Symfony. Is the best solution IMO.

from silex-kitchen-edition.

umpirsky avatar umpirsky commented on June 15, 2024

Something like AssetsInstallCommand and DumpCommand.

from silex-kitchen-edition.

lyrixx avatar lyrixx commented on June 15, 2024

The first one is not relatted. But the second one can do the job.

from silex-kitchen-edition.

umpirsky avatar umpirsky commented on June 15, 2024

Yes, but dragging entire bundle + deps just for one command is not an option, right? Too heavy imo.

from silex-kitchen-edition.

lyrixx avatar lyrixx commented on June 15, 2024

Fixed by a59c2d3

from silex-kitchen-edition.

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.