Speeding up classipress : I want to share with you some tips
Hello every one;
I want to share some tips I discovered to speed up classipress:
I'am usin the 3.0.5.4 and I use a dedicated server.
-
First If you enable CDN for Google you're downloading the two version: jquery and jquery UI : If you don't use the
jquery UI disable it from the theme-enqueue.php.
jquery UI for it self weight more than 190kb.
For me I use all the featured of classipress except the tinyMCE and Google maps ( I don't know if these two features use JQUERY UI or not. check two see).
second I removed the Popular and the Random ads from the home page :
This to displaying is huge consumption of resources ( HTML and images displaying: you're multiplying by 3 the numbers of ads displayed in the home page, And they are a consumption of memeory by accessing the database and calculating the most popular and randm ads).
We can remove the from the index.php in the server (edit the index php in calssipress folder by accessing with ssh).
third : I use The W3 Total Cache : the minify works for HTML and CSS only.
For
js I have some trouble, and I minified and Gzipped only 4
js of 15 I use.
essentialy the jquery file can't be gezipped even when I use the version inclluded in wordpress( not the CDN version). Hope if some one can solve this.
Fourth I disabled all unnecessary calculation : I disabled the show of numbers of views for each ads, the email option when a user register or post an ads, the daily cron job, the cuffon, captcha....
- By doing so I reduced The weight of my home page from 600KB to 330KB.
- and I saved a huge ressource in the server.
- Using Firebug I'm in B:80.
you can vist may site
Annonce Auto et immobilier Algérie
For me It's a huge save because I serve essentially a country where Internet isn't speed at all. and if you're in my case I think this can help.
sorry for my bad english, if some one needs a help I can try to reply.
thanks.
If some one can help me how I can minify the Jquery file.