Uno strumento per analizzare le regole di riscrittura?
-
-
Non capisco laparte di analisi.Per cosa dovrebbeessere utilenel calcestruzzo?soloper leggere riscrivere le regole?questo è l'unicoplugin di cui sono a conoscenzafinora: http://wordpress.org/extend/plugins/askapaches-rewriterules-viewer/I don't understand the analyse part. For what should this be good for in concrete? just to read rewrite rules? that's the only plugin I'm aware of so far: http://wordpress.org/extend/plugins/askapaches-rewriterules-viewer/
- 0
- 2010-11-04
- hakre
-
@hakre: Analizzaedeseguiil debug,nel casoin cui desideri aggiungere unanuova regola di riscritturamanon capisciperchénonfunziona.Lamia versione attuale,adesempio,controlla anche se le query vars vengono lette da `WP ::parse_request ()`.Faparte di uno sforzopiù ampioper comprenderee forse anchemigliorare la documentazione delmotore di riscrittura.@hakre: Analyze and debug, in case you want to add a new rewrite rule but don't understand why it is not working. My current version for example also checks whether the query vars are read by `WP::parse_request()`. It is part of a larger effort to understand and maybe even improve the documentation of the rewrite engine.
- 0
- 2010-11-04
- Jan Fabry
-
Denis hanominato un aspettointeressante qui: http://wordpress.stackexchange.com/questions/3431/performance-of-my-permalink-structure/3437#3437 -numero di regoleperpost/pagina.Denis named an interesting aspect here: http://wordpress.stackexchange.com/questions/3431/performance-of-my-permalink-structure/3437#3437 -- number of rules per post / page.
- 0
- 2010-11-05
- hakre
-
1 risposta
- voti
-
- 2010-11-03
Beh,che coincidenza chetu lo chieda,Jan!Proprio oggi ho avutotempoper un lungo viaggioin trenoe ho deciso di scrivere unplug-in Rewrite Analyzer,uno che analizza letue regole di riscritturaedevidenzia le variabili di query.Puoitestaregli URL direttamente da lìe vedere quali variabili di query verrannoimpostate.
Puoitrovarlo nel repository deiplugin o come Monkeyman Rewrite Analyzer durante la ricerca dinuoviplug-innella schermata di amministrazione.
Well what a coincidence that you ask this, Jan! Just today I had time on a long train journey and decided to write a Rewrite Analyzer plugin, one that parses your rewrite rules and highlights the query variables. You can test URLs right there and see what query variables will be set.
You can find it in the plugin repository, or just as Monkeyman Rewrite Analyzer when search for new plugins in your administration screen.
-
Sarebbebello averlo come aggiunta allabarra di debug :)Nice would be to have that as an addition to the debug bar :)
- 1
- 2011-03-21
- kaiser
-
Esiste un SVN da cui èpossibileestrarreilplug-in?Is there an SVN the plugin can be pulled from?
- 0
- 2011-04-13
- t31os
-
Domanda,Jan: quando qualcosa èbarratoin rosso,cosa significaesattamente?Question, Jan: when something is crossed out in red, what does that mean exactly?
- 4
- 2011-06-24
- Manny Fleurmond
-
@Manny: Le variabili di queryin rossonon sono contrassegnate comepubbliche,quindinon verrannoinviate all'oggetto `$ wp_query`e avrai difficoltà ad accederviin seguito.@Manny: Red query variables are not marked as public, so they will not be sent to the `$wp_query` object and you will have a hard time accessing them later.
- 1
- 2011-06-24
- Jan Fabry
-
Molto utile!Grazie!Non ho completamente [fattofunzionare le cose] (http://wordpress.stackexchange.com/questions/26497/querystring-parameter-getting-lost-in-rewrite-rule),mafinora è stato digrande aiuto.Very useful! Thanks! I haven't totally [gotten things working](http://wordpress.stackexchange.com/questions/26497/querystring-parameter-getting-lost-in-rewrite-rule), but it's been a huge help so far.
- 0
- 2011-08-22
- Rebecca Chernoff
-
Peccato che sia così antiquato!Non honemmenoprovatoe sono andato direttamente a un'alternativa,che è abbastanza obsoleta (2 anni senza aggiornamenti): https://wordpress.org/plugins/rewrite/-ma a quantopare hafunzionato sulnuovo wordpress (4.3.1).Too bad this is so outdated! I haven't even tried and went straight to an alternative, which is quite outdated itself (2 years without updates): https://wordpress.org/plugins/rewrite/ - but apparently it worked on newest wordpress (4.3.1).
- 0
- 2015-11-11
- cregox
-
@Cawas:penso chepotrebbe ancorafunzionare.Èpassato unpo 'ditempo da quando ho lavorato seriamente su WordPress,mail codice èmolto retrocompatibile.@Cawas: I think it might still work. It has been a while since I did some serious WordPress work, but the code is very backwards compatible.
- 0
- 2015-11-12
- Jan Fabry
Esiste unbuon strumentoper analizzare lemie regole di riscrittura?Mi confondo sempre con le regexe le sostituzioni deiparametri.
Ho creato qualcosa da soloe loposterò quiin modo che altripossano usarlo,ma sentiti libero di aggiungere altri strumenti!