C'è un modo per misurare l'utilizzo delle risorse del server (CPU) da parte dei plugin WP?
4 risposta
- voti
-
- 2010-08-24
Haibisogno di un cosiddettoprofilerpermisurare qualeparte dellatua applicazionefa uso di CPUe risorse dimemoria. XDebug è untaleprofiler,adesempio.Usarloti mostreràesattamente qualeparte dellatua applicazione utilizza quanta CPUe memoria.
You need a so called profiler to measure which part of your application does make use of CPU and Memory Resources. XDebug is such a profiler for example. Using it will show you exactly which part of your application uses how much of CPU and memory.
-
Grazie Hakre,lo userò comebaseper una domanda successiva.Thank you Hakre, I will use this as a basis for a following question.
- 0
- 2010-08-24
- Tal Galili
-
Eccolo: http://wordpress.stackexchange.com/questions/828/profiling-a-wp-website-for-deployment-on-shared-hostingHere it is: http://wordpress.stackexchange.com/questions/828/profiling-a-wp-website-for-deployment-on-shared-hosting
- 0
- 2010-08-24
- Tal Galili
-
- 2019-07-09
Ho questa rispostaperte.ènecessario configurare unmodulo apache chiamato: apache-status. c'è anche unprogetto chiamatopimped apache status che sibasa su questafunzionalità di apache:ecco leinformazioni: https://github.com/axelhahn/pimped-apache-status
I have this answer for you. you need to configure an apache module called : apache-status. there is also a project called pimped apache status wich is build on this apache feature: here is the info : https://github.com/axelhahn/pimped-apache-status
-
- 2010-08-20
Èestremamente difficile/impossibile ottenerei dati sull'utilizzo della CPU su diversiplugin.Dopotutto sono solofunzioniphp.Mapoiché lefunzioni vengono chiamate ovunque quando vienegenerata unapagina,è difficile vedere cosa sta usando quanto.
Quello chepotrestifare èmisuraretuttoilfilephp.Potrestiprovare a disabilitare/abilitarei plugin.Questoti darà un'indicazione.Ma l'utilizzo della CPUpuò dipenderemolto dal contenuto,dagli utenti,ecc.
It is extremely difficult / impossible to get the data on CPU usage on different plugins. They are after all just php functions. But because functions get called all over the place when a page is generated it's hard to see what's using how much.
What you could do is to measure all of php. You could try to disable/ enable plugins. This will give you an indication. But CPU usage can very much depending on content, users etc.
-
Grazie GT.Conosci unplugin chepotrebbefarlo automaticamente?Thanks GT. Do you know of a plugin that might do this automatically ?
- 0
- 2010-08-20
- Tal Galili
-
Non unplugin,ma un'estensione PHP,vedi lamia risposta.Quindi,per dire,sì,èpossibile.Not a plugin, but a PHP extension, see my answer. So to say, yeah, it's possible.
- 0
- 2010-08-24
- hakre
-
- 2010-08-20
Non conosco unmodoperfarlo automaticamente,ma se usi SSHpuoieseguireil comandotope guardarlomentreeri sul sito web usando qualunque cosafacciailpluginper vedere se si verificanopicchi.
Puoifarlo anchein Cpanel,ma dovresti aggiornare continuamente lapagina.
I don't know of a way to do this automatically but if you use SSH you can run the top command and watch it while you were on the website using whatever the plugin does to see if it spikes.
You can also do this in Cpanel but you would have to continually refresh the page.
Ho un sito web che utilizza unelevato utilizzo della CPU.L'unicomodoin cuine sono a conoscenza sono leinformazioni che ricevo dalpersonale di supporto della società di hosting.
Esiste un altromodoperessereinformato sull'utilizzo delle risorsefatto dalmio sito web?(inparticolarei plugin,manon solo)
Grazie.