Make WordPress Core

Opened 8 years ago

Closed 7 years ago

#41284 closed defect (bug) (wontfix)

HHVM + WordPress Multisite 4.8 occasional slow query

Reported by: aedelgod's profile aedelgod Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.8
Component: General Keywords:
Focuses: Cc:

Description

Was wondering if anyone else has come across this besides me on Multisite environments. Occasionally I get a slow query ONLY with HHVM active, details are as follows:

Query:
SELECT option_name, option_value
FROM _options
WHERE autoload = 'yes'

Caller executing:
wp_load_alloptions()
wp-includes/option.php:189

Rows: 218

Execution time: 0.0553s

Environment:
WordPress 4.8 as Multisite
Cloud VM with 6 VCPU cores and 6 GB VRAM
Apache 2.4.25
PHP 5.6.99-hhvm
HHVM 3.6.0-dev
MySQL 5.6.36

Change History (1)

#1 @desrosj
7 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Hi, @aedelgod! Welcome to Trac, and thanks for the detailed ticket.

HHVM has never officially been supported in WordPress (although it has mostly worked since 4.0). Within the last year, [HHVM support has been dropped from WordPress' testing infrastructure](https://make.wordpress.org/core/2017/05/25/hhvm-no-longer-part-of-wordpress-cores-testing-infrastructure/). Because of this, and the fact that this is just a performance tuning ticket and not something completely broken, I am going to close this out.

If someone else feels strongly about reopening this and are willing to tackle, they can do so.

Note: See TracTickets for help on using tickets.