0
My project has a page. php that displays lists of various product categories, the page gets the category ID and lists the products, but each ID has more than 1 thousand results, and the page loading is heavy, I thought of converting the page into static so it will load quickly, try to do with the . htaccess but the page keeps making the request in the database and I was unsuccessful.
ExpiresActive On
ExpiresByType text/html "access plus 1 week"
# CSS / jScript - 5 dias e 2 horas
ExpiresByType text/css "access plus 5 days"
Someone has a tip on how to convert my pages into static without them disobeying the mod_rewrite rules ?
I read online about Xcache, but I don’t have complete freedom on the server to install and configure the domain.