¿Una herramienta para analizar las reglas de reescritura?
-
-
Noentiendo laparte de analizar.¿Para qué debería servirestoen concreto?sólopara leer reescribir las reglas?eseesel único complemento que conozco hasta ahora: 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: Analiza y depura,en caso de que quieras agregar unanueva regla de reescrituraperonoentiendaspor quénofunciona.Mi versión actual,porejemplo,también comprueba si las variables de consulta son leídaspor `WP ::parse_request ()`.Esparte de unesfuerzomayorpara comprender ytal vezinclusomejorar la documentación delmotor de reescritura.@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
-
Denisnombró un aspectointeresante aquí: http://wordpress.stackexchange.com/questions/3431/performance-of-my-permalink-structure/3437#3437 -número de reglasporpublicación/página.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 respuesta
- votos
-
- 2010-11-03
¡Qué coincidencia quepreguntesesto,Jan!Hoymismotuvetiempoen un largo viajeen tren y decidíescribir un complemento Rewrite Analyzer,uno que analiza sus reglas de reescritura y resalta las variables de consulta.Puedeprobar las URL allímismo y ver qué variables de consulta seestablecerán.
Puedeencontrarlo en el repositorio de complementos ,o simplemente como Monkeyman Rewrite Analyzer cuandobusquenuevos complementosen supantalla de administración.
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.
-
Seríabuenotenereso como una adición a labarra de depuración :)Nice would be to have that as an addition to the debug bar :)
- 1
- 2011-03-21
- kaiser
-
¿Hay un SVN del que sepuedaextraerel complemento?Is there an SVN the plugin can be pulled from?
- 0
- 2011-04-13
- t31os
-
Pregunta,Jan: cuando algoestátachadoen rojo,¿qué significaesoexactamente?Question, Jan: when something is crossed out in red, what does that mean exactly?
- 4
- 2011-06-24
- Manny Fleurmond
-
@Manny: Las variables de consulta rojasnoestánmarcadas comopúblicas,por lo queno seenviarán al objeto `$ wp_query` ytendrá dificultadespara acceder aellasmás adelante.@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
-
¡Muy útil!¡Gracias!No he [conseguido que las cosasfuncionen]totalmente (http://wordpress.stackexchange.com/questions/26497/querystring-parameter-getting-lost-in-rewrite-rule),pero ha sido degran ayuda hasta ahora.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
-
¡Lástima queestoestétan desactualizado!Ni siquiera lo heprobado yfui directamente a una alternativa,queen símismaestábastante desactualizada (2 años sin actualizaciones): https://wordpress.org/plugins/rewrite/,pero aparentementefuncionóen la última versión de 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: Creo que aúnpodríafuncionar.Hapasado untiempo desde que hice untrabajo serio con WordPress,peroel códigoesmuy compatible con versiones anteriores.@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
¿Existe unabuena herramientapara analizarmis reglas de reescritura?Siempreme confundo con lasexpresiones regulares y los reemplazos deparámetros.
Yomismo he creado algo y lopublicaré aquípara que otrospuedan usarlo,¡perono dudeen agregar otras herramientas!