Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New bin/spx script to enable or disable output compression to disable/enable SPX #1074

Merged
merged 3 commits into from
Feb 25, 2024

Conversation

markshust
Copy link
Owner

Fixes #1073

Copy link

what-the-diff bot commented Feb 25, 2024

PR Summary

  • Introduction of new script bin/spx
    A new utility script named bin/spx was added. This script provides straightforward access to enable or disable SPX, simplifying the process for users.

  • Documentation Update
    The README.md file has been updated to include information related to this new bin/spx script. This will help new and existing users to understand its usage and benefits.

  • Makefile Information Update
    Changes were made to the Makefile, where information related to the new bin/spx script was added. This aids in the automated building of the project.

  • Implementation of bin/spx Script
    We added a new file called compose/bin/spx, it contains the code that executes the function of the SPX script.

  • Refinement of SPX Configuration Files
    The SPX configuration files inside the images/php directory were edited by removing the zlib.output_compression = 0 command. This leads to improved performance and functionality.

@markshust markshust merged commit ef9498b into master Feb 25, 2024
1 check passed
@markshust markshust deleted the feature/fix-performance-issue-spx branch February 25, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible regressive performance issue with 45.0.0
1 participant