php - URL: year and month vs ids -


i switch wordpress custom cms , came upon decision customize urls. have wp standard /2013/05/title-here format , jump custom format of /news/12345-title-here , stumped.

is there difference @ far user concerned, or page load times? if keep wp year , month, user knows content timely. figure year-and-month format, backend have search database titles using slug, id format, can search row number , limit result 1 row.

the question then: 1 or other going backend development, or both options same , should consider things ux point of view (in keep year-and-month format)?

google doesn't seem care, nor this comprehensive page.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -