Skip to content

Fix 6052, do not recreate bundle class loader which break cache system#6428

Merged
kcondon merged 1 commit intoIQSS:developfrom
tcoupin:6052-cache-ressource-bundle
Dec 6, 2019
Merged

Fix 6052, do not recreate bundle class loader which break cache system#6428
kcondon merged 1 commit intoIQSS:developfrom
tcoupin:6052-cache-ressource-bundle

Conversation

@tcoupin
Copy link
Member

@tcoupin tcoupin commented Dec 3, 2019

Related Issues

Before:

> for i in $(seq 10);do time curl -o /dev/null -s https://dataverse-test.ird.fr ;done
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 0% cpu 3,773 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 0% cpu 3,614 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 0% cpu 3,820 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,02s system 1% cpu 3,517 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 0% cpu 3,580 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 0% cpu 4,453 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 0% cpu 3,976 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 0% cpu 3,754 total
^C

After:

> for i in $(seq 10);do time curl -o /dev/null -s https://dataverse-test.ird.fr ;done
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,02s system 7% cpu 0,447 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 5% cpu 0,478 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 9% cpu 0,334 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 8% cpu 0,324 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,01s user 0,01s system 4% cpu 0,518 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 8% cpu 0,349 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 7% cpu 0,360 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 7% cpu 0,366 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 8% cpu 0,339 total
curl -o /dev/null -s https://dataverse-test.ird.fr  0,02s user 0,01s system 7% cpu 0,401 total

Pull Request Checklist

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0003%) to 19.562% when pulling 141aa1e on tcoupin:6052-cache-ressource-bundle into 884d73f on IQSS:develop.

@sekmiller sekmiller removed their assignment Dec 4, 2019
@kcondon kcondon self-assigned this Dec 6, 2019
@kcondon kcondon merged commit 28c7481 into IQSS:develop Dec 6, 2019
@pdurbin pdurbin mentioned this pull request Dec 6, 2019
@djbrooke djbrooke added this to the 4.19 milestone Dec 9, 2019
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.

Performance: Very sluggish page load when languages and all facets enabled in root dv.

5 participants