Jump to content

fwfxf8uv

Members
  • Posts

    10
  • Joined

  • Last visited

fwfxf8uv's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. bdistler, I am using that method now, it really speeds up the website. Thanks.
  2. fwfxf8uv

    Data Error

    I was extracting a tar.gz file at public_html directory at tommy. When I try to refresh the file browser of cpanel, it says data error. After that I found I can not load my website, and can not log in to cpanel. And then after a minute, things return to normal. Did that happen to you guys?
  3. Thank you. I will try that to see if it makes mediawiki faster: https://lists.wikimedia.org/pipermail/mediawiki-l/2006-October/015262.html
  4. After I posted the question, I noticed that zlib was already enabled. But "zlib.output_compression" is "Off". So I edited my question. Is it ok to set that to On or some size for the buffer? Will that break anything? Thanks again.
  5. Hi. Can I have "zlib.output_compression" enabled for php7.1.6? Thanks.
  6. That makes sense. In this case, I will just test on my computer at home. Thanks again for setting up APCu, and OpCache.
  7. Summary: I am sorry. I mean the tideway module for PHP, which is free. The ui indeed is not free. It has pre-compiled binaries for various platform ... I have no experience in managing a server for a lot of people, and don't know if that is safe enough. If tideways is not good, I was thinking about XHProf on PHP 5.6. So that I can profile on PHP5.6, and then switch to PHP 7.1 for production. The result may not be accurate, but that might still give some ideas. It is a pity that Facebook stopped developing XHProf when they switch from Apache to developing HHVM for running PHP a while ago. Wikipedia also runs on HHVM now ... Mediawiki's help for profiling says the extension is free but the ui is not. (mediawiki.org) "Starting with MediaWiki 1.29, you can also use tideways, which additionally supports PHP 7. Tideways also advertises a seemingly proprietary UI to visualize results, but if you follow the instructions for without the UI, it should be fine. Installing the php-tideways Debian/Ubuntu package also just includes the PHP extension." The tideway ui currently still costs money but the php extension is free (tideways.io) UI is not free: "Try Tideways Profiler UI for free ... start free 30 days trial." Don't need account to install extension: "You can install Tideways PHP Extension in various ways, it is not necessary to have an account for the Tideways product." The github repository is definitely free: "We recommend to use our pre-compiled packages ...If you want to compile ... head over to github" Precompiled binaries (https://tideways.io/profiler/downloads) The tideways module for php can be installed for free at least a year ago (stackoverflow)"echo 'deb http://s3-eu-west-1.amazonaws.com/qafoo-profiler/packages debian main' > /etc/apt/sources.list.d/tideways.listwget -qO - https://s3-eu-west-1.amazonaws.com/qafoo-profiler/packages/EEB5E8F4.gpg | sudo apt-key add - sudo apt-get update sudo apt-get install tideways-php tideways-daemon" Those installation commands seems up to date (tideway installation manual) echo 'deb http://s3-eu-west-1.amazonaws.com/qafoo-profiler/packages debian main' > /etc/apt/sources.list.d/tideways.listwget -qO - https://s3-eu-west-1.amazonaws.com/qafoo-profiler/packages/EEB5E8F4.gpg | sudo apt-key add -sudo apt-get updatesudo apt-get install tideways-php tideways-daemon Mediawiki has a script that display profiling information, and it can use tideway without the ui (mediawiki.org)"... provides an Xhprof-backed profiler that captures profiling data for all functions as well as sub-functional units ... Even if you are using Tideways, still specify the ProfilerXhprof class."
  8. Didn't notice that. Hmm. Is it ok to install that for PHP 7.0 at HelioHost? If that is not a good idea, how about XHProf for PHP 5.6? Thanks a lot for setting up the Opcache. Let me use pingdom to check my site again.
  9. Thank you very much. Right now the website takes 2.5-3 seconds to load. I want to get the loading time to about 1 seconds. But I don't quite know what takes a long time to load. Can you gusy install the tideway for PHP 7 for us? I am trying to follow the profiling guide at https://www.mediawiki.org/wiki/Manual:Profiling I don't have much experience in managing a website. How to tell if opcache is enabled for PHP 7? I get how the phpinfo would look like for PHP 5.5 from stackoverflow. But I don't see something like that for the phpinfo page for PHP 7. Thanks again.
  10. Hi. After testing my Mediawiki installed on Tommy with Pingdom, I found that nearly all of the load time is waiting for PHP 7.1.6. Probably the APCu extension would help in this case. Can you guys install that for us? Thank you.
×
×
  • Create New...