-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME.TXT
12 lines (6 loc) · 882 Bytes
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
SPANISH
Generador de sitemaps para codeigniter. Cuando lo programaba tenía principalmente en mente el diseñar un generador de ficheros xml lo más rápido que pudiera hacer, ya que ha sido creado para una página web de un proyecto personal que necesita hacer más de 2000 ficheros sitemap con más de 150.000 urls distintas en total.
En mi opinión lo logré con creces, ya que, lanzado desde el servidor, logra hacer esta tarea en unos 44 segundos.
ENGLISH
Sitemap generator for codeigniter. When I was developing this program I had mainly in my mind to design the fastest xml file generator I could made, that's because it's made to run in a personal project website that needs to make more than 2,000 sitemap files with more than 150,000 different urls in total.
In my opinion I fully achieved the goal, even though, called from the server, it mades the task in about 44 seconds.