Daniel Ribeiro
Forum Replies Created
-
Forum: Plugins
In reply to: [Hammy] Bug in include_onceHey! Thanks A LOT for the information. I’ve just updated this excelent plugin and it broke my WordPress. Thank to you i did fix my site!
Forum: Plugins
In reply to: [Hammy] special characters are broken between alt tagOn Dreamhost, the PHP 5.2.X do not have the Zipclass, but the 5.3.X does! You can change the PHP version editing the domain information in the DH Panel.
Just a tip.
Best regards!
Hi,
Thanks for all the information.
My Blog have less than 1% of mobile users, but sometimes, the static HTML file was the mobile version of the blog, witch was served to all desktop users.I just added the define(‘DONOTCACHEPAGE’,’true’); in the funcions.php of my mobile theme and the problem was solved.
But it only solve the problem in these type of cases that very few mobile users access the blog. In a heavy-traffic mobile blog, it can cause some performance problems, provided the mobile users needs to render every page as if no cache is made.
I think the solution is to make a different static HTML file for each user agent. The caching will be done a lot of times, but will be done correctly.
Best Regards!