Posts Tagged ‘wordpress’

Caching a Dynamic Website. Does it Make a Difference for Loading Speed?

Did you know!

  1. You can significantly speed up a dynamic Website´s load time with caching.
  2. For a static Website, browsers cache the content on the client´s computer, in memory and on disk. Wikipedia…

What is Web Caching?

Web caching is caching of Web documents to improve performance, reduce bandwidth consumption and server load. Web cache stores copies of documents passing through it; subsequent requests may be satisfied from the cache if certain conditions are met. Continue Reading »

How to Delete and Limit Post Revisions in WordPress

WordPress Revisions?

WordPress 2.6 and above has a new feature which is the posts and page revision. WordPress automatically creates revisions of your posts or pages. Whenever you save a post or a page, the old version is retained so you can revert back at any time. Older revisions are never deleted so you always have a full history of all changes. Continue Reading »

WordPress Comments – IE8 HTTP 500 Internal Server Error

I have an interesting problem happening with this WordPress (version 2.8) Comments. This happens only in IE8. Here is what I noticed :

Whenever I submit a Comment to my posts while leaving blank any of the required fields (name, Email, comment textarea), I get the HTTP 500 error message. Even if I typed the name and comments but I typed an invalid email address, I still get the HTTP 500 error in IE8. Continue Reading »