Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Status Shipped
Categories Code deployment
Created by Guest
Created on Sep 21, 2023

Provide a setting to be able to alter Source map configurations while publishing into DXP

In a large project with a LOT of *.js.map files, it would be great to be able to have some options to be able to control how long it takes to process these files.


Right now, in a large project, we have almost 1500 *.js.map files, which is causing deployments to take upwards of an hour.


Few options that I can think of:

  • Turn it off via a configuration file

  • Have Opti process these files without blocking the deployment from progressing

  • Batch upload via a zip file

I am unsure of which/any are feasable based on the Opti implementation.

  • Optimizely
    Elias Lundmark
    Reply
    |
    Feb 28, 2024

    We optimized the code handling the .js.map files which dramatically improved the time it takes to process code packages with many files. This step now takes < 1 minute even with ~1500 files which we hope will remove the need to turn this off since it's a useful feature for troubleshooting