Mobile app version of vmapp.org
Login or Join
Bryan171

: You might also want to look at whether your caching is correctly happening. I had a look at your home page and came up with these points - most of your thumbnails are being resized by

@Bryan171

You might also want to look at whether your caching is correctly happening. I had a look at your home page and came up with these points -


most of your thumbnails are being resized by a php script and being served through your server only. You could have tried to save this overhead.
If you do have repeat visitors (which should be the case looking at your content), then you need to implement browser side caching to reduce requests to your server.
You are running a tonne of javascripts (ads, analytics, et al) .. can you defer them and ensure that their js also are cached.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Bryan171

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme