This page is a translated version of the page HHVM/About and the translation is 57% complete.

HHVM (also known as the HipHop Virtual Machine) is a virtual machine for PHP, with an associated just-in-time (JIT) compiler. Deploying HHVM on a MediaWiki wiki should lead to performance improvements across the board for most users.

HHVM was fully deployed to all wikis on 2014-11-25.[1]You can verify that it is enabled for you by visiting Special:Version on your wiki, and checking that it says "HHVM" instead of "PHP" in the "Installed software" table.

Our preliminary benchmarks[2] show that HHVM is significantly faster than the current PHP interpreter.

Vanliga frågor

  • Vad gör HHVM?
    HHVM bör sänka inläsningstiden för:
    • Sidor du visar som inloggad.
    • Sparade sidor som du har redigerat om du är inloggad eller inte.
  • Why are some edits tagged?
    Initially, HHVM was an optional beta feature available only to users who requested it. Now it is universal for all users. Märken doldes från standardvyn den 2014-11-10.
  • Why are edits made using gadgets not using HHVM?
    Most gadgets use the API to edit, which currently does not support this beta feature.
  • Vad är de kända felen med HHVM?
    Alla buggar i HHVM taggas med nyckelordet "hhvm" på Phabricator , så du kan använda en taggsökning för att se alla olösta buggar.
  • Var bör jag rapportera fel som jag tror är relaterade till HHVM?
    If you're familiar with phabricator, feel free to file a bug there and tag it with the "hhvm" keyword. If you're familiar with IRC, join #wikimedia-tech and report it there. Or just leave a report on the talk page.

Se även

  • Huvudprojektsidan: HHVM
  • w:HHVM – information på engelskspråkiga Wikipedia