i build a website using html...
i want to catch all website pages,images in my browser...
so when i open this pages again...it will open faster tahn previous attempt
i dont want to use .htaccess .. any solution
You can probably try php headers
i am nt using any php ..its a simple html website
Why don't you want to use .htaccess?
If you're thinking of improving performance, I guess the site is slow. But, it seems you only use client side language (static).
If you happen to have a slow static site, I think you're doing something wrong and this is probably meant to be fixed before thinking of caching.
How many HTTP requests do you do? Do you have a lot of images? Have you tried compressing them?
i build a website using html...
i want to catch all website pages,images in my browser...
so when i open this pages again...it will open faster tahn previous attempt
i dont want to use .htaccess .. any solution
You can probably try php headers
i am nt using any php ..its a simple html website
Why don't you want to use .htaccess?
If you're thinking of improving performance, I guess the site is slow. But, it seems you only use client side language (static).
If you happen to have a slow static site, I think you're doing something wrong and this is probably meant to be fixed before thinking of caching.
How many HTTP requests do you do?
Do you have a lot of images? Have you tried compressing them?