Dennis
Forum Replies Created
-
Forum: Plugins
In reply to: [QR Code Tag] [Plugin: QR Code Tag] Nice, but caching is brokenA QR Code is created for every URL including any parameters – thus if you may access a single page by different URLS, a qr code is created every time, e.g.:
http://mypage.com/mypost
http://www.mypage.com/mypost
http://www.mypage.com/mypost?someparam
http://www.mypage.com/mypost?someothereparams
http://mypage.com/archive/mypost
http://mypage.com/categories/some/mypostI am currently working on updating the plugin (for wordpress 3.1+) – you may then take a look at what is actually cached (URL & params) and you can now change the URL behavior from full permalink (as the current version does) to short page URL (the one with ?page=1234) which creates smaller qr codes and stops creating different qr codes for the same page.
thanks for your reports!
regards,
dennisForum: Plugins
In reply to: [QR Code Tag] [Plugin: QR Code Tag] Nice, but caching is brokenIt shouldn’t create multiple copies just by refreshing. Do you use the widget or shortcodes?
Forum: Plugins
In reply to: [QR Code Tag] [Plugin: QR Code Tag] Nice, but caching is brokenHi Doug,
It’s not a bug – Qr Code Tag compares the complete URL (parameters included): if you reach a post by
and via
http://myblog/2011/mypost#somesection
http://myblog/2011/mypost?sort=whateverqrcodetag has created 3 qrcodes…
I’m going to add a switch that prevents this behavior.
Regards,
Dennis