Skip to main content

​THE INTERVIEWEE WHO HATED ME​

6 years ago a guy looked at me face to face, and boldly told me; "I don't like you!" I immediately fired a response, I asked him that day; "Thank you for the honest feedback, but those that you like, how has it made their life better? How does your liking people pay their bills or take a bank loan? My brother keep your like, I need God's like And that's what guarantees my future. Today I joined a CEO friend of mine in an interview Panel to recruit some new staff, it was a long session, as we returned from a coffee break to continue the hectic interview session, here was this same guy walked in with his grey jacket and CV coming for the interview. Our eyes kissed by fluke, we immediately recognised each other; "the world is indeed spherical", I soliloquized. He felt very uncomfortable through out the interview, one could clearly see the volcanic eruption ongoing in his whole nervous system, he even mistook his date of birth for his last date of empl...

Site Cache - Joomla

Ever had a site and you wanna tweak speeds?? Well, was going through some dev forums and came by this:

Conservative caching is the standard type of caching. Here’s how it works:
A visitor visits a page on your website.
Joomla checks if there is a non-expired version of that page in its cache directory.
If the cached page exists (and it’s not expired), then Joomla will serve it to the visitor – otherwise, a cached version of the page is created, and that cached version will be served to the visitor, and to every other consequent visitor, as long as it’s (by “it” we mean the page) not expired.
The above scenario is typical and is how most developers implement caching.
Progressive caching works the following way:
A visitor visits a page on your website.
Joomla checks if a cached version of that page exists for that visitor and it’s not yet expired.
If that cached page exists, then it’ll be served to the visitor, otherwise, Joomla will create the cached page for that specific visitor and then will serve it to him.
If another visitor (who has never been on that page) visits that page, then Joomla will not serve the cached page of the previous visitor, instead, it will create a cached version of that page
specifically for that user, and then serves it to him.
As you can see, progressive caching only offers a performance improvement if the same visitor visits the same page within the lifetime of the cached version of the page. In most scenarios, progressive caching results in a huge performance hit that is far worse than disabling cache, simply because for nearly every visit, Joomla has to process the request, create the cached version of the page, and then serve the page to the visitor (instead of just processing the request and serving the page in the scenario where cache is disabled). Oh, and don’t forget about all the cache files generated by Joomla – you can only imagine how many of these files you will have in your cache folder if you have a high traffic news website (that has many pages).
Now you might wonder, under which circumstances is progressive caching useful? Well, imagine that you have a video website (similar to youtube). You want to show each visitor customized pages based on his location and/or browser settings and/or plugins installed. So, for every page that the visitors loads, you use this information to generate a customized version of that page and you cache it. If the visitor visits that same page again, then Joomla doesn’t need to redo the work to generate the customized page.
Of course, there are many scenarios under which progressive caching is really useful, but in our opinion, progressive caching should only be considered if the website receives many visitors and if those visitors are mostly repeat visitors. Using it in other cases will cause a significant hit on the website’s performance.
Extracted from here.

Comments

Popular posts from this blog

​THE INTERVIEWEE WHO HATED ME​

6 years ago a guy looked at me face to face, and boldly told me; "I don't like you!" I immediately fired a response, I asked him that day; "Thank you for the honest feedback, but those that you like, how has it made their life better? How does your liking people pay their bills or take a bank loan? My brother keep your like, I need God's like And that's what guarantees my future. Today I joined a CEO friend of mine in an interview Panel to recruit some new staff, it was a long session, as we returned from a coffee break to continue the hectic interview session, here was this same guy walked in with his grey jacket and CV coming for the interview. Our eyes kissed by fluke, we immediately recognised each other; "the world is indeed spherical", I soliloquized. He felt very uncomfortable through out the interview, one could clearly see the volcanic eruption ongoing in his whole nervous system, he even mistook his date of birth for his last date of empl...

Music & Earphones

Honestly, I'm losing friends...mmh, that's totally bad. I'm not saying am an Island. The point is, My friend is that one guy talking to me through my earphones, accompanied by beats and tunes. In simple terms, well-conveyed lyrics. I like these people....I have friends. One of them told me my eyes will pop-out if I listen alot using earphones. Please, if yours popped out because of earphones, let me know... It might be true. I know not. But I looked around and spotted something worth of sharing. Pop ém out!! Comparative Examples of Noise Sources, Decibels & Their Effects Noise Source Decibel Level Decibel Effect Jet take-off (at 25 meters) 150 Eardrum rupture Aircraft carrier deck 140 Military jet aircraft take-off from aircraft carrier with afterburner at 50 ft (130 dB). 130 Thunderclap, chain saw. Oxygen torch (121 dB). 120 Painful. 32 times as loud as 70 dB. Steel mill, auto horn at 1 meter. Turbo-fan aircraft at takeoff power at 2...

You're Bigger by Jekalyn Carr (Live Performance) Official Video

Skillet - Set It Off [Official Audio]

In your Presence Lord

haha ignore the previous 2 posts..they are empty... God's presence is so amazing, it's our source of life and this life comes with everything we require in this life. There's nothing I love more than God's presence. This one's for you My King; In your Presence Lord i choose to be present. Always basking in your glory and thanking you for my story. Never looking back but always coming back. You touch my heart so deep that i just can't help but sing...sing that i love you, that i want more of you, that i need you. Sweeping me off my feet you leave me sinking in your love so deep. Nothing going amiss, never growing weak but always seeking deep. Consumed in your presence, taken by your power that i assumed the hour. I don't wanna leave but live. In your presence i will wait never growing faint. In you am complete oh i choose to sit...to sit and wait no hurry to leap and faint.You are my Rock, my God, my All, my Fortress that i run to when hopeless. The glim...

Eulogy | How could you leave us?

I feel this.The only difference is mine is a dad, minus pills. I lost my dad. Hard to keep up  with. Thanks for a place to let it out. Hard to keep it in. Harder to tell a story. Just write down what you're thinking n feeling +Patrick   (not everything though)  Can't use a past tense..I love my dad. I told my dad I loved him once, and it felt awesome. Had never done. I've never told my mum that I love her. I think I need to. I felt so bad...I've never wanted the news bearer to be as wrong as that day. I thought of praying and raising the dead, but just couldn't do it. Science said no, God let it happen. He has reasons. Can't question. NF kinda painted it for me. Honestly, some things can't be forgotten. Can't be undone. Can't be replaced. The only thing I have are precious last moments and advices. Specifically the last thing I did is share a cup of tea in my room. If you're watching Dad, I'm not looking back. I'm matching forth...

Imagine - John Lennon and The Plastic Ono Band (with the Flux Fiddlers)

rsync

rsync is a software application for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. rsync can copy or display directory contents and copy files, optionally using compression and recursion. The rsync utility uses an algorithm (invented by Australian computer programmer Andrew Tridgell) for efficiently transmitting a structure (such as a file) across a communications link when the receiving computer already has a different version of the same structure. The recipient splits its copy of the file into fixed-size non-overlapping chunks, of size S, and computes two checksums for each chunk: the MD4 hash, and a weaker 'rolling checksum'. It sends these checksums to the sender. The sender then compares its ...

Canton Jones - Hallelujah ft. Deitrick Haddon, DPB,