Add performance profiling tools and test data generator
Add Xdebug configuration and container setup for performance profiling Add comprehensive performance testing script with profiling and test data generation Add test data statistics and cleanup commands Add documentation for all performance testing features
This commit is contained in:
parent
47cf4d8652
commit
ccfca94b57
3 changed files with 338 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
# - "4040:80"
|
||||
# command: bash -c "a2enconf custom && a2enmod rewrite && apache2-foreground"
|
||||
default:
|
||||
image: php:8.4.14-apache
|
||||
build: ./
|
||||
container_name: folderweb-default
|
||||
working_dir: /var/www/html/
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue